Shades of Emerald #4DBD7D
Tints of Emerald #4DBD7D
RGB
CMYK
RGB Variations
Color information
#4DBD7D (or 0x4DBD7D) is known color: Emerald. HEX triplet: 4D, BD and 7D. RGB value is (77,189,125). Sum of RGB (Red+Green+Blue) = 77+189+125=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD7D is #B24282. Grayscale: #949494. Windows color (decimal): -11682435 or 8240461. OLE color: 8240461.
HSL color Cylindrical-coordinate representation of color #4DBD7D: hue angle of 145.71º 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 #4DBD7D is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 125 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.26 |
| HSL | 145.71º | 0.46% | 0.52% | - |
| HSV(B) | 145.71º | 0.59% | 0.74% | - |
| XYZ | 24.96 | 39.45 | 25.7 | - |
| YUV | 148.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 125 | 0.59 | 0 | 0.34 | 0.26 | 145.71 | 0.46 | 0.52 |
| Hex | 4D | BD | 7D | 3B | 0 | 22 | 1A | 92 | 2E | 34 |
| Octal | 115 | 275 | 175 | 73 | 0 | 42 | 32 | 222 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1111101 | 111011 | 0 | 100010 | 11010 | 10010010 | 101110 | 110100 |
Color Harmonies of #4DBD7D
Complementary color
Monochromatic Colors of #4DBD7D
Black with #4DBD7D
Text Example
Text Example
White with #4DBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD7D; }
p { color: rgb(77,189,125); }
H1.HeaderClassName
{
color: #4DBD7D;
}
.AnyTagClassName
{
color: #4DBD7D;
}
</style>
background-color css
<style>
a { background-color: #4DBD7D; }
a { background-color: rgb(77,189,125); }
div.DivClassName
{
background-color: #4DBD7D;
}
.BgClassName
{
background-color: #4DBD7D;
}
</style>
border-color css
<style>
span { border-color: #4DBD7D; }
span { border-color: rgb(77,189,125); }
td.TdClassName
{
border-color: #4DBD7D;
}
.TagClassName
{
border-color: #4DBD7D;
}
</style>