Shades of Emerald #4EDB6B
Tints of Emerald #4EDB6B
RGB
CMYK
RGB Variations
Color information
#4EDB6B (or 0x4EDB6B) is known color: Emerald. HEX triplet: 4E, DB and 6B. RGB value is (78,219,107). Sum of RGB (Red+Green+Blue) = 78+219+107=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDB6B is #B12494. Grayscale: #A4A4A4. Windows color (decimal): -11609237 or 7068494. OLE color: 7068494.
HSL color Cylindrical-coordinate representation of color #4EDB6B: hue angle of 132.34º 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 #4EDB6B is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 107 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.14 |
| HSL | 132.34º | 0.66% | 0.58% | - |
| HSV(B) | 132.34º | 0.64% | 0.86% | - |
| XYZ | 31.13 | 53.34 | 22.57 | - |
| YUV | 164.07 | 95.79 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 107 | 0.64 | 0 | 0.51 | 0.14 | 132.34 | 0.66 | 0.58 |
| Hex | 4E | DB | 6B | 40 | 0 | 33 | E | 84 | 42 | 3A |
| Octal | 116 | 333 | 153 | 100 | 0 | 63 | 16 | 204 | 102 | 72 |
| Binary | 1001110 | 11011011 | 1101011 | 1000000 | 0 | 110011 | 1110 | 10000100 | 1000010 | 111010 |
Color Harmonies of #4EDB6B
Complementary color
Monochromatic Colors of #4EDB6B
Black with #4EDB6B
Text Example
Text Example
White with #4EDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDB6B; }
p { color: rgb(78,219,107); }
H1.HeaderClassName
{
color: #4EDB6B;
}
.AnyTagClassName
{
color: #4EDB6B;
}
</style>
background-color css
<style>
a { background-color: #4EDB6B; }
a { background-color: rgb(78,219,107); }
div.DivClassName
{
background-color: #4EDB6B;
}
.BgClassName
{
background-color: #4EDB6B;
}
</style>
border-color css
<style>
span { border-color: #4EDB6B; }
span { border-color: rgb(78,219,107); }
td.TdClassName
{
border-color: #4EDB6B;
}
.TagClassName
{
border-color: #4EDB6B;
}
</style>