Shades of Emerald #4ED65D
Tints of Emerald #4ED65D
RGB
CMYK
RGB Variations
Color information
#4ED65D (or 0x4ED65D) is known color: Emerald. HEX triplet: 4E, D6 and 5D. RGB value is (78,214,93). Sum of RGB (Red+Green+Blue) = 78+214+93=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED65D is #B129A2. Grayscale: #9F9F9F. Windows color (decimal): -11610531 or 6149710. OLE color: 6149710.
HSL color Cylindrical-coordinate representation of color #4ED65D: hue angle of 126.62º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED65D is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 93 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.16 |
| HSL | 126.62º | 0.62% | 0.57% | - |
| HSV(B) | 126.62º | 0.64% | 0.84% | - |
| XYZ | 29.16 | 50.5 | 18.57 | - |
| YUV | 159.54 | 90.44 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 93 | 0.64 | 0 | 0.57 | 0.16 | 126.62 | 0.62 | 0.57 |
| Hex | 4E | D6 | 5D | 40 | 0 | 39 | 10 | 7F | 3E | 39 |
| Octal | 116 | 326 | 135 | 100 | 0 | 71 | 20 | 177 | 76 | 71 |
| Binary | 1001110 | 11010110 | 1011101 | 1000000 | 0 | 111001 | 10000 | 1111111 | 111110 | 111001 |
Color Harmonies of #4ED65D
Complementary color
Monochromatic Colors of #4ED65D
Black with #4ED65D
Text Example
Text Example
White with #4ED65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED65D; }
p { color: rgb(78,214,93); }
H1.HeaderClassName
{
color: #4ED65D;
}
.AnyTagClassName
{
color: #4ED65D;
}
</style>
background-color css
<style>
a { background-color: #4ED65D; }
a { background-color: rgb(78,214,93); }
div.DivClassName
{
background-color: #4ED65D;
}
.BgClassName
{
background-color: #4ED65D;
}
</style>
border-color css
<style>
span { border-color: #4ED65D; }
span { border-color: rgb(78,214,93); }
td.TdClassName
{
border-color: #4ED65D;
}
.TagClassName
{
border-color: #4ED65D;
}
</style>