Skip to content
Advertisement

Tag: colors

Why doesn’t this Javascript RGB to HSL code work?

I found this RGB to HSL script over at http://www.mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript. I can’t find any other small decent ones. The issue is that this code doesn’t even really work. Would anybody know why? (I don’t know a bit of color math, but maybe it’s returning the complementary?) Edit: when I run rgbToHsl(126,210,22) it’s giving me [ .24, .81, .45 ], which

Advertisement