Shades of Reef #CAF899
Tints of Reef #CAF899
RGB
CMYK
RGB Variations
Color information
#CAF899 (or 0xCAF899) is known color: Reef. HEX triplet: CA, F8 and 99. RGB value is (202,248,153). Sum of RGB (Red+Green+Blue) = 202+248+153=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF899 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF899 is #350766. Grayscale: #DFDFDF. Windows color (decimal): -3475303 or 10090698. OLE color: 10090698.
HSL color Cylindrical-coordinate representation of color #CAF899: hue angle of 89.05º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAF899 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 153 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.03 |
| HSL | 89.05º | 0.87% | 0.79% | - |
| HSV(B) | 89.05º | 0.38% | 0.97% | - |
| XYZ | 63.67 | 81.99 | 42.61 | - |
| YUV | 223.42 | 88.26 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 153 | 0.19 | 0 | 0.38 | 0.03 | 89.05 | 0.87 | 0.79 |
| Hex | CA | F8 | 99 | 13 | 0 | 26 | 3 | 59 | 57 | 4F |
| Octal | 312 | 370 | 231 | 23 | 0 | 46 | 3 | 131 | 127 | 117 |
| Binary | 11001010 | 11111000 | 10011001 | 10011 | 0 | 100110 | 11 | 1011001 | 1010111 | 1001111 |
Color Harmonies of #CAF899
Complementary color
Monochromatic Colors of #CAF899
Black with #CAF899
Text Example
Text Example
White with #CAF899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF899; }
p { color: rgb(202,248,153); }
H1.HeaderClassName
{
color: #CAF899;
}
.AnyTagClassName
{
color: #CAF899;
}
</style>
background-color css
<style>
a { background-color: #CAF899; }
a { background-color: rgb(202,248,153); }
div.DivClassName
{
background-color: #CAF899;
}
.BgClassName
{
background-color: #CAF899;
}
</style>
border-color css
<style>
span { border-color: #CAF899; }
span { border-color: rgb(202,248,153); }
td.TdClassName
{
border-color: #CAF899;
}
.TagClassName
{
border-color: #CAF899;
}
</style>