Shades of Reef #CAF097
Tints of Reef #CAF097
RGB
CMYK
RGB Variations
Color information
#CAF097 (or 0xCAF097) is known color: Reef. HEX triplet: CA, F0 and 97. RGB value is (202,240,151). Sum of RGB (Red+Green+Blue) = 202+240+151=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF097 is #350F68. Grayscale: #DADADA. Windows color (decimal): -3477353 or 9957578. OLE color: 9957578.
HSL color Cylindrical-coordinate representation of color #CAF097: hue angle of 85.62º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF097 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 151 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.06 |
| HSL | 85.62º | 0.75% | 0.77% | - |
| HSV(B) | 85.62º | 0.37% | 0.94% | - |
| XYZ | 61.1 | 77.11 | 40.94 | - |
| YUV | 218.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 151 | 0.16 | 0 | 0.37 | 0.06 | 85.62 | 0.75 | 0.77 |
| Hex | CA | F0 | 97 | 10 | 0 | 25 | 6 | 56 | 4B | 4D |
| Octal | 312 | 360 | 227 | 20 | 0 | 45 | 6 | 126 | 113 | 115 |
| Binary | 11001010 | 11110000 | 10010111 | 10000 | 0 | 100101 | 110 | 1010110 | 1001011 | 1001101 |
Color Harmonies of #CAF097
Complementary color
Monochromatic Colors of #CAF097
Black with #CAF097
Text Example
Text Example
White with #CAF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF097; }
p { color: rgb(202,240,151); }
H1.HeaderClassName
{
color: #CAF097;
}
.AnyTagClassName
{
color: #CAF097;
}
</style>
background-color css
<style>
a { background-color: #CAF097; }
a { background-color: rgb(202,240,151); }
div.DivClassName
{
background-color: #CAF097;
}
.BgClassName
{
background-color: #CAF097;
}
</style>
border-color css
<style>
span { border-color: #CAF097; }
span { border-color: rgb(202,240,151); }
td.TdClassName
{
border-color: #CAF097;
}
.TagClassName
{
border-color: #CAF097;
}
</style>