Shades of Reef #C5EC95
Tints of Reef #C5EC95
RGB
CMYK
RGB Variations
Color information
#C5EC95 (or 0xC5EC95) is known color: Reef. HEX triplet: C5, EC and 95. RGB value is (197,236,149). Sum of RGB (Red+Green+Blue) = 197+236+149=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EC95 is #3A136A. Grayscale: #D6D6D6. Windows color (decimal): -3806059 or 9825477. OLE color: 9825477.
HSL color Cylindrical-coordinate representation of color #C5EC95: hue angle of 86.9º 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 #C5EC95 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 149 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.07 |
| HSL | 86.9º | 0.7% | 0.75% | - |
| HSV(B) | 86.9º | 0.37% | 0.93% | - |
| XYZ | 58.45 | 74.03 | 39.64 | - |
| YUV | 214.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 149 | 0.17 | 0 | 0.37 | 0.07 | 86.9 | 0.7 | 0.75 |
| Hex | C5 | EC | 95 | 11 | 0 | 25 | 7 | 57 | 46 | 4B |
| Octal | 305 | 354 | 225 | 21 | 0 | 45 | 7 | 127 | 106 | 113 |
| Binary | 11000101 | 11101100 | 10010101 | 10001 | 0 | 100101 | 111 | 1010111 | 1000110 | 1001011 |
Color Harmonies of #C5EC95
Complementary color
Monochromatic Colors of #C5EC95
Black with #C5EC95
Text Example
Text Example
White with #C5EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC95; }
p { color: rgb(197,236,149); }
H1.HeaderClassName
{
color: #C5EC95;
}
.AnyTagClassName
{
color: #C5EC95;
}
</style>
background-color css
<style>
a { background-color: #C5EC95; }
a { background-color: rgb(197,236,149); }
div.DivClassName
{
background-color: #C5EC95;
}
.BgClassName
{
background-color: #C5EC95;
}
</style>
border-color css
<style>
span { border-color: #C5EC95; }
span { border-color: rgb(197,236,149); }
td.TdClassName
{
border-color: #C5EC95;
}
.TagClassName
{
border-color: #C5EC95;
}
</style>