Shades of Emerald #4EDB64
Tints of Emerald #4EDB64
RGB
CMYK
RGB Variations
Color information
#4EDB64 (or 0x4EDB64) is known color: Emerald. HEX triplet: 4E, DB and 64. RGB value is (78,219,100). Sum of RGB (Red+Green+Blue) = 78+219+100=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDB64 is #B1249B. Grayscale: #A3A3A3. Windows color (decimal): -11609244 or 6609742. OLE color: 6609742.
HSL color Cylindrical-coordinate representation of color #4EDB64: hue angle of 129.36º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDB64 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 100 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.14 |
| HSL | 129.36º | 0.66% | 0.58% | - |
| HSV(B) | 129.36º | 0.64% | 0.86% | - |
| XYZ | 30.77 | 53.2 | 20.7 | - |
| YUV | 163.28 | 92.29 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 100 | 0.64 | 0 | 0.54 | 0.14 | 129.36 | 0.66 | 0.58 |
| Hex | 4E | DB | 64 | 40 | 0 | 36 | E | 81 | 42 | 3A |
| Octal | 116 | 333 | 144 | 100 | 0 | 66 | 16 | 201 | 102 | 72 |
| Binary | 1001110 | 11011011 | 1100100 | 1000000 | 0 | 110110 | 1110 | 10000001 | 1000010 | 111010 |
Color Harmonies of #4EDB64
Complementary color
Monochromatic Colors of #4EDB64
Black with #4EDB64
Text Example
Text Example
White with #4EDB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB64; }
p { color: rgb(78,219,100); }
H1.HeaderClassName
{
color: #4EDB64;
}
.AnyTagClassName
{
color: #4EDB64;
}
</style>
background-color css
<style>
a { background-color: #4EDB64; }
a { background-color: rgb(78,219,100); }
div.DivClassName
{
background-color: #4EDB64;
}
.BgClassName
{
background-color: #4EDB64;
}
</style>
border-color css
<style>
span { border-color: #4EDB64; }
span { border-color: rgb(78,219,100); }
td.TdClassName
{
border-color: #4EDB64;
}
.TagClassName
{
border-color: #4EDB64;
}
</style>