Shades of Emerald #4DD389
Tints of Emerald #4DD389
RGB
CMYK
RGB Variations
Color information
#4DD389 (or 0x4DD389) is known color: Emerald. HEX triplet: 4D, D3 and 89. RGB value is (77,211,137). Sum of RGB (Red+Green+Blue) = 77+211+137=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD389 is #B22C76. Grayscale: #A2A2A2. Windows color (decimal): -11676791 or 9032525. OLE color: 9032525.
HSL color Cylindrical-coordinate representation of color #4DD389: hue angle of 146.87º 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 #4DD389 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 211 | 137 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.17 |
| HSL | 146.87º | 0.6% | 0.56% | - |
| HSV(B) | 146.87º | 0.64% | 0.83% | - |
| XYZ | 30.87 | 49.97 | 31.69 | - |
| YUV | 162.5 | 113.61 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 137 | 0.64 | 0 | 0.35 | 0.17 | 146.87 | 0.6 | 0.56 |
| Hex | 4D | D3 | 89 | 40 | 0 | 23 | 11 | 93 | 3C | 38 |
| Octal | 115 | 323 | 211 | 100 | 0 | 43 | 21 | 223 | 74 | 70 |
| Binary | 1001101 | 11010011 | 10001001 | 1000000 | 0 | 100011 | 10001 | 10010011 | 111100 | 111000 |
Color Harmonies of #4DD389
Complementary color
Monochromatic Colors of #4DD389
Black with #4DD389
Text Example
Text Example
White with #4DD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD389; }
p { color: rgb(77,211,137); }
H1.HeaderClassName
{
color: #4DD389;
}
.AnyTagClassName
{
color: #4DD389;
}
</style>
background-color css
<style>
a { background-color: #4DD389; }
a { background-color: rgb(77,211,137); }
div.DivClassName
{
background-color: #4DD389;
}
.BgClassName
{
background-color: #4DD389;
}
</style>
border-color css
<style>
span { border-color: #4DD389; }
span { border-color: rgb(77,211,137); }
td.TdClassName
{
border-color: #4DD389;
}
.TagClassName
{
border-color: #4DD389;
}
</style>