Shades of Sulu #CAE872
Tints of Sulu #CAE872
RGB
CMYK
RGB Variations
Color information
#CAE872 (or 0xCAE872) is known color: Sulu. HEX triplet: CA, E8 and 72. RGB value is (202,232,114). Sum of RGB (Red+Green+Blue) = 202+232+114=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE872 is #35178D. Grayscale: #D2D2D2. Windows color (decimal): -3479438 or 7530698. OLE color: 7530698.
HSL color Cylindrical-coordinate representation of color #CAE872: hue angle of 75.25º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAE872 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 114 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.09 |
| HSL | 75.25º | 0.72% | 0.68% | - |
| HSV(B) | 75.25º | 0.51% | 0.91% | - |
| XYZ | 56.25 | 71.48 | 26.75 | - |
| YUV | 209.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 114 | 0.13 | 0 | 0.51 | 0.09 | 75.25 | 0.72 | 0.68 |
| Hex | CA | E8 | 72 | D | 0 | 33 | 9 | 4B | 48 | 44 |
| Octal | 312 | 350 | 162 | 15 | 0 | 63 | 11 | 113 | 110 | 104 |
| Binary | 11001010 | 11101000 | 1110010 | 1101 | 0 | 110011 | 1001 | 1001011 | 1001000 | 1000100 |
Color Harmonies of #CAE872
Complementary color
Monochromatic Colors of #CAE872
Black with #CAE872
Text Example
Text Example
White with #CAE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE872; }
p { color: rgb(202,232,114); }
H1.HeaderClassName
{
color: #CAE872;
}
.AnyTagClassName
{
color: #CAE872;
}
</style>
background-color css
<style>
a { background-color: #CAE872; }
a { background-color: rgb(202,232,114); }
div.DivClassName
{
background-color: #CAE872;
}
.BgClassName
{
background-color: #CAE872;
}
</style>
border-color css
<style>
span { border-color: #CAE872; }
span { border-color: rgb(202,232,114); }
td.TdClassName
{
border-color: #CAE872;
}
.TagClassName
{
border-color: #CAE872;
}
</style>