Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(240,180,0)
hsl(45,100%,47%)
cmyk(0,25,100,6)rgb(200,240,0)
hsl(70,100%,47%)
cmyk(17,0,100,6)rgb(100,240,0)
hsl(95,100%,47%)
cmyk(58,0,100,6)rgb(0,240,0)
hsl(120,100%,47%)
cmyk(100,0,100,6)rgb(0,240,100)
hsl(145,100%,47%)
cmyk(100,0,58,6)rgb(0,240,200)
hsl(170,100%,47%)
cmyk(100,0,17,6) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(60,180,60)
hsl(120,50%,47%)
cmyk(67,0,67,30)rgb(48,192,48)
hsl(120,60%,47%)
cmyk(75,0,75,25)rgb(36,204,36)
hsl(120,70%,47%)
cmyk(82,0,82,20)rgb(24,216,24)
hsl(120,80%,47%)
cmyk(89,0,89,15)rgb(12,228,12)
hsl(120,90%,47%)
cmyk(95,0,95,11)rgb(0,240,0)
hsl(120,100%,47%)
cmyk(100,0,100,6) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,87,0)
hsl(120,100%,17%)
cmyk(100,0,100,66)rgb(0,138,0)
hsl(120,100%,27%)
cmyk(100,0,100,46)rgb(0,189,0)
hsl(120,100%,37%)
cmyk(100,0,100,26)rgb(0,240,0)
hsl(120,100%,47%)
cmyk(100,0,100,6)rgb(36,255,36)
hsl(120,100%,57%)
cmyk(86,0,86,0)rgb(87,255,87)
hsl(120,100%,67%)
cmyk(66,0,66,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,240,0)
hsl(120,100%,47%)
cmyk(100,0,100,6)rgb(30,240,0)
hsl(113,100%,47%)
cmyk(88,0,100,6)rgb(60,240,0)
hsl(105,100%,47%)
cmyk(75,0,100,6)rgb(90,240,0)
hsl(98,100%,47%)
cmyk(62,0,100,6)rgb(120,240,0)
hsl(90,100%,47%)
cmyk(50,0,100,6)rgb(150,240,0)
hsl(83,100%,47%)
cmyk(37,0,100,6) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,105,0)
hsl(120,100%,21%)
cmyk(100,0,100,59)rgb(0,135,0)
hsl(120,100%,26%)
cmyk(100,0,100,47)rgb(0,165,0)
hsl(120,100%,32%)
cmyk(100,0,100,35)rgb(0,195,0)
hsl(120,100%,38%)
cmyk(100,0,100,24)rgb(0,225,0)
hsl(120,100%,44%)
cmyk(100,0,100,12)rgb(0,255,0)
hsl(120,100%,50%)
cmyk(100,0,100,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,240,0)
hsl(120,100%,47%)
cmyk(100,0,100,6)rgb(0,240,30)
hsl(128,100%,47%)
cmyk(100,0,88,6)rgb(0,240,60)
hsl(135,100%,47%)
cmyk(100,0,75,6)rgb(0,240,90)
hsl(143,100%,47%)
cmyk(100,0,62,6)rgb(0,240,120)
hsl(150,100%,47%)
cmyk(100,0,50,6)rgb(0,240,150)
hsl(158,100%,47%)
cmyk(100,0,37,6) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(120,240,0)
hsl(90,100%,47%)
cmyk(50,0,100,6)rgb(96,240,0)
hsl(96,100%,47%)
cmyk(60,0,100,6)rgb(72,240,0)
hsl(102,100%,47%)
cmyk(70,0,100,6)rgb(48,240,0)
hsl(108,100%,47%)
cmyk(80,0,100,6)rgb(24,240,0)
hsl(114,100%,47%)
cmyk(90,0,100,6)rgb(0,240,0)
hsl(120,100%,47%)
cmyk(100,0,100,6) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,240,0)
hsl(120,100%,47%)
cmyk(100,0,100,6)rgb(0,216,0)
hsl(120,100%,42%)
cmyk(100,0,100,15)rgb(0,192,0)
hsl(120,100%,38%)
cmyk(100,0,100,25)rgb(0,168,0)
hsl(120,100%,33%)
cmyk(100,0,100,34)rgb(0,144,0)
hsl(120,100%,28%)
cmyk(100,0,100,44)rgb(0,120,0)
hsl(120,100%,24%)
cmyk(100,0,100,53) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,240,120)
hsl(150,100%,47%)
cmyk(100,0,50,6)rgb(0,240,96)
hsl(144,100%,47%)
cmyk(100,0,60,6)rgb(0,240,72)
hsl(138,100%,47%)
cmyk(100,0,70,6)rgb(0,240,48)
hsl(132,100%,47%)
cmyk(100,0,80,6)rgb(0,240,24)
hsl(126,100%,47%)
cmyk(100,0,90,6)rgb(0,240,0)
hsl(120,100%,47%)
cmyk(100,0,100,6) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,255,0)
hsl(120,100%,50%)
cmyk(100,0,100,0)rgb(0,230,0)
hsl(120,100%,45%)
cmyk(100,0,100,10)rgb(0,204,0)
hsl(120,100%,40%)
cmyk(100,0,100,20)rgb(0,179,0)
hsl(120,100%,35%)
cmyk(100,0,100,30)rgb(0,153,0)
hsl(120,100%,30%)
cmyk(100,0,100,40)rgb(0,128,0)
hsl(120,100%,25%)
cmyk(100,0,100,50)