Shades of Reef #CAF999
Tints of Reef #CAF999
RGB
CMYK
RGB Variations
Color information
#CAF999 (or 0xCAF999) is known color: Reef. HEX triplet: CA, F9 and 99. RGB value is (202,249,153). Sum of RGB (Red+Green+Blue) = 202+249+153=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF999 is #350666. Grayscale: #E0E0E0. Windows color (decimal): -3475047 or 10090954. OLE color: 10090954.
HSL color Cylindrical-coordinate representation of color #CAF999: hue angle of 89.37º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAF999 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 153 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.02 |
| HSL | 89.37º | 0.89% | 0.79% | - |
| HSV(B) | 89.37º | 0.39% | 0.98% | - |
| XYZ | 63.98 | 82.61 | 42.71 | - |
| YUV | 224 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 153 | 0.19 | 0 | 0.39 | 0.02 | 89.37 | 0.89 | 0.79 |
| Hex | CA | F9 | 99 | 13 | 0 | 27 | 2 | 59 | 59 | 4F |
| Octal | 312 | 371 | 231 | 23 | 0 | 47 | 2 | 131 | 131 | 117 |
| Binary | 11001010 | 11111001 | 10011001 | 10011 | 0 | 100111 | 10 | 1011001 | 1011001 | 1001111 |
Color Harmonies of #CAF999
Complementary color
Monochromatic Colors of #CAF999
Black with #CAF999
Text Example
Text Example
White with #CAF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF999; }
p { color: rgb(202,249,153); }
H1.HeaderClassName
{
color: #CAF999;
}
.AnyTagClassName
{
color: #CAF999;
}
</style>
background-color css
<style>
a { background-color: #CAF999; }
a { background-color: rgb(202,249,153); }
div.DivClassName
{
background-color: #CAF999;
}
.BgClassName
{
background-color: #CAF999;
}
</style>
border-color css
<style>
span { border-color: #CAF999; }
span { border-color: rgb(202,249,153); }
td.TdClassName
{
border-color: #CAF999;
}
.TagClassName
{
border-color: #CAF999;
}
</style>