Shades of Sulu #CDE884
Tints of Sulu #CDE884
RGB
CMYK
RGB Variations
Color information
#CDE884 (or 0xCDE884) is known color: Sulu. HEX triplet: CD, E8 and 84. RGB value is (205,232,132). Sum of RGB (Red+Green+Blue) = 205+232+132=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE884 is #32177B. Grayscale: #D4D4D4. Windows color (decimal): -3282812 or 8710349. OLE color: 8710349.
HSL color Cylindrical-coordinate representation of color #CDE884: hue angle of 76.2º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDE884 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 132 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.09 |
| HSL | 76.2º | 0.68% | 0.71% | - |
| HSV(B) | 76.2º | 0.43% | 0.91% | - |
| XYZ | 58.2 | 72.36 | 32.73 | - |
| YUV | 212.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 132 | 0.12 | 0 | 0.43 | 0.09 | 76.2 | 0.68 | 0.71 |
| Hex | CD | E8 | 84 | C | 0 | 2B | 9 | 4C | 44 | 47 |
| Octal | 315 | 350 | 204 | 14 | 0 | 53 | 11 | 114 | 104 | 107 |
| Binary | 11001101 | 11101000 | 10000100 | 1100 | 0 | 101011 | 1001 | 1001100 | 1000100 | 1000111 |
Color Harmonies of #CDE884
Complementary color
Monochromatic Colors of #CDE884
Black with #CDE884
Text Example
Text Example
White with #CDE884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE884; }
p { color: rgb(205,232,132); }
H1.HeaderClassName
{
color: #CDE884;
}
.AnyTagClassName
{
color: #CDE884;
}
</style>
background-color css
<style>
a { background-color: #CDE884; }
a { background-color: rgb(205,232,132); }
div.DivClassName
{
background-color: #CDE884;
}
.BgClassName
{
background-color: #CDE884;
}
</style>
border-color css
<style>
span { border-color: #CDE884; }
span { border-color: rgb(205,232,132); }
td.TdClassName
{
border-color: #CDE884;
}
.TagClassName
{
border-color: #CDE884;
}
</style>