Shades of Sulu #CAE987
Tints of Sulu #CAE987
RGB
CMYK
RGB Variations
Color information
#CAE987 (or 0xCAE987) is known color: Sulu. HEX triplet: CA, E9 and 87. RGB value is (202,233,135). Sum of RGB (Red+Green+Blue) = 202+233+135=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE987 is #351678. Grayscale: #D4D4D4. Windows color (decimal): -3479161 or 8907210. OLE color: 8907210.
HSL color Cylindrical-coordinate representation of color #CAE987: hue angle of 78.98º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAE987 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 135 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.09 |
| HSL | 78.98º | 0.69% | 0.72% | - |
| HSV(B) | 78.98º | 0.42% | 0.91% | - |
| XYZ | 57.87 | 72.58 | 33.88 | - |
| YUV | 212.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 135 | 0.13 | 0 | 0.42 | 0.09 | 78.98 | 0.69 | 0.72 |
| Hex | CA | E9 | 87 | D | 0 | 2A | 9 | 4F | 45 | 48 |
| Octal | 312 | 351 | 207 | 15 | 0 | 52 | 11 | 117 | 105 | 110 |
| Binary | 11001010 | 11101001 | 10000111 | 1101 | 0 | 101010 | 1001 | 1001111 | 1000101 | 1001000 |
Color Harmonies of #CAE987
Complementary color
Monochromatic Colors of #CAE987
Black with #CAE987
Text Example
Text Example
White with #CAE987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE987; }
p { color: rgb(202,233,135); }
H1.HeaderClassName
{
color: #CAE987;
}
.AnyTagClassName
{
color: #CAE987;
}
</style>
background-color css
<style>
a { background-color: #CAE987; }
a { background-color: rgb(202,233,135); }
div.DivClassName
{
background-color: #CAE987;
}
.BgClassName
{
background-color: #CAE987;
}
</style>
border-color css
<style>
span { border-color: #CAE987; }
span { border-color: rgb(202,233,135); }
td.TdClassName
{
border-color: #CAE987;
}
.TagClassName
{
border-color: #CAE987;
}
</style>