Shades of Emerald #4EC561
Tints of Emerald #4EC561
RGB
CMYK
RGB Variations
Color information
#4EC561 (or 0x4EC561) is known color: Emerald. HEX triplet: 4E, C5 and 61. RGB value is (78,197,97). Sum of RGB (Red+Green+Blue) = 78+197+97=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC561 is #B13A9E. Grayscale: #969696. Windows color (decimal): -11614879 or 6407502. OLE color: 6407502.
HSL color Cylindrical-coordinate representation of color #4EC561: hue angle of 129.58º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC561 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 97 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.23 |
| HSL | 129.58º | 0.51% | 0.54% | - |
| HSV(B) | 129.58º | 0.6% | 0.77% | - |
| XYZ | 25.27 | 42.42 | 18.16 | - |
| YUV | 150.02 | 98.08 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 97 | 0.60 | 0 | 0.51 | 0.23 | 129.58 | 0.51 | 0.54 |
| Hex | 4E | C5 | 61 | 3C | 0 | 33 | 17 | 82 | 33 | 36 |
| Octal | 116 | 305 | 141 | 74 | 0 | 63 | 27 | 202 | 63 | 66 |
| Binary | 1001110 | 11000101 | 1100001 | 111100 | 0 | 110011 | 10111 | 10000010 | 110011 | 110110 |
Color Harmonies of #4EC561
Complementary color
Monochromatic Colors of #4EC561
Black with #4EC561
Text Example
Text Example
White with #4EC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC561; }
p { color: rgb(78,197,97); }
H1.HeaderClassName
{
color: #4EC561;
}
.AnyTagClassName
{
color: #4EC561;
}
</style>
background-color css
<style>
a { background-color: #4EC561; }
a { background-color: rgb(78,197,97); }
div.DivClassName
{
background-color: #4EC561;
}
.BgClassName
{
background-color: #4EC561;
}
</style>
border-color css
<style>
span { border-color: #4EC561; }
span { border-color: rgb(78,197,97); }
td.TdClassName
{
border-color: #4EC561;
}
.TagClassName
{
border-color: #4EC561;
}
</style>