Shades of Sulu #CAE890
Tints of Sulu #CAE890
RGB
CMYK
RGB Variations
Color information
#CAE890 (or 0xCAE890) is known color: Sulu. HEX triplet: CA, E8 and 90. RGB value is (202,232,144). Sum of RGB (Red+Green+Blue) = 202+232+144=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE890 is #35176F. Grayscale: #D5D5D5. Windows color (decimal): -3479408 or 9496778. OLE color: 9496778.
HSL color Cylindrical-coordinate representation of color #CAE890: hue angle of 80.45º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAE890 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 144 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.09 |
| HSL | 80.45º | 0.66% | 0.74% | - |
| HSV(B) | 80.45º | 0.38% | 0.91% | - |
| XYZ | 58.25 | 72.28 | 37.27 | - |
| YUV | 213 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 144 | 0.13 | 0 | 0.38 | 0.09 | 80.45 | 0.66 | 0.74 |
| Hex | CA | E8 | 90 | D | 0 | 26 | 9 | 50 | 42 | 4A |
| Octal | 312 | 350 | 220 | 15 | 0 | 46 | 11 | 120 | 102 | 112 |
| Binary | 11001010 | 11101000 | 10010000 | 1101 | 0 | 100110 | 1001 | 1010000 | 1000010 | 1001010 |
Color Harmonies of #CAE890
Complementary color
Monochromatic Colors of #CAE890
Black with #CAE890
Text Example
Text Example
White with #CAE890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE890; }
p { color: rgb(202,232,144); }
H1.HeaderClassName
{
color: #CAE890;
}
.AnyTagClassName
{
color: #CAE890;
}
</style>
background-color css
<style>
a { background-color: #CAE890; }
a { background-color: rgb(202,232,144); }
div.DivClassName
{
background-color: #CAE890;
}
.BgClassName
{
background-color: #CAE890;
}
</style>
border-color css
<style>
span { border-color: #CAE890; }
span { border-color: rgb(202,232,144); }
td.TdClassName
{
border-color: #CAE890;
}
.TagClassName
{
border-color: #CAE890;
}
</style>