Shades of Emerald #4ED56B
Tints of Emerald #4ED56B
RGB
CMYK
RGB Variations
Color information
#4ED56B (or 0x4ED56B) is known color: Emerald. HEX triplet: 4E, D5 and 6B. RGB value is (78,213,107). Sum of RGB (Red+Green+Blue) = 78+213+107=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED56B is #B12A94. Grayscale: #A0A0A0. Windows color (decimal): -11610773 or 7066958. OLE color: 7066958.
HSL color Cylindrical-coordinate representation of color #4ED56B: hue angle of 132.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED56B is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 213 | 107 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.16 |
| HSL | 132.89º | 0.62% | 0.57% | - |
| HSV(B) | 132.89º | 0.63% | 0.84% | - |
| XYZ | 29.59 | 50.27 | 22.05 | - |
| YUV | 160.55 | 97.77 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 213 | 107 | 0.63 | 0 | 0.50 | 0.16 | 132.89 | 0.62 | 0.57 |
| Hex | 4E | D5 | 6B | 3F | 0 | 32 | 10 | 85 | 3E | 39 |
| Octal | 116 | 325 | 153 | 77 | 0 | 62 | 20 | 205 | 76 | 71 |
| Binary | 1001110 | 11010101 | 1101011 | 111111 | 0 | 110010 | 10000 | 10000101 | 111110 | 111001 |
Color Harmonies of #4ED56B
Complementary color
Monochromatic Colors of #4ED56B
Black with #4ED56B
Text Example
Text Example
White with #4ED56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED56B; }
p { color: rgb(78,213,107); }
H1.HeaderClassName
{
color: #4ED56B;
}
.AnyTagClassName
{
color: #4ED56B;
}
</style>
background-color css
<style>
a { background-color: #4ED56B; }
a { background-color: rgb(78,213,107); }
div.DivClassName
{
background-color: #4ED56B;
}
.BgClassName
{
background-color: #4ED56B;
}
</style>
border-color css
<style>
span { border-color: #4ED56B; }
span { border-color: rgb(78,213,107); }
td.TdClassName
{
border-color: #4ED56B;
}
.TagClassName
{
border-color: #4ED56B;
}
</style>