Shades of Emerald #4EDB5D
Tints of Emerald #4EDB5D
RGB
CMYK
RGB Variations
Color information
#4EDB5D (or 0x4EDB5D) is known color: Emerald. HEX triplet: 4E, DB and 5D. RGB value is (78,219,93). Sum of RGB (Red+Green+Blue) = 78+219+93=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDB5D is #B124A2. Grayscale: #A2A2A2. Windows color (decimal): -11609251 or 6150990. OLE color: 6150990.
HSL color Cylindrical-coordinate representation of color #4EDB5D: hue angle of 126.38º 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 #4EDB5D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
RGB | 78 | 219 | 93 | - |
CMYK | 0.64 | 0 | 0.58 | 0.14 |
HSL | 126.38º | 0.66% | 0.58% | - |
HSV(B) | 126.38º | 0.64% | 0.86% | - |
XYZ | 30.45 | 53.07 | 19 | - |
YUV | 162.48 | 88.79 | 67.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 219 | 93 | 0.64 | 0 | 0.58 | 0.14 | 126.38 | 0.66 | 0.58 |
Hex | 4E | DB | 5D | 40 | 0 | 3A | E | 7E | 42 | 3A |
Octal | 116 | 333 | 135 | 100 | 0 | 72 | 16 | 176 | 102 | 72 |
Binary | 1001110 | 11011011 | 1011101 | 1000000 | 0 | 111010 | 1110 | 1111110 | 1000010 | 111010 |
Color Harmonies of #4EDB5D
Complementary color
Monochromatic Colors of #4EDB5D
Black with #4EDB5D
Text Example
Text Example
White with #4EDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB5D; }
p { color: rgb(78,219,93); }
H1.HeaderClassName
{
color: #4EDB5D;
}
.AnyTagClassName
{
color: #4EDB5D;
}
</style>
background-color css
<style>
a { background-color: #4EDB5D; }
a { background-color: rgb(78,219,93); }
div.DivClassName
{
background-color: #4EDB5D;
}
.BgClassName
{
background-color: #4EDB5D;
}
</style>
border-color css
<style>
span { border-color: #4EDB5D; }
span { border-color: rgb(78,219,93); }
td.TdClassName
{
border-color: #4EDB5D;
}
.TagClassName
{
border-color: #4EDB5D;
}
</style>