Shades of Reef #CAF194
Tints of Reef #CAF194
RGB
CMYK
RGB Variations
Color information
#CAF194 (or 0xCAF194) is known color: Reef. HEX triplet: CA, F1 and 94. RGB value is (202,241,148). Sum of RGB (Red+Green+Blue) = 202+241+148=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF194 is #350E6B. Grayscale: #DBDBDB. Windows color (decimal): -3477100 or 9761226. OLE color: 9761226.
HSL color Cylindrical-coordinate representation of color #CAF194: hue angle of 85.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAF194 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 148 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.05 |
| HSL | 85.16º | 0.77% | 0.76% | - |
| HSV(B) | 85.16º | 0.39% | 0.95% | - |
| XYZ | 61.16 | 77.61 | 39.77 | - |
| YUV | 218.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 148 | 0.16 | 0 | 0.39 | 0.05 | 85.16 | 0.77 | 0.76 |
| Hex | CA | F1 | 94 | 10 | 0 | 27 | 5 | 55 | 4D | 4C |
| Octal | 312 | 361 | 224 | 20 | 0 | 47 | 5 | 125 | 115 | 114 |
| Binary | 11001010 | 11110001 | 10010100 | 10000 | 0 | 100111 | 101 | 1010101 | 1001101 | 1001100 |
Color Harmonies of #CAF194
Complementary color
Monochromatic Colors of #CAF194
Black with #CAF194
Text Example
Text Example
White with #CAF194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF194; }
p { color: rgb(202,241,148); }
H1.HeaderClassName
{
color: #CAF194;
}
.AnyTagClassName
{
color: #CAF194;
}
</style>
background-color css
<style>
a { background-color: #CAF194; }
a { background-color: rgb(202,241,148); }
div.DivClassName
{
background-color: #CAF194;
}
.BgClassName
{
background-color: #CAF194;
}
</style>
border-color css
<style>
span { border-color: #CAF194; }
span { border-color: rgb(202,241,148); }
td.TdClassName
{
border-color: #CAF194;
}
.TagClassName
{
border-color: #CAF194;
}
</style>