Shades of Emerald #4EC974
Tints of Emerald #4EC974
RGB
CMYK
RGB Variations
Color information
#4EC974 (or 0x4EC974) is known color: Emerald. HEX triplet: 4E, C9 and 74. RGB value is (78,201,116). Sum of RGB (Red+Green+Blue) = 78+201+116=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC974 is #B1368B. Grayscale: #9A9A9A. Windows color (decimal): -11613836 or 7653710. OLE color: 7653710.
HSL color Cylindrical-coordinate representation of color #4EC974: hue angle of 138.54º 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 #4EC974 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 116 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.21 |
| HSL | 138.54º | 0.53% | 0.55% | - |
| HSV(B) | 138.54º | 0.61% | 0.79% | - |
| XYZ | 27.18 | 44.65 | 23.71 | - |
| YUV | 154.53 | 106.25 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 116 | 0.61 | 0 | 0.42 | 0.21 | 138.54 | 0.53 | 0.55 |
| Hex | 4E | C9 | 74 | 3D | 0 | 2A | 15 | 8B | 35 | 37 |
| Octal | 116 | 311 | 164 | 75 | 0 | 52 | 25 | 213 | 65 | 67 |
| Binary | 1001110 | 11001001 | 1110100 | 111101 | 0 | 101010 | 10101 | 10001011 | 110101 | 110111 |
Color Harmonies of #4EC974
Complementary color
Monochromatic Colors of #4EC974
Black with #4EC974
Text Example
Text Example
White with #4EC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC974; }
p { color: rgb(78,201,116); }
H1.HeaderClassName
{
color: #4EC974;
}
.AnyTagClassName
{
color: #4EC974;
}
</style>
background-color css
<style>
a { background-color: #4EC974; }
a { background-color: rgb(78,201,116); }
div.DivClassName
{
background-color: #4EC974;
}
.BgClassName
{
background-color: #4EC974;
}
</style>
border-color css
<style>
span { border-color: #4EC974; }
span { border-color: rgb(78,201,116); }
td.TdClassName
{
border-color: #4EC974;
}
.TagClassName
{
border-color: #4EC974;
}
</style>