Shades of Sulu #CEE884
Tints of Sulu #CEE884
RGB
CMYK
RGB Variations
Color information
#CEE884 (or 0xCEE884) is known color: Sulu. HEX triplet: CE, E8 and 84. RGB value is (206,232,132). Sum of RGB (Red+Green+Blue) = 206+232+132=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE884 is #31177B. Grayscale: #D5D5D5. Windows color (decimal): -3217276 or 8710350. OLE color: 8710350.
HSL color Cylindrical-coordinate representation of color #CEE884: hue angle of 75.6º 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 #CEE884 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 132 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.09 |
| HSL | 75.6º | 0.68% | 0.71% | - |
| HSV(B) | 75.6º | 0.43% | 0.91% | - |
| XYZ | 58.48 | 72.5 | 32.74 | - |
| YUV | 212.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 132 | 0.11 | 0 | 0.43 | 0.09 | 75.6 | 0.68 | 0.71 |
| Hex | CE | E8 | 84 | B | 0 | 2B | 9 | 4C | 44 | 47 |
| Octal | 316 | 350 | 204 | 13 | 0 | 53 | 11 | 114 | 104 | 107 |
| Binary | 11001110 | 11101000 | 10000100 | 1011 | 0 | 101011 | 1001 | 1001100 | 1000100 | 1000111 |
Color Harmonies of #CEE884
Complementary color
Monochromatic Colors of #CEE884
Black with #CEE884
Text Example
Text Example
White with #CEE884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE884; }
p { color: rgb(206,232,132); }
H1.HeaderClassName
{
color: #CEE884;
}
.AnyTagClassName
{
color: #CEE884;
}
</style>
background-color css
<style>
a { background-color: #CEE884; }
a { background-color: rgb(206,232,132); }
div.DivClassName
{
background-color: #CEE884;
}
.BgClassName
{
background-color: #CEE884;
}
</style>
border-color css
<style>
span { border-color: #CEE884; }
span { border-color: rgb(206,232,132); }
td.TdClassName
{
border-color: #CEE884;
}
.TagClassName
{
border-color: #CEE884;
}
</style>