Shades of Emerald #4DBC7D
Tints of Emerald #4DBC7D
RGB
CMYK
RGB Variations
Color information
#4DBC7D (or 0x4DBC7D) is known color: Emerald. HEX triplet: 4D, BC and 7D. RGB value is (77,188,125). Sum of RGB (Red+Green+Blue) = 77+188+125=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC7D is #B24382. Grayscale: #939393. Windows color (decimal): -11682691 or 8240205. OLE color: 8240205.
HSL color Cylindrical-coordinate representation of color #4DBC7D: hue angle of 145.95º degrees, saturation: 0.45, 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 #4DBC7D is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 125 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.26 |
| HSL | 145.95º | 0.45% | 0.52% | - |
| HSV(B) | 145.95º | 0.59% | 0.74% | - |
| XYZ | 24.75 | 39.02 | 25.63 | - |
| YUV | 147.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 125 | 0.59 | 0 | 0.34 | 0.26 | 145.95 | 0.45 | 0.52 |
| Hex | 4D | BC | 7D | 3B | 0 | 22 | 1A | 92 | 2D | 34 |
| Octal | 115 | 274 | 175 | 73 | 0 | 42 | 32 | 222 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1111101 | 111011 | 0 | 100010 | 11010 | 10010010 | 101101 | 110100 |
Color Harmonies of #4DBC7D
Complementary color
Monochromatic Colors of #4DBC7D
Black with #4DBC7D
Text Example
Text Example
White with #4DBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC7D; }
p { color: rgb(77,188,125); }
H1.HeaderClassName
{
color: #4DBC7D;
}
.AnyTagClassName
{
color: #4DBC7D;
}
</style>
background-color css
<style>
a { background-color: #4DBC7D; }
a { background-color: rgb(77,188,125); }
div.DivClassName
{
background-color: #4DBC7D;
}
.BgClassName
{
background-color: #4DBC7D;
}
</style>
border-color css
<style>
span { border-color: #4DBC7D; }
span { border-color: rgb(77,188,125); }
td.TdClassName
{
border-color: #4DBC7D;
}
.TagClassName
{
border-color: #4DBC7D;
}
</style>