Shades of Reef #C2EA97
Tints of Reef #C2EA97
RGB
CMYK
RGB Variations
Color information
#C2EA97 (or 0xC2EA97) is known color: Reef. HEX triplet: C2, EA and 97. RGB value is (194,234,151). Sum of RGB (Red+Green+Blue) = 194+234+151=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EA97 is #3D1568. Grayscale: #D4D4D4. Windows color (decimal): -4003177 or 9956034. OLE color: 9956034.
HSL color Cylindrical-coordinate representation of color #C2EA97: hue angle of 88.92º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2EA97 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 151 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.08 |
| HSL | 88.92º | 0.66% | 0.75% | - |
| HSV(B) | 88.92º | 0.35% | 0.92% | - |
| XYZ | 57.26 | 72.55 | 40.26 | - |
| YUV | 212.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 151 | 0.17 | 0 | 0.35 | 0.08 | 88.92 | 0.66 | 0.75 |
| Hex | C2 | EA | 97 | 11 | 0 | 23 | 8 | 59 | 42 | 4B |
| Octal | 302 | 352 | 227 | 21 | 0 | 43 | 10 | 131 | 102 | 113 |
| Binary | 11000010 | 11101010 | 10010111 | 10001 | 0 | 100011 | 1000 | 1011001 | 1000010 | 1001011 |
Color Harmonies of #C2EA97
Complementary color
Monochromatic Colors of #C2EA97
Black with #C2EA97
Text Example
Text Example
White with #C2EA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA97; }
p { color: rgb(194,234,151); }
H1.HeaderClassName
{
color: #C2EA97;
}
.AnyTagClassName
{
color: #C2EA97;
}
</style>
background-color css
<style>
a { background-color: #C2EA97; }
a { background-color: rgb(194,234,151); }
div.DivClassName
{
background-color: #C2EA97;
}
.BgClassName
{
background-color: #C2EA97;
}
</style>
border-color css
<style>
span { border-color: #C2EA97; }
span { border-color: rgb(194,234,151); }
td.TdClassName
{
border-color: #C2EA97;
}
.TagClassName
{
border-color: #C2EA97;
}
</style>