hsluv icon indicating copy to clipboard operation
hsluv copied to clipboard

Human-friendly HSL, website and math

Results 18 hsluv issues
Sort by recently updated
recently updated
newest added

This is especially useful for users of IDEs like Intellij.

On the http://www.hsluv.org/ homepage, there's an interactive color "wheel". The outer circle presumably represents maximum saturation in the HSL colour space, but I have no idea what the smaller circle...

For saturation 100 quite often I get RGB results with one of the components slightly below zero: ```javascript hsluv.hsluvToRgb([171, 100, 55]) //[-3.261485526095953e-13, 0.5825533896631454, 0.5048262083306216] ``` I've noticed that while working...

The text next to the plot on [husl-colors.org](http://www.husl-colors.org/) states "To the left you can see CIELUV", however this is not entirely accurate. It shows a normalized version of CIELUV, which...

Looking at this example from the site: ![screen shot 2017-11-08 at 10 41 54 pm](https://user-images.githubusercontent.com/782920/32587587-3f128c74-c4d7-11e7-901b-f6d20cbdcee7.png) If I were going to name these colors, I'd probably go: red, orange, yellow, green/chartreuse,...

Hello. I tried to use the lib in a simple Lua project but I quickly went against a design issue with the current API : Lua's table indexes start at...

question

I *think* the H/S/L values at the bottom of the [color picker](https://www.hsluv.org/) page are in HSLuv, rather than HSL, but I'm a bit confused. I could also see it being...