Shades of Reef #C2EC95
Tints of Reef #C2EC95
RGB
CMYK
RGB Variations
Color information
#C2EC95 (or 0xC2EC95) is known color: Reef. HEX triplet: C2, EC and 95. RGB value is (194,236,149). Sum of RGB (Red+Green+Blue) = 194+236+149=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EC95 is #3D136A. Grayscale: #D5D5D5. Windows color (decimal): -4002667 or 9825474. OLE color: 9825474.
HSL color Cylindrical-coordinate representation of color #C2EC95: hue angle of 88.97º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2EC95 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 149 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.07 |
| HSL | 88.97º | 0.7% | 0.75% | - |
| HSV(B) | 88.97º | 0.37% | 0.93% | - |
| XYZ | 57.67 | 73.63 | 39.61 | - |
| YUV | 213.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 149 | 0.18 | 0 | 0.37 | 0.07 | 88.97 | 0.7 | 0.75 |
| Hex | C2 | EC | 95 | 12 | 0 | 25 | 7 | 59 | 46 | 4B |
| Octal | 302 | 354 | 225 | 22 | 0 | 45 | 7 | 131 | 106 | 113 |
| Binary | 11000010 | 11101100 | 10010101 | 10010 | 0 | 100101 | 111 | 1011001 | 1000110 | 1001011 |
Color Harmonies of #C2EC95
Complementary color
Monochromatic Colors of #C2EC95
Black with #C2EC95
Text Example
Text Example
White with #C2EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC95; }
p { color: rgb(194,236,149); }
H1.HeaderClassName
{
color: #C2EC95;
}
.AnyTagClassName
{
color: #C2EC95;
}
</style>
background-color css
<style>
a { background-color: #C2EC95; }
a { background-color: rgb(194,236,149); }
div.DivClassName
{
background-color: #C2EC95;
}
.BgClassName
{
background-color: #C2EC95;
}
</style>
border-color css
<style>
span { border-color: #C2EC95; }
span { border-color: rgb(194,236,149); }
td.TdClassName
{
border-color: #C2EC95;
}
.TagClassName
{
border-color: #C2EC95;
}
</style>