Shades of Emerald #4ED66B
Tints of Emerald #4ED66B
RGB
CMYK
RGB Variations
Color information
#4ED66B (or 0x4ED66B) is known color: Emerald. HEX triplet: 4E, D6 and 6B. RGB value is (78,214,107). Sum of RGB (Red+Green+Blue) = 78+214+107=399 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.55% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED66B is #B12994. Grayscale: #A1A1A1. Windows color (decimal): -11610517 or 7067214. OLE color: 7067214.
HSL color Cylindrical-coordinate representation of color #4ED66B: hue angle of 132.79º 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 #4ED66B is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 107 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.16 |
| HSL | 132.79º | 0.62% | 0.57% | - |
| HSV(B) | 132.79º | 0.64% | 0.84% | - |
| XYZ | 29.84 | 50.77 | 22.14 | - |
| YUV | 161.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 107 | 0.64 | 0 | 0.50 | 0.16 | 132.79 | 0.62 | 0.57 |
| Hex | 4E | D6 | 6B | 40 | 0 | 32 | 10 | 85 | 3E | 39 |
| Octal | 116 | 326 | 153 | 100 | 0 | 62 | 20 | 205 | 76 | 71 |
| Binary | 1001110 | 11010110 | 1101011 | 1000000 | 0 | 110010 | 10000 | 10000101 | 111110 | 111001 |
Color Harmonies of #4ED66B
Complementary color
Monochromatic Colors of #4ED66B
Black with #4ED66B
Text Example
Text Example
White with #4ED66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED66B; }
p { color: rgb(78,214,107); }
H1.HeaderClassName
{
color: #4ED66B;
}
.AnyTagClassName
{
color: #4ED66B;
}
</style>
background-color css
<style>
a { background-color: #4ED66B; }
a { background-color: rgb(78,214,107); }
div.DivClassName
{
background-color: #4ED66B;
}
.BgClassName
{
background-color: #4ED66B;
}
</style>
border-color css
<style>
span { border-color: #4ED66B; }
span { border-color: rgb(78,214,107); }
td.TdClassName
{
border-color: #4ED66B;
}
.TagClassName
{
border-color: #4ED66B;
}
</style>