Shades of Reef #CAF095
Tints of Reef #CAF095
RGB
CMYK
RGB Variations
Color information
#CAF095 (or 0xCAF095) is known color: Reef. HEX triplet: CA, F0 and 95. RGB value is (202,240,149). Sum of RGB (Red+Green+Blue) = 202+240+149=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF095 is #350F6A. Grayscale: #DADADA. Windows color (decimal): -3477355 or 9826506. OLE color: 9826506.
HSL color Cylindrical-coordinate representation of color #CAF095: hue angle of 85.05º 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 #CAF095 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 149 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.06 |
| HSL | 85.05º | 0.75% | 0.76% | - |
| HSV(B) | 85.05º | 0.38% | 0.94% | - |
| XYZ | 60.94 | 77.05 | 40.09 | - |
| YUV | 218.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 149 | 0.16 | 0 | 0.38 | 0.06 | 85.05 | 0.75 | 0.76 |
| Hex | CA | F0 | 95 | 10 | 0 | 26 | 6 | 55 | 4B | 4C |
| Octal | 312 | 360 | 225 | 20 | 0 | 46 | 6 | 125 | 113 | 114 |
| Binary | 11001010 | 11110000 | 10010101 | 10000 | 0 | 100110 | 110 | 1010101 | 1001011 | 1001100 |
Color Harmonies of #CAF095
Complementary color
Monochromatic Colors of #CAF095
Black with #CAF095
Text Example
Text Example
White with #CAF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF095; }
p { color: rgb(202,240,149); }
H1.HeaderClassName
{
color: #CAF095;
}
.AnyTagClassName
{
color: #CAF095;
}
</style>
background-color css
<style>
a { background-color: #CAF095; }
a { background-color: rgb(202,240,149); }
div.DivClassName
{
background-color: #CAF095;
}
.BgClassName
{
background-color: #CAF095;
}
</style>
border-color css
<style>
span { border-color: #CAF095; }
span { border-color: rgb(202,240,149); }
td.TdClassName
{
border-color: #CAF095;
}
.TagClassName
{
border-color: #CAF095;
}
</style>