Shades of Sulu #CAE879
Tints of Sulu #CAE879
RGB
CMYK
RGB Variations
Color information
#CAE879 (or 0xCAE879) is known color: Sulu. HEX triplet: CA, E8 and 79. RGB value is (202,232,121). Sum of RGB (Red+Green+Blue) = 202+232+121=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE879 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE879 is #351786. Grayscale: #D2D2D2. Windows color (decimal): -3479431 or 7989450. OLE color: 7989450.
HSL color Cylindrical-coordinate representation of color #CAE879: hue angle of 76.22º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAE879 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 121 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.09 |
| HSL | 76.22º | 0.71% | 0.69% | - |
| HSV(B) | 76.22º | 0.48% | 0.91% | - |
| XYZ | 56.66 | 71.65 | 28.93 | - |
| YUV | 210.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 121 | 0.13 | 0 | 0.48 | 0.09 | 76.22 | 0.71 | 0.69 |
| Hex | CA | E8 | 79 | D | 0 | 30 | 9 | 4C | 47 | 45 |
| Octal | 312 | 350 | 171 | 15 | 0 | 60 | 11 | 114 | 107 | 105 |
| Binary | 11001010 | 11101000 | 1111001 | 1101 | 0 | 110000 | 1001 | 1001100 | 1000111 | 1000101 |
Color Harmonies of #CAE879
Complementary color
Monochromatic Colors of #CAE879
Black with #CAE879
Text Example
Text Example
White with #CAE879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE879; }
p { color: rgb(202,232,121); }
H1.HeaderClassName
{
color: #CAE879;
}
.AnyTagClassName
{
color: #CAE879;
}
</style>
background-color css
<style>
a { background-color: #CAE879; }
a { background-color: rgb(202,232,121); }
div.DivClassName
{
background-color: #CAE879;
}
.BgClassName
{
background-color: #CAE879;
}
</style>
border-color css
<style>
span { border-color: #CAE879; }
span { border-color: rgb(202,232,121); }
td.TdClassName
{
border-color: #CAE879;
}
.TagClassName
{
border-color: #CAE879;
}
</style>