Shades of Reef #C2E297
Tints of Reef #C2E297
RGB
CMYK
RGB Variations
Color information
#C2E297 (or 0xC2E297) is known color: Reef. HEX triplet: C2, E2 and 97. RGB value is (194,226,151). Sum of RGB (Red+Green+Blue) = 194+226+151=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E297 is #3D1D68. Grayscale: #D0D0D0. Windows color (decimal): -4005225 or 9953986. OLE color: 9953986.
HSL color Cylindrical-coordinate representation of color #C2E297: hue angle of 85.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2E297 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 151 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.11 |
| HSL | 85.6º | 0.56% | 0.74% | - |
| HSV(B) | 85.6º | 0.33% | 0.89% | - |
| XYZ | 55.03 | 68.1 | 39.52 | - |
| YUV | 207.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 151 | 0.14 | 0 | 0.33 | 0.11 | 85.6 | 0.56 | 0.74 |
| Hex | C2 | E2 | 97 | E | 0 | 21 | B | 56 | 38 | 4A |
| Octal | 302 | 342 | 227 | 16 | 0 | 41 | 13 | 126 | 70 | 112 |
| Binary | 11000010 | 11100010 | 10010111 | 1110 | 0 | 100001 | 1011 | 1010110 | 111000 | 1001010 |
Color Harmonies of #C2E297
Complementary color
Monochromatic Colors of #C2E297
Black with #C2E297
Text Example
Text Example
White with #C2E297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E297; }
p { color: rgb(194,226,151); }
H1.HeaderClassName
{
color: #C2E297;
}
.AnyTagClassName
{
color: #C2E297;
}
</style>
background-color css
<style>
a { background-color: #C2E297; }
a { background-color: rgb(194,226,151); }
div.DivClassName
{
background-color: #C2E297;
}
.BgClassName
{
background-color: #C2E297;
}
</style>
border-color css
<style>
span { border-color: #C2E297; }
span { border-color: rgb(194,226,151); }
td.TdClassName
{
border-color: #C2E297;
}
.TagClassName
{
border-color: #C2E297;
}
</style>