Shades of Sulu #CDE188
Tints of Sulu #CDE188
RGB
CMYK
RGB Variations
Color information
#CDE188 (or 0xCDE188) is known color: Sulu. HEX triplet: CD, E1 and 88. RGB value is (205,225,136). Sum of RGB (Red+Green+Blue) = 205+225+136=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE188 is #321E77. Grayscale: #D1D1D1. Windows color (decimal): -3284600 or 8970701. OLE color: 8970701.
HSL color Cylindrical-coordinate representation of color #CDE188: hue angle of 73.48º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDE188 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 136 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.12 |
| HSL | 73.48º | 0.6% | 0.71% | - |
| HSV(B) | 73.48º | 0.4% | 0.88% | - |
| XYZ | 56.55 | 68.61 | 33.55 | - |
| YUV | 208.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 136 | 0.09 | 0 | 0.40 | 0.12 | 73.48 | 0.6 | 0.71 |
| Hex | CD | E1 | 88 | 9 | 0 | 28 | C | 49 | 3C | 47 |
| Octal | 315 | 341 | 210 | 11 | 0 | 50 | 14 | 111 | 74 | 107 |
| Binary | 11001101 | 11100001 | 10001000 | 1001 | 0 | 101000 | 1100 | 1001001 | 111100 | 1000111 |
Color Harmonies of #CDE188
Complementary color
Monochromatic Colors of #CDE188
Black with #CDE188
Text Example
Text Example
White with #CDE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE188; }
p { color: rgb(205,225,136); }
H1.HeaderClassName
{
color: #CDE188;
}
.AnyTagClassName
{
color: #CDE188;
}
</style>
background-color css
<style>
a { background-color: #CDE188; }
a { background-color: rgb(205,225,136); }
div.DivClassName
{
background-color: #CDE188;
}
.BgClassName
{
background-color: #CDE188;
}
</style>
border-color css
<style>
span { border-color: #CDE188; }
span { border-color: rgb(205,225,136); }
td.TdClassName
{
border-color: #CDE188;
}
.TagClassName
{
border-color: #CDE188;
}
</style>