Shades of Sulu #CDF57B
Tints of Sulu #CDF57B
RGB
CMYK
RGB Variations
Color information
#CDF57B (or 0xCDF57B) is known color: Sulu. HEX triplet: CD, F5 and 7B. RGB value is (205,245,123). Sum of RGB (Red+Green+Blue) = 205+245+123=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF57B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF57B is #320A84. Grayscale: #DBDBDB. Windows color (decimal): -3279493 or 8123853. OLE color: 8123853.
HSL color Cylindrical-coordinate representation of color #CDF57B: hue angle of 79.67º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF57B is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 123 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.04 |
| HSL | 79.67º | 0.86% | 0.72% | - |
| HSV(B) | 79.67º | 0.5% | 0.96% | - |
| XYZ | 61.4 | 79.71 | 30.89 | - |
| YUV | 219.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 123 | 0.16 | 0 | 0.50 | 0.04 | 79.67 | 0.86 | 0.72 |
| Hex | CD | F5 | 7B | 10 | 0 | 32 | 4 | 50 | 56 | 48 |
| Octal | 315 | 365 | 173 | 20 | 0 | 62 | 4 | 120 | 126 | 110 |
| Binary | 11001101 | 11110101 | 1111011 | 10000 | 0 | 110010 | 100 | 1010000 | 1010110 | 1001000 |
Color Harmonies of #CDF57B
Complementary color
Monochromatic Colors of #CDF57B
Black with #CDF57B
Text Example
Text Example
White with #CDF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF57B; }
p { color: rgb(205,245,123); }
H1.HeaderClassName
{
color: #CDF57B;
}
.AnyTagClassName
{
color: #CDF57B;
}
</style>
background-color css
<style>
a { background-color: #CDF57B; }
a { background-color: rgb(205,245,123); }
div.DivClassName
{
background-color: #CDF57B;
}
.BgClassName
{
background-color: #CDF57B;
}
</style>
border-color css
<style>
span { border-color: #CDF57B; }
span { border-color: rgb(205,245,123); }
td.TdClassName
{
border-color: #CDF57B;
}
.TagClassName
{
border-color: #CDF57B;
}
</style>