Shades of Sulu #CAF888
Tints of Sulu #CAF888
RGB
CMYK
RGB Variations
Color information
#CAF888 (or 0xCAF888) is known color: Sulu. HEX triplet: CA, F8 and 88. RGB value is (202,248,136). Sum of RGB (Red+Green+Blue) = 202+248+136=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF888 is #350777. Grayscale: #DDDDDD. Windows color (decimal): -3475320 or 8976586. OLE color: 8976586.
HSL color Cylindrical-coordinate representation of color #CAF888: hue angle of 84.64º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAF888 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 136 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.03 |
| HSL | 84.64º | 0.89% | 0.75% | - |
| HSV(B) | 84.64º | 0.45% | 0.97% | - |
| XYZ | 62.37 | 81.47 | 35.73 | - |
| YUV | 221.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 136 | 0.19 | 0 | 0.45 | 0.03 | 84.64 | 0.89 | 0.75 |
| Hex | CA | F8 | 88 | 13 | 0 | 2D | 3 | 55 | 59 | 4B |
| Octal | 312 | 370 | 210 | 23 | 0 | 55 | 3 | 125 | 131 | 113 |
| Binary | 11001010 | 11111000 | 10001000 | 10011 | 0 | 101101 | 11 | 1010101 | 1011001 | 1001011 |
Color Harmonies of #CAF888
Complementary color
Monochromatic Colors of #CAF888
Black with #CAF888
Text Example
Text Example
White with #CAF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF888; }
p { color: rgb(202,248,136); }
H1.HeaderClassName
{
color: #CAF888;
}
.AnyTagClassName
{
color: #CAF888;
}
</style>
background-color css
<style>
a { background-color: #CAF888; }
a { background-color: rgb(202,248,136); }
div.DivClassName
{
background-color: #CAF888;
}
.BgClassName
{
background-color: #CAF888;
}
</style>
border-color css
<style>
span { border-color: #CAF888; }
span { border-color: rgb(202,248,136); }
td.TdClassName
{
border-color: #CAF888;
}
.TagClassName
{
border-color: #CAF888;
}
</style>