Shades of Sulu #CAE988
Tints of Sulu #CAE988
RGB
CMYK
RGB Variations
Color information
#CAE988 (or 0xCAE988) is known color: Sulu. HEX triplet: CA, E9 and 88. RGB value is (202,233,136). Sum of RGB (Red+Green+Blue) = 202+233+136=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE988 is #351677. Grayscale: #D5D5D5. Windows color (decimal): -3479160 or 8972746. OLE color: 8972746.
HSL color Cylindrical-coordinate representation of color #CAE988: hue angle of 79.18º 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 #CAE988 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 136 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.09 |
| HSL | 79.18º | 0.69% | 0.72% | - |
| HSV(B) | 79.18º | 0.42% | 0.91% | - |
| XYZ | 57.94 | 72.61 | 34.25 | - |
| YUV | 212.67 | 84.73 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 136 | 0.13 | 0 | 0.42 | 0.09 | 79.18 | 0.69 | 0.72 |
| Hex | CA | E9 | 88 | D | 0 | 2A | 9 | 4F | 45 | 48 |
| Octal | 312 | 351 | 210 | 15 | 0 | 52 | 11 | 117 | 105 | 110 |
| Binary | 11001010 | 11101001 | 10001000 | 1101 | 0 | 101010 | 1001 | 1001111 | 1000101 | 1001000 |
Color Harmonies of #CAE988
Complementary color
Monochromatic Colors of #CAE988
Black with #CAE988
Text Example
Text Example
White with #CAE988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE988; }
p { color: rgb(202,233,136); }
H1.HeaderClassName
{
color: #CAE988;
}
.AnyTagClassName
{
color: #CAE988;
}
</style>
background-color css
<style>
a { background-color: #CAE988; }
a { background-color: rgb(202,233,136); }
div.DivClassName
{
background-color: #CAE988;
}
.BgClassName
{
background-color: #CAE988;
}
</style>
border-color css
<style>
span { border-color: #CAE988; }
span { border-color: rgb(202,233,136); }
td.TdClassName
{
border-color: #CAE988;
}
.TagClassName
{
border-color: #CAE988;
}
</style>