Shades of Emerald #4DD970
Tints of Emerald #4DD970
RGB
CMYK
RGB Variations
Color information
#4DD970 (or 0x4DD970) is known color: Emerald. HEX triplet: 4D, D9 and 70. RGB value is (77,217,112). Sum of RGB (Red+Green+Blue) = 77+217+112=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD970 is #B2268F. Grayscale: #A3A3A3. Windows color (decimal): -11675280 or 7395661. OLE color: 7395661.
HSL color Cylindrical-coordinate representation of color #4DD970: hue angle of 135º degrees, saturation: 0.65, 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 #4DD970 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 112 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.15 |
| HSL | 135º | 0.65% | 0.58% | - |
| HSV(B) | 135º | 0.65% | 0.85% | - |
| XYZ | 30.8 | 52.37 | 23.82 | - |
| YUV | 163.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 112 | 0.65 | 0 | 0.48 | 0.15 | 135 | 0.65 | 0.58 |
| Hex | 4D | D9 | 70 | 41 | 0 | 30 | F | 87 | 41 | 3A |
| Octal | 115 | 331 | 160 | 101 | 0 | 60 | 17 | 207 | 101 | 72 |
| Binary | 1001101 | 11011001 | 1110000 | 1000001 | 0 | 110000 | 1111 | 10000111 | 1000001 | 111010 |
Color Harmonies of #4DD970
Complementary color
Monochromatic Colors of #4DD970
Black with #4DD970
Text Example
Text Example
White with #4DD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD970; }
p { color: rgb(77,217,112); }
H1.HeaderClassName
{
color: #4DD970;
}
.AnyTagClassName
{
color: #4DD970;
}
</style>
background-color css
<style>
a { background-color: #4DD970; }
a { background-color: rgb(77,217,112); }
div.DivClassName
{
background-color: #4DD970;
}
.BgClassName
{
background-color: #4DD970;
}
</style>
border-color css
<style>
span { border-color: #4DD970; }
span { border-color: rgb(77,217,112); }
td.TdClassName
{
border-color: #4DD970;
}
.TagClassName
{
border-color: #4DD970;
}
</style>