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(255,128,128)
hsl(0,100%,75%)
cmyk(0,50,50,0)rgb(255,181,128)
hsl(25,100%,75%)
cmyk(0,29,50,0)rgb(255,234,128)
hsl(50,100%,75%)
cmyk(0,8,50,0)rgb(223,255,128)
hsl(75,100%,75%)
cmyk(13,0,50,0)rgb(170,255,128)
hsl(100,100%,75%)
cmyk(33,0,50,0)rgb(128,255,138)
hsl(125,100%,75%)
cmyk(50,0,46,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(223,223,159)
hsl(60,50%,75%)
cmyk(0,0,29,13)rgb(230,230,153)
hsl(60,60%,75%)
cmyk(0,0,33,10)rgb(236,236,147)
hsl(60,70%,75%)
cmyk(0,0,38,7)rgb(242,242,140)
hsl(60,80%,75%)
cmyk(0,0,42,5)rgb(249,249,134)
hsl(60,90%,75%)
cmyk(0,0,46,3)rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(229,230,0)
hsl(60,100%,45%)
cmyk(0,0,100,10)rgb(255,255,26)
hsl(60,100%,55%)
cmyk(0,0,90,0)rgb(255,255,77)
hsl(60,100%,65%)
cmyk(0,0,70,0)rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0)rgb(255,255,179)
hsl(60,100%,85%)
cmyk(0,0,30,0)rgb(255,255,229)
hsl(60,100%,95%)
cmyk(0,0,10,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(105,255,128)
hsl(129,100%,71%)
cmyk(59,0,50,0)rgb(135,255,128)
hsl(117,100%,75%)
cmyk(47,0,50,0)rgb(165,255,128)
hsl(103,100%,75%)
cmyk(35,0,50,0)rgb(195,255,128)
hsl(88,100%,75%)
cmyk(24,0,50,0)rgb(225,255,128)
hsl(74,100%,75%)
cmyk(12,0,50,0)rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(255,105,128)
hsl(351,100%,71%)
cmyk(0,59,50,0)rgb(255,135,128)
hsl(3,100%,75%)
cmyk(0,47,50,0)rgb(255,165,128)
hsl(17,100%,75%)
cmyk(0,35,50,0)rgb(255,195,128)
hsl(32,100%,75%)
cmyk(0,24,50,0)rgb(255,225,128)
hsl(46,100%,75%)
cmyk(0,12,50,0)rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(255,255,38)
hsl(60,100%,57%)
cmyk(0,0,85,0)rgb(255,255,68)
hsl(60,100%,63%)
cmyk(0,0,73,0)rgb(255,255,98)
hsl(60,100%,69%)
cmyk(0,0,62,0)rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0)rgb(255,255,158)
hsl(60,100%,81%)
cmyk(0,0,38,0)rgb(255,255,188)
hsl(60,100%,87%)
cmyk(0,0,26,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0)rgb(230,255,128)
hsl(72,100%,75%)
cmyk(10,0,50,0)rgb(204,255,128)
hsl(84,100%,75%)
cmyk(20,0,50,0)rgb(179,255,128)
hsl(96,100%,75%)
cmyk(30,0,50,0)rgb(153,255,128)
hsl(108,100%,75%)
cmyk(40,0,50,0)rgb(128,255,128)
hsl(120,100%,75%)
cmyk(50,0,50,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0)rgb(255,230,128)
hsl(48,100%,75%)
cmyk(0,10,50,0)rgb(255,204,128)
hsl(36,100%,75%)
cmyk(0,20,50,0)rgb(255,179,128)
hsl(24,100%,75%)
cmyk(0,30,50,0)rgb(255,153,128)
hsl(12,100%,75%)
cmyk(0,40,50,0)rgb(255,128,128)
hsl(0,100%,75%)
cmyk(0,50,50,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(255,255,204)
hsl(60,100%,90%)
cmyk(0,0,20,0)rgb(255,255,179)
hsl(60,100%,85%)
cmyk(0,0,30,0)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0)rgb(255,255,102)
hsl(60,100%,70%)
cmyk(0,0,60,0)rgb(255,255,77)
hsl(60,100%,65%)
cmyk(0,0,70,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0)rgb(230,230,115)
hsl(60,69%,68%)
cmyk(0,0,50,10)rgb(204,204,102)
hsl(60,50%,60%)
cmyk(0,0,50,20)rgb(179,179,89)
hsl(60,37%,53%)
cmyk(0,0,50,30)rgb(153,153,77)
hsl(60,33%,45%)
cmyk(0,0,50,40)rgb(128,128,64)
hsl(60,33%,38%)
cmyk(0,0,50,50)