Shades of Emerald #4ED484
Tints of Emerald #4ED484
RGB
CMYK
RGB Variations
Color information
#4ED484 (or 0x4ED484) is known color: Emerald. HEX triplet: 4E, D4 and 84. RGB value is (78,212,132). Sum of RGB (Red+Green+Blue) = 78+212+132=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED484 is #B12B7B. Grayscale: #A3A3A3. Windows color (decimal): -11611004 or 8705102. OLE color: 8705102.
HSL color Cylindrical-coordinate representation of color #4ED484: hue angle of 144.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED484 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 212 | 132 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.17 |
| HSL | 144.18º | 0.61% | 0.57% | - |
| HSV(B) | 144.18º | 0.63% | 0.83% | - |
| XYZ | 30.85 | 50.37 | 29.93 | - |
| YUV | 162.81 | 110.61 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 132 | 0.63 | 0 | 0.38 | 0.17 | 144.18 | 0.61 | 0.57 |
| Hex | 4E | D4 | 84 | 3F | 0 | 26 | 11 | 90 | 3D | 39 |
| Octal | 116 | 324 | 204 | 77 | 0 | 46 | 21 | 220 | 75 | 71 |
| Binary | 1001110 | 11010100 | 10000100 | 111111 | 0 | 100110 | 10001 | 10010000 | 111101 | 111001 |
Color Harmonies of #4ED484
Complementary color
Monochromatic Colors of #4ED484
Black with #4ED484
Text Example
Text Example
White with #4ED484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED484; }
p { color: rgb(78,212,132); }
H1.HeaderClassName
{
color: #4ED484;
}
.AnyTagClassName
{
color: #4ED484;
}
</style>
background-color css
<style>
a { background-color: #4ED484; }
a { background-color: rgb(78,212,132); }
div.DivClassName
{
background-color: #4ED484;
}
.BgClassName
{
background-color: #4ED484;
}
</style>
border-color css
<style>
span { border-color: #4ED484; }
span { border-color: rgb(78,212,132); }
td.TdClassName
{
border-color: #4ED484;
}
.TagClassName
{
border-color: #4ED484;
}
</style>