Shades of Emerald #4ED462
Tints of Emerald #4ED462
RGB
CMYK
RGB Variations
Color information
#4ED462 (or 0x4ED462) is known color: Emerald. HEX triplet: 4E, D4 and 62. RGB value is (78,212,98). Sum of RGB (Red+Green+Blue) = 78+212+98=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED462 is #B12B9D. Grayscale: #9F9F9F. Windows color (decimal): -11611038 or 6476878. OLE color: 6476878.
HSL color Cylindrical-coordinate representation of color #4ED462: hue angle of 128.96º 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 #4ED462 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 212 | 98 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.17 |
| HSL | 128.96º | 0.61% | 0.57% | - |
| HSV(B) | 128.96º | 0.63% | 0.83% | - |
| XYZ | 28.89 | 49.59 | 19.6 | - |
| YUV | 158.94 | 93.61 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 98 | 0.63 | 0 | 0.54 | 0.17 | 128.96 | 0.61 | 0.57 |
| Hex | 4E | D4 | 62 | 3F | 0 | 36 | 11 | 81 | 3D | 39 |
| Octal | 116 | 324 | 142 | 77 | 0 | 66 | 21 | 201 | 75 | 71 |
| Binary | 1001110 | 11010100 | 1100010 | 111111 | 0 | 110110 | 10001 | 10000001 | 111101 | 111001 |
Color Harmonies of #4ED462
Complementary color
Monochromatic Colors of #4ED462
Black with #4ED462
Text Example
Text Example
White with #4ED462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED462; }
p { color: rgb(78,212,98); }
H1.HeaderClassName
{
color: #4ED462;
}
.AnyTagClassName
{
color: #4ED462;
}
</style>
background-color css
<style>
a { background-color: #4ED462; }
a { background-color: rgb(78,212,98); }
div.DivClassName
{
background-color: #4ED462;
}
.BgClassName
{
background-color: #4ED462;
}
</style>
border-color css
<style>
span { border-color: #4ED462; }
span { border-color: rgb(78,212,98); }
td.TdClassName
{
border-color: #4ED462;
}
.TagClassName
{
border-color: #4ED462;
}
</style>