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(140,255,102)
hsl(105,100%,70%)
cmyk(45,0,60,0)rgb(102,255,128)
hsl(130,100%,70%)
cmyk(60,0,50,0)rgb(102,255,191)
hsl(155,100%,70%)
cmyk(60,0,25,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(102,191,255)
hsl(205,100%,70%)
cmyk(60,25,0,0)rgb(102,128,255)
hsl(230,100%,70%)
cmyk(60,50,0,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(140,217,217)
hsl(180,50%,70%)
cmyk(35,0,0,15)rgb(133,224,224)
hsl(180,60%,70%)
cmyk(41,0,0,12)rgb(125,232,232)
hsl(180,70%,70%)
cmyk(46,0,0,9)rgb(117,240,240)
hsl(180,80%,70%)
cmyk(51,0,0,6)rgb(110,247,247)
hsl(180,90%,70%)
cmyk(56,0,0,3)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,204,204)
hsl(180,100%,40%)
cmyk(100,0,0,20)rgb(0,255,255)
hsl(180,100%,50%)
cmyk(100,0,0,0)rgb(51,255,255)
hsl(180,100%,60%)
cmyk(80,0,0,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(204,255,255)
hsl(180,100%,90%)
cmyk(20,0,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(12,255,255)
hsl(180,100%,52%)
cmyk(95,0,0,0)rgb(42,255,255)
hsl(180,100%,58%)
cmyk(84,0,0,0)rgb(72,255,255)
hsl(180,100%,64%)
cmyk(72,0,0,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(132,255,255)
hsl(180,100%,76%)
cmyk(48,0,0,0)rgb(162,255,255)
hsl(180,100%,82%)
cmyk(36,0,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(102,105,255)
hsl(239,100%,70%)
cmyk(60,59,0,0)rgb(102,135,255)
hsl(227,100%,70%)
cmyk(60,47,0,0)rgb(102,165,255)
hsl(215,100%,70%)
cmyk(60,35,0,0)rgb(102,195,255)
hsl(204,100%,70%)
cmyk(60,24,0,0)rgb(102,225,255)
hsl(192,100%,70%)
cmyk(60,12,0,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(102,255,105)
hsl(121,100%,70%)
cmyk(60,0,59,0)rgb(102,255,135)
hsl(133,100%,70%)
cmyk(60,0,47,0)rgb(102,255,165)
hsl(145,100%,70%)
cmyk(60,0,35,0)rgb(102,255,195)
hsl(156,100%,70%)
cmyk(60,0,24,0)rgb(102,255,225)
hsl(168,100%,70%)
cmyk(60,0,12,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(179,255,255)
hsl(180,100%,85%)
cmyk(30,0,0,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(77,255,255)
hsl(180,100%,65%)
cmyk(70,0,0,0)rgb(51,255,255)
hsl(180,100%,60%)
cmyk(80,0,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(102,230,255)
hsl(190,100%,70%)
cmyk(60,10,0,0)rgb(102,204,255)
hsl(200,100%,70%)
cmyk(60,20,0,0)rgb(102,179,255)
hsl(210,100%,70%)
cmyk(60,30,0,0)rgb(102,153,255)
hsl(220,100%,70%)
cmyk(60,40,0,0)rgb(102,128,255)
hsl(230,100%,70%)
cmyk(60,50,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(102,255,230)
hsl(170,100%,70%)
cmyk(60,0,10,0)rgb(102,255,204)
hsl(160,100%,70%)
cmyk(60,0,20,0)rgb(102,255,179)
hsl(150,100%,70%)
cmyk(60,0,30,0)rgb(102,255,153)
hsl(140,100%,70%)
cmyk(60,0,40,0)rgb(102,255,128)
hsl(130,100%,70%)
cmyk(60,0,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(92,230,230)
hsl(180,73%,63%)
cmyk(60,0,0,10)rgb(82,204,204)
hsl(180,55%,56%)
cmyk(60,0,0,20)rgb(71,179,179)
hsl(180,43%,49%)
cmyk(60,0,0,30)rgb(61,153,153)
hsl(180,43%,42%)
cmyk(60,0,0,40)rgb(51,128,128)
hsl(180,43%,35%)
cmyk(60,0,0,50)