Shades of Emerald #4ED96A
Tints of Emerald #4ED96A
RGB
CMYK
RGB Variations
Color information
#4ED96A (or 0x4ED96A) is known color: Emerald. HEX triplet: 4E, D9 and 6A. RGB value is (78,217,106). Sum of RGB (Red+Green+Blue) = 78+217+106=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED96A is #B12695. Grayscale: #A3A3A3. Windows color (decimal): -11609750 or 7002446. OLE color: 7002446.
HSL color Cylindrical-coordinate representation of color #4ED96A: hue angle of 132.09º 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 #4ED96A is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 217 | 106 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.15 |
| HSL | 132.09º | 0.65% | 0.58% | - |
| HSV(B) | 132.09º | 0.64% | 0.85% | - |
| XYZ | 30.56 | 52.29 | 22.12 | - |
| YUV | 162.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 217 | 106 | 0.64 | 0 | 0.51 | 0.15 | 132.09 | 0.65 | 0.58 |
| Hex | 4E | D9 | 6A | 40 | 0 | 33 | F | 84 | 41 | 3A |
| Octal | 116 | 331 | 152 | 100 | 0 | 63 | 17 | 204 | 101 | 72 |
| Binary | 1001110 | 11011001 | 1101010 | 1000000 | 0 | 110011 | 1111 | 10000100 | 1000001 | 111010 |
Color Harmonies of #4ED96A
Complementary color
Monochromatic Colors of #4ED96A
Black with #4ED96A
Text Example
Text Example
White with #4ED96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED96A; }
p { color: rgb(78,217,106); }
H1.HeaderClassName
{
color: #4ED96A;
}
.AnyTagClassName
{
color: #4ED96A;
}
</style>
background-color css
<style>
a { background-color: #4ED96A; }
a { background-color: rgb(78,217,106); }
div.DivClassName
{
background-color: #4ED96A;
}
.BgClassName
{
background-color: #4ED96A;
}
</style>
border-color css
<style>
span { border-color: #4ED96A; }
span { border-color: rgb(78,217,106); }
td.TdClassName
{
border-color: #4ED96A;
}
.TagClassName
{
border-color: #4ED96A;
}
</style>