Shades of Emerald #4EDA7A
Tints of Emerald #4EDA7A
RGB
CMYK
RGB Variations
Color information
#4EDA7A (or 0x4EDA7A) is known color: Emerald. HEX triplet: 4E, DA and 7A. RGB value is (78,218,122). Sum of RGB (Red+Green+Blue) = 78+218+122=418 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.66% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDA7A is #B12585. Grayscale: #A5A5A5. Windows color (decimal): -11609478 or 8051278. OLE color: 8051278.
HSL color Cylindrical-coordinate representation of color #4EDA7A: hue angle of 138.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDA7A is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 122 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.15 |
| HSL | 138.86º | 0.65% | 0.58% | - |
| HSV(B) | 138.86º | 0.64% | 0.85% | - |
| XYZ | 31.73 | 53.17 | 27 | - |
| YUV | 165.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 122 | 0.64 | 0 | 0.44 | 0.15 | 138.86 | 0.65 | 0.58 |
| Hex | 4E | DA | 7A | 40 | 0 | 2C | F | 8B | 41 | 3A |
| Octal | 116 | 332 | 172 | 100 | 0 | 54 | 17 | 213 | 101 | 72 |
| Binary | 1001110 | 11011010 | 1111010 | 1000000 | 0 | 101100 | 1111 | 10001011 | 1000001 | 111010 |
Color Harmonies of #4EDA7A
Complementary color
Monochromatic Colors of #4EDA7A
Black with #4EDA7A
Text Example
Text Example
White with #4EDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDA7A; }
p { color: rgb(78,218,122); }
H1.HeaderClassName
{
color: #4EDA7A;
}
.AnyTagClassName
{
color: #4EDA7A;
}
</style>
background-color css
<style>
a { background-color: #4EDA7A; }
a { background-color: rgb(78,218,122); }
div.DivClassName
{
background-color: #4EDA7A;
}
.BgClassName
{
background-color: #4EDA7A;
}
</style>
border-color css
<style>
span { border-color: #4EDA7A; }
span { border-color: rgb(78,218,122); }
td.TdClassName
{
border-color: #4EDA7A;
}
.TagClassName
{
border-color: #4EDA7A;
}
</style>