Shades of Reef #C2E095
Tints of Reef #C2E095
RGB
CMYK
RGB Variations
Color information
#C2E095 (or 0xC2E095) is known color: Reef. HEX triplet: C2, E0 and 95. RGB value is (194,224,149). Sum of RGB (Red+Green+Blue) = 194+224+149=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E095 is #3D1F6A. Grayscale: #CECECE. Windows color (decimal): -4005739 or 9822402. OLE color: 9822402.
HSL color Cylindrical-coordinate representation of color #C2E095: hue angle of 84º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2E095 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 149 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.12 |
| HSL | 84º | 0.55% | 0.73% | - |
| HSV(B) | 84º | 0.33% | 0.88% | - |
| XYZ | 54.33 | 66.95 | 38.49 | - |
| YUV | 206.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 149 | 0.13 | 0 | 0.33 | 0.12 | 84 | 0.55 | 0.73 |
| Hex | C2 | E0 | 95 | D | 0 | 21 | C | 54 | 37 | 49 |
| Octal | 302 | 340 | 225 | 15 | 0 | 41 | 14 | 124 | 67 | 111 |
| Binary | 11000010 | 11100000 | 10010101 | 1101 | 0 | 100001 | 1100 | 1010100 | 110111 | 1001001 |
Color Harmonies of #C2E095
Complementary color
Monochromatic Colors of #C2E095
Black with #C2E095
Text Example
Text Example
White with #C2E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E095; }
p { color: rgb(194,224,149); }
H1.HeaderClassName
{
color: #C2E095;
}
.AnyTagClassName
{
color: #C2E095;
}
</style>
background-color css
<style>
a { background-color: #C2E095; }
a { background-color: rgb(194,224,149); }
div.DivClassName
{
background-color: #C2E095;
}
.BgClassName
{
background-color: #C2E095;
}
</style>
border-color css
<style>
span { border-color: #C2E095; }
span { border-color: rgb(194,224,149); }
td.TdClassName
{
border-color: #C2E095;
}
.TagClassName
{
border-color: #C2E095;
}
</style>