Shades of Reef #C2EC97
Tints of Reef #C2EC97
RGB
CMYK
RGB Variations
Color information
#C2EC97 (or 0xC2EC97) is known color: Reef. HEX triplet: C2, EC and 97. RGB value is (194,236,151). Sum of RGB (Red+Green+Blue) = 194+236+151=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EC97 is #3D1368. Grayscale: #D6D6D6. Windows color (decimal): -4002665 or 9956546. OLE color: 9956546.
HSL color Cylindrical-coordinate representation of color #C2EC97: hue angle of 89.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2EC97 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 151 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.07 |
| HSL | 89.65º | 0.69% | 0.76% | - |
| HSV(B) | 89.65º | 0.36% | 0.93% | - |
| XYZ | 57.83 | 73.69 | 40.45 | - |
| YUV | 213.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 151 | 0.18 | 0 | 0.36 | 0.07 | 89.65 | 0.69 | 0.76 |
| Hex | C2 | EC | 97 | 12 | 0 | 24 | 7 | 5A | 45 | 4C |
| Octal | 302 | 354 | 227 | 22 | 0 | 44 | 7 | 132 | 105 | 114 |
| Binary | 11000010 | 11101100 | 10010111 | 10010 | 0 | 100100 | 111 | 1011010 | 1000101 | 1001100 |
Color Harmonies of #C2EC97
Complementary color
Monochromatic Colors of #C2EC97
Black with #C2EC97
Text Example
Text Example
White with #C2EC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC97; }
p { color: rgb(194,236,151); }
H1.HeaderClassName
{
color: #C2EC97;
}
.AnyTagClassName
{
color: #C2EC97;
}
</style>
background-color css
<style>
a { background-color: #C2EC97; }
a { background-color: rgb(194,236,151); }
div.DivClassName
{
background-color: #C2EC97;
}
.BgClassName
{
background-color: #C2EC97;
}
</style>
border-color css
<style>
span { border-color: #C2EC97; }
span { border-color: rgb(194,236,151); }
td.TdClassName
{
border-color: #C2EC97;
}
.TagClassName
{
border-color: #C2EC97;
}
</style>