Shades of Emerald #4EC961
Tints of Emerald #4EC961
RGB
CMYK
RGB Variations
Color information
#4EC961 (or 0x4EC961) is known color: Emerald. HEX triplet: 4E, C9 and 61. RGB value is (78,201,97). Sum of RGB (Red+Green+Blue) = 78+201+97=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC961 is #B1369E. Grayscale: #989898. Windows color (decimal): -11613855 or 6408526. OLE color: 6408526.
HSL color Cylindrical-coordinate representation of color #4EC961: hue angle of 129.27º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC961 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 97 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.21 |
| HSL | 129.27º | 0.53% | 0.55% | - |
| HSV(B) | 129.27º | 0.61% | 0.79% | - |
| XYZ | 26.19 | 44.26 | 18.47 | - |
| YUV | 152.37 | 96.75 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 97 | 0.61 | 0 | 0.52 | 0.21 | 129.27 | 0.53 | 0.55 |
| Hex | 4E | C9 | 61 | 3D | 0 | 34 | 15 | 81 | 35 | 37 |
| Octal | 116 | 311 | 141 | 75 | 0 | 64 | 25 | 201 | 65 | 67 |
| Binary | 1001110 | 11001001 | 1100001 | 111101 | 0 | 110100 | 10101 | 10000001 | 110101 | 110111 |
Color Harmonies of #4EC961
Complementary color
Monochromatic Colors of #4EC961
Black with #4EC961
Text Example
Text Example
White with #4EC961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC961; }
p { color: rgb(78,201,97); }
H1.HeaderClassName
{
color: #4EC961;
}
.AnyTagClassName
{
color: #4EC961;
}
</style>
background-color css
<style>
a { background-color: #4EC961; }
a { background-color: rgb(78,201,97); }
div.DivClassName
{
background-color: #4EC961;
}
.BgClassName
{
background-color: #4EC961;
}
</style>
border-color css
<style>
span { border-color: #4EC961; }
span { border-color: rgb(78,201,97); }
td.TdClassName
{
border-color: #4EC961;
}
.TagClassName
{
border-color: #4EC961;
}
</style>