Shades of Emerald #4DBD77
Tints of Emerald #4DBD77
RGB
CMYK
RGB Variations
Color information
#4DBD77 (or 0x4DBD77) is known color: Emerald. HEX triplet: 4D, BD and 77. RGB value is (77,189,119). Sum of RGB (Red+Green+Blue) = 77+189+119=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD77 is #B24288. Grayscale: #939393. Windows color (decimal): -11682441 or 7847245. OLE color: 7847245.
HSL color Cylindrical-coordinate representation of color #4DBD77: hue angle of 142.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBD77 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 119 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.26 |
| HSL | 142.5º | 0.46% | 0.52% | - |
| HSV(B) | 142.5º | 0.59% | 0.74% | - |
| XYZ | 24.59 | 39.3 | 23.74 | - |
| YUV | 147.53 | 111.89 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 119 | 0.59 | 0 | 0.37 | 0.26 | 142.5 | 0.46 | 0.52 |
| Hex | 4D | BD | 77 | 3B | 0 | 25 | 1A | 8E | 2E | 34 |
| Octal | 115 | 275 | 167 | 73 | 0 | 45 | 32 | 216 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1110111 | 111011 | 0 | 100101 | 11010 | 10001110 | 101110 | 110100 |
Color Harmonies of #4DBD77
Complementary color
Monochromatic Colors of #4DBD77
Black with #4DBD77
Text Example
Text Example
White with #4DBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD77; }
p { color: rgb(77,189,119); }
H1.HeaderClassName
{
color: #4DBD77;
}
.AnyTagClassName
{
color: #4DBD77;
}
</style>
background-color css
<style>
a { background-color: #4DBD77; }
a { background-color: rgb(77,189,119); }
div.DivClassName
{
background-color: #4DBD77;
}
.BgClassName
{
background-color: #4DBD77;
}
</style>
border-color css
<style>
span { border-color: #4DBD77; }
span { border-color: rgb(77,189,119); }
td.TdClassName
{
border-color: #4DBD77;
}
.TagClassName
{
border-color: #4DBD77;
}
</style>