Shades of Emerald #4EDB62
Tints of Emerald #4EDB62
RGB
CMYK
RGB Variations
Color information
#4EDB62 (or 0x4EDB62) is known color: Emerald. HEX triplet: 4E, DB and 62. RGB value is (78,219,98). Sum of RGB (Red+Green+Blue) = 78+219+98=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDB62 is #B1249D. Grayscale: #A3A3A3. Windows color (decimal): -11609246 or 6478670. OLE color: 6478670.
HSL color Cylindrical-coordinate representation of color #4EDB62: hue angle of 128.51º 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 #4EDB62 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 98 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.14 |
| HSL | 128.51º | 0.66% | 0.58% | - |
| HSV(B) | 128.51º | 0.64% | 0.86% | - |
| XYZ | 30.68 | 53.16 | 20.2 | - |
| YUV | 163.05 | 91.29 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 98 | 0.64 | 0 | 0.55 | 0.14 | 128.51 | 0.66 | 0.58 |
| Hex | 4E | DB | 62 | 40 | 0 | 37 | E | 81 | 42 | 3A |
| Octal | 116 | 333 | 142 | 100 | 0 | 67 | 16 | 201 | 102 | 72 |
| Binary | 1001110 | 11011011 | 1100010 | 1000000 | 0 | 110111 | 1110 | 10000001 | 1000010 | 111010 |
Color Harmonies of #4EDB62
Complementary color
Monochromatic Colors of #4EDB62
Black with #4EDB62
Text Example
Text Example
White with #4EDB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB62; }
p { color: rgb(78,219,98); }
H1.HeaderClassName
{
color: #4EDB62;
}
.AnyTagClassName
{
color: #4EDB62;
}
</style>
background-color css
<style>
a { background-color: #4EDB62; }
a { background-color: rgb(78,219,98); }
div.DivClassName
{
background-color: #4EDB62;
}
.BgClassName
{
background-color: #4EDB62;
}
</style>
border-color css
<style>
span { border-color: #4EDB62; }
span { border-color: rgb(78,219,98); }
td.TdClassName
{
border-color: #4EDB62;
}
.TagClassName
{
border-color: #4EDB62;
}
</style>