Shades of Sulu #CDE488
Tints of Sulu #CDE488
RGB
CMYK
RGB Variations
Color information
#CDE488 (or 0xCDE488) is known color: Sulu. HEX triplet: CD, E4 and 88. RGB value is (205,228,136). Sum of RGB (Red+Green+Blue) = 205+228+136=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE488 is #321B77. Grayscale: #D2D2D2. Windows color (decimal): -3283832 or 8971469. OLE color: 8971469.
HSL color Cylindrical-coordinate representation of color #CDE488: hue angle of 75º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDE488 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 136 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.11 |
| HSL | 75º | 0.63% | 0.71% | - |
| HSV(B) | 75º | 0.4% | 0.89% | - |
| XYZ | 57.36 | 70.24 | 33.83 | - |
| YUV | 210.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 136 | 0.10 | 0 | 0.40 | 0.11 | 75 | 0.63 | 0.71 |
| Hex | CD | E4 | 88 | A | 0 | 28 | B | 4B | 3F | 47 |
| Octal | 315 | 344 | 210 | 12 | 0 | 50 | 13 | 113 | 77 | 107 |
| Binary | 11001101 | 11100100 | 10001000 | 1010 | 0 | 101000 | 1011 | 1001011 | 111111 | 1000111 |
Color Harmonies of #CDE488
Complementary color
Monochromatic Colors of #CDE488
Black with #CDE488
Text Example
Text Example
White with #CDE488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE488; }
p { color: rgb(205,228,136); }
H1.HeaderClassName
{
color: #CDE488;
}
.AnyTagClassName
{
color: #CDE488;
}
</style>
background-color css
<style>
a { background-color: #CDE488; }
a { background-color: rgb(205,228,136); }
div.DivClassName
{
background-color: #CDE488;
}
.BgClassName
{
background-color: #CDE488;
}
</style>
border-color css
<style>
span { border-color: #CDE488; }
span { border-color: rgb(205,228,136); }
td.TdClassName
{
border-color: #CDE488;
}
.TagClassName
{
border-color: #CDE488;
}
</style>