Shades of Emerald #4DDA57
Tints of Emerald #4DDA57
RGB
CMYK
RGB Variations
Color information
#4DDA57 (or 0x4DDA57) is known color: Emerald. HEX triplet: 4D, DA and 57. RGB value is (77,218,87). Sum of RGB (Red+Green+Blue) = 77+218+87=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 218 (85.55% from 255 or 57.07% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDA57 is #B225A8. Grayscale: #A1A1A1. Windows color (decimal): -11675049 or 5757517. OLE color: 5757517.
HSL color Cylindrical-coordinate representation of color #4DDA57: hue angle of 124.26º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDA57 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 87 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.15 |
| HSL | 124.26º | 0.66% | 0.58% | - |
| HSV(B) | 124.26º | 0.65% | 0.85% | - |
| XYZ | 29.85 | 52.41 | 17.56 | - |
| YUV | 160.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 87 | 0.65 | 0 | 0.60 | 0.15 | 124.26 | 0.66 | 0.58 |
| Hex | 4D | DA | 57 | 41 | 0 | 3C | F | 7C | 42 | 3A |
| Octal | 115 | 332 | 127 | 101 | 0 | 74 | 17 | 174 | 102 | 72 |
| Binary | 1001101 | 11011010 | 1010111 | 1000001 | 0 | 111100 | 1111 | 1111100 | 1000010 | 111010 |
Color Harmonies of #4DDA57
Complementary color
Monochromatic Colors of #4DDA57
Black with #4DDA57
Text Example
Text Example
White with #4DDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA57; }
p { color: rgb(77,218,87); }
H1.HeaderClassName
{
color: #4DDA57;
}
.AnyTagClassName
{
color: #4DDA57;
}
</style>
background-color css
<style>
a { background-color: #4DDA57; }
a { background-color: rgb(77,218,87); }
div.DivClassName
{
background-color: #4DDA57;
}
.BgClassName
{
background-color: #4DDA57;
}
</style>
border-color css
<style>
span { border-color: #4DDA57; }
span { border-color: rgb(77,218,87); }
td.TdClassName
{
border-color: #4DDA57;
}
.TagClassName
{
border-color: #4DDA57;
}
</style>