Shades of Emerald #4DE060
Tints of Emerald #4DE060
RGB
CMYK
RGB Variations
Color information
#4DE060 (or 0x4DE060) is known color: Emerald. HEX triplet: 4D, E0 and 60. RGB value is (77,224,96). Sum of RGB (Red+Green+Blue) = 77+224+96=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DE060 is #B21F9F. Grayscale: #A5A5A5. Windows color (decimal): -11673504 or 6348877. OLE color: 6348877.
HSL color Cylindrical-coordinate representation of color #4DE060: hue angle of 127.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE060 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 224 | 96 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.12 |
| HSL | 127.76º | 0.7% | 0.59% | - |
| HSV(B) | 127.76º | 0.66% | 0.88% | - |
| XYZ | 31.83 | 55.73 | 20.15 | - |
| YUV | 165.46 | 88.8 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 224 | 96 | 0.66 | 0 | 0.57 | 0.12 | 127.76 | 0.7 | 0.59 |
| Hex | 4D | E0 | 60 | 42 | 0 | 39 | C | 80 | 46 | 3B |
| Octal | 115 | 340 | 140 | 102 | 0 | 71 | 14 | 200 | 106 | 73 |
| Binary | 1001101 | 11100000 | 1100000 | 1000010 | 0 | 111001 | 1100 | 10000000 | 1000110 | 111011 |
Color Harmonies of #4DE060
Complementary color
Monochromatic Colors of #4DE060
Black with #4DE060
Text Example
Text Example
White with #4DE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE060; }
p { color: rgb(77,224,96); }
H1.HeaderClassName
{
color: #4DE060;
}
.AnyTagClassName
{
color: #4DE060;
}
</style>
background-color css
<style>
a { background-color: #4DE060; }
a { background-color: rgb(77,224,96); }
div.DivClassName
{
background-color: #4DE060;
}
.BgClassName
{
background-color: #4DE060;
}
</style>
border-color css
<style>
span { border-color: #4DE060; }
span { border-color: rgb(77,224,96); }
td.TdClassName
{
border-color: #4DE060;
}
.TagClassName
{
border-color: #4DE060;
}
</style>