Shades of Emerald #4DD37C
Tints of Emerald #4DD37C
RGB
CMYK
RGB Variations
Color information
#4DD37C (or 0x4DD37C) is known color: Emerald. HEX triplet: 4D, D3 and 7C. RGB value is (77,211,124). Sum of RGB (Red+Green+Blue) = 77+211+124=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD37C is #B22C83. Grayscale: #A1A1A1. Windows color (decimal): -11676804 or 8180557. OLE color: 8180557.
HSL color Cylindrical-coordinate representation of color #4DD37C: hue angle of 141.04º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD37C is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 211 | 124 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.17 |
| HSL | 141.04º | 0.6% | 0.56% | - |
| HSV(B) | 141.04º | 0.64% | 0.83% | - |
| XYZ | 29.99 | 49.62 | 27.07 | - |
| YUV | 161.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 124 | 0.64 | 0 | 0.41 | 0.17 | 141.04 | 0.6 | 0.56 |
| Hex | 4D | D3 | 7C | 40 | 0 | 29 | 11 | 8D | 3C | 38 |
| Octal | 115 | 323 | 174 | 100 | 0 | 51 | 21 | 215 | 74 | 70 |
| Binary | 1001101 | 11010011 | 1111100 | 1000000 | 0 | 101001 | 10001 | 10001101 | 111100 | 111000 |
Color Harmonies of #4DD37C
Complementary color
Monochromatic Colors of #4DD37C
Black with #4DD37C
Text Example
Text Example
White with #4DD37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD37C; }
p { color: rgb(77,211,124); }
H1.HeaderClassName
{
color: #4DD37C;
}
.AnyTagClassName
{
color: #4DD37C;
}
</style>
background-color css
<style>
a { background-color: #4DD37C; }
a { background-color: rgb(77,211,124); }
div.DivClassName
{
background-color: #4DD37C;
}
.BgClassName
{
background-color: #4DD37C;
}
</style>
border-color css
<style>
span { border-color: #4DD37C; }
span { border-color: rgb(77,211,124); }
td.TdClassName
{
border-color: #4DD37C;
}
.TagClassName
{
border-color: #4DD37C;
}
</style>