Shades of Reef #CAF096
Tints of Reef #CAF096
RGB
CMYK
RGB Variations
Color information
#CAF096 (or 0xCAF096) is known color: Reef. HEX triplet: CA, F0 and 96. RGB value is (202,240,150). Sum of RGB (Red+Green+Blue) = 202+240+150=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF096 is #350F69. Grayscale: #DADADA. Windows color (decimal): -3477354 or 9892042. OLE color: 9892042.
HSL color Cylindrical-coordinate representation of color #CAF096: hue angle of 85.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAF096 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 150 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.06 |
| HSL | 85.33º | 0.75% | 0.76% | - |
| HSV(B) | 85.33º | 0.38% | 0.94% | - |
| XYZ | 61.02 | 77.08 | 40.52 | - |
| YUV | 218.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 150 | 0.16 | 0 | 0.37 | 0.06 | 85.33 | 0.75 | 0.76 |
| Hex | CA | F0 | 96 | 10 | 0 | 25 | 6 | 55 | 4B | 4C |
| Octal | 312 | 360 | 226 | 20 | 0 | 45 | 6 | 125 | 113 | 114 |
| Binary | 11001010 | 11110000 | 10010110 | 10000 | 0 | 100101 | 110 | 1010101 | 1001011 | 1001100 |
Color Harmonies of #CAF096
Complementary color
Monochromatic Colors of #CAF096
Black with #CAF096
Text Example
Text Example
White with #CAF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF096; }
p { color: rgb(202,240,150); }
H1.HeaderClassName
{
color: #CAF096;
}
.AnyTagClassName
{
color: #CAF096;
}
</style>
background-color css
<style>
a { background-color: #CAF096; }
a { background-color: rgb(202,240,150); }
div.DivClassName
{
background-color: #CAF096;
}
.BgClassName
{
background-color: #CAF096;
}
</style>
border-color css
<style>
span { border-color: #CAF096; }
span { border-color: rgb(202,240,150); }
td.TdClassName
{
border-color: #CAF096;
}
.TagClassName
{
border-color: #CAF096;
}
</style>