Qix-/color-convert

The issue has been closed
Failure to convert RGB to HSL and back #85
marnec posted onGitHub
input:
console.log(r, g, b);
console.log(convert.rgb.hsl(...convert.hsl.rgb(r,g,b)))
output:
0 51 255
[180, -51, 255]