Shades of Sulu #CAF885
Tints of Sulu #CAF885
RGB
CMYK
RGB Variations
Color information
#CAF885 (or 0xCAF885) is known color: Sulu. HEX triplet: CA, F8 and 85. RGB value is (202,248,133). Sum of RGB (Red+Green+Blue) = 202+248+133=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF885 is #35077A. Grayscale: #DDDDDD. Windows color (decimal): -3475323 or 8779978. OLE color: 8779978.
HSL color Cylindrical-coordinate representation of color #CAF885: hue angle of 84º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF885 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 133 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.03 |
| HSL | 84º | 0.89% | 0.75% | - |
| HSV(B) | 84º | 0.46% | 0.97% | - |
| XYZ | 62.16 | 81.38 | 34.62 | - |
| YUV | 221.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 133 | 0.19 | 0 | 0.46 | 0.03 | 84 | 0.89 | 0.75 |
| Hex | CA | F8 | 85 | 13 | 0 | 2E | 3 | 54 | 59 | 4B |
| Octal | 312 | 370 | 205 | 23 | 0 | 56 | 3 | 124 | 131 | 113 |
| Binary | 11001010 | 11111000 | 10000101 | 10011 | 0 | 101110 | 11 | 1010100 | 1011001 | 1001011 |
Color Harmonies of #CAF885
Complementary color
Monochromatic Colors of #CAF885
Black with #CAF885
Text Example
Text Example
White with #CAF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF885; }
p { color: rgb(202,248,133); }
H1.HeaderClassName
{
color: #CAF885;
}
.AnyTagClassName
{
color: #CAF885;
}
</style>
background-color css
<style>
a { background-color: #CAF885; }
a { background-color: rgb(202,248,133); }
div.DivClassName
{
background-color: #CAF885;
}
.BgClassName
{
background-color: #CAF885;
}
</style>
border-color css
<style>
span { border-color: #CAF885; }
span { border-color: rgb(202,248,133); }
td.TdClassName
{
border-color: #CAF885;
}
.TagClassName
{
border-color: #CAF885;
}
</style>