Shades of Sulu #CDF08E
Tints of Sulu #CDF08E
RGB
CMYK
RGB Variations
Color information
#CDF08E (or 0xCDF08E) is known color: Sulu. HEX triplet: CD, F0 and 8E. RGB value is (205,240,142). Sum of RGB (Red+Green+Blue) = 205+240+142=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF08E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF08E is #320F71. Grayscale: #DADADA. Windows color (decimal): -3280754 or 9367757. OLE color: 9367757.
HSL color Cylindrical-coordinate representation of color #CDF08E: hue angle of 81.43º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF08E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 142 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.06 |
| HSL | 81.43º | 0.77% | 0.75% | - |
| HSV(B) | 81.43º | 0.41% | 0.94% | - |
| XYZ | 61.22 | 77.25 | 37.28 | - |
| YUV | 218.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 142 | 0.15 | 0 | 0.41 | 0.06 | 81.43 | 0.77 | 0.75 |
| Hex | CD | F0 | 8E | F | 0 | 29 | 6 | 51 | 4D | 4B |
| Octal | 315 | 360 | 216 | 17 | 0 | 51 | 6 | 121 | 115 | 113 |
| Binary | 11001101 | 11110000 | 10001110 | 1111 | 0 | 101001 | 110 | 1010001 | 1001101 | 1001011 |
Color Harmonies of #CDF08E
Complementary color
Monochromatic Colors of #CDF08E
Black with #CDF08E
Text Example
Text Example
White with #CDF08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF08E; }
p { color: rgb(205,240,142); }
H1.HeaderClassName
{
color: #CDF08E;
}
.AnyTagClassName
{
color: #CDF08E;
}
</style>
background-color css
<style>
a { background-color: #CDF08E; }
a { background-color: rgb(205,240,142); }
div.DivClassName
{
background-color: #CDF08E;
}
.BgClassName
{
background-color: #CDF08E;
}
</style>
border-color css
<style>
span { border-color: #CDF08E; }
span { border-color: rgb(205,240,142); }
td.TdClassName
{
border-color: #CDF08E;
}
.TagClassName
{
border-color: #CDF08E;
}
</style>