Shades of Reef #C2F197
Tints of Reef #C2F197
RGB
CMYK
RGB Variations
Color information
#C2F197 (or 0xC2F197) is known color: Reef. HEX triplet: C2, F1 and 97. RGB value is (194,241,151). Sum of RGB (Red+Green+Blue) = 194+241+151=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F197 is #3D0E68. Grayscale: #D9D9D9. Windows color (decimal): -4001385 or 9957826. OLE color: 9957826.
HSL color Cylindrical-coordinate representation of color #C2F197: hue angle of 91.33º degrees, saturation: 0.76, 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 #C2F197 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 151 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.05 |
| HSL | 91.33º | 0.76% | 0.77% | - |
| HSV(B) | 91.33º | 0.37% | 0.95% | - |
| XYZ | 59.29 | 76.61 | 40.94 | - |
| YUV | 216.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 151 | 0.20 | 0 | 0.37 | 0.05 | 91.33 | 0.76 | 0.77 |
| Hex | C2 | F1 | 97 | 14 | 0 | 25 | 5 | 5B | 4C | 4D |
| Octal | 302 | 361 | 227 | 24 | 0 | 45 | 5 | 133 | 114 | 115 |
| Binary | 11000010 | 11110001 | 10010111 | 10100 | 0 | 100101 | 101 | 1011011 | 1001100 | 1001101 |
Color Harmonies of #C2F197
Complementary color
Monochromatic Colors of #C2F197
Black with #C2F197
Text Example
Text Example
White with #C2F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F197; }
p { color: rgb(194,241,151); }
H1.HeaderClassName
{
color: #C2F197;
}
.AnyTagClassName
{
color: #C2F197;
}
</style>
background-color css
<style>
a { background-color: #C2F197; }
a { background-color: rgb(194,241,151); }
div.DivClassName
{
background-color: #C2F197;
}
.BgClassName
{
background-color: #C2F197;
}
</style>
border-color css
<style>
span { border-color: #C2F197; }
span { border-color: rgb(194,241,151); }
td.TdClassName
{
border-color: #C2F197;
}
.TagClassName
{
border-color: #C2F197;
}
</style>