Shades of Reef #CAF299
Tints of Reef #CAF299
RGB
CMYK
RGB Variations
Color information
#CAF299 (or 0xCAF299) is known color: Reef. HEX triplet: CA, F2 and 99. RGB value is (202,242,153). Sum of RGB (Red+Green+Blue) = 202+242+153=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF299 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF299 is #350D66. Grayscale: #DCDCDC. Windows color (decimal): -3476839 or 10089162. OLE color: 10089162.
HSL color Cylindrical-coordinate representation of color #CAF299: hue angle of 86.97º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF299 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 153 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.05 |
| HSL | 86.97º | 0.77% | 0.77% | - |
| HSV(B) | 86.97º | 0.37% | 0.95% | - |
| XYZ | 61.86 | 78.36 | 42 | - |
| YUV | 219.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 153 | 0.17 | 0 | 0.37 | 0.05 | 86.97 | 0.77 | 0.77 |
| Hex | CA | F2 | 99 | 11 | 0 | 25 | 5 | 57 | 4D | 4D |
| Octal | 312 | 362 | 231 | 21 | 0 | 45 | 5 | 127 | 115 | 115 |
| Binary | 11001010 | 11110010 | 10011001 | 10001 | 0 | 100101 | 101 | 1010111 | 1001101 | 1001101 |
Color Harmonies of #CAF299
Complementary color
Monochromatic Colors of #CAF299
Black with #CAF299
Text Example
Text Example
White with #CAF299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF299; }
p { color: rgb(202,242,153); }
H1.HeaderClassName
{
color: #CAF299;
}
.AnyTagClassName
{
color: #CAF299;
}
</style>
background-color css
<style>
a { background-color: #CAF299; }
a { background-color: rgb(202,242,153); }
div.DivClassName
{
background-color: #CAF299;
}
.BgClassName
{
background-color: #CAF299;
}
</style>
border-color css
<style>
span { border-color: #CAF299; }
span { border-color: rgb(202,242,153); }
td.TdClassName
{
border-color: #CAF299;
}
.TagClassName
{
border-color: #CAF299;
}
</style>