Shades of Emerald #4DBC7C
Tints of Emerald #4DBC7C
RGB
CMYK
RGB Variations
Color information
#4DBC7C (or 0x4DBC7C) is known color: Emerald. HEX triplet: 4D, BC and 7C. RGB value is (77,188,124). Sum of RGB (Red+Green+Blue) = 77+188+124=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC7C is #B24383. Grayscale: #939393. Windows color (decimal): -11682692 or 8174669. OLE color: 8174669.
HSL color Cylindrical-coordinate representation of color #4DBC7C: hue angle of 145.41º 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 #4DBC7C is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 124 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.26 |
| HSL | 145.41º | 0.45% | 0.52% | - |
| HSV(B) | 145.41º | 0.59% | 0.74% | - |
| XYZ | 24.68 | 39 | 25.3 | - |
| YUV | 147.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 124 | 0.59 | 0 | 0.34 | 0.26 | 145.41 | 0.45 | 0.52 |
| Hex | 4D | BC | 7C | 3B | 0 | 22 | 1A | 91 | 2D | 34 |
| Octal | 115 | 274 | 174 | 73 | 0 | 42 | 32 | 221 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1111100 | 111011 | 0 | 100010 | 11010 | 10010001 | 101101 | 110100 |
Color Harmonies of #4DBC7C
Complementary color
Monochromatic Colors of #4DBC7C
Black with #4DBC7C
Text Example
Text Example
White with #4DBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC7C; }
p { color: rgb(77,188,124); }
H1.HeaderClassName
{
color: #4DBC7C;
}
.AnyTagClassName
{
color: #4DBC7C;
}
</style>
background-color css
<style>
a { background-color: #4DBC7C; }
a { background-color: rgb(77,188,124); }
div.DivClassName
{
background-color: #4DBC7C;
}
.BgClassName
{
background-color: #4DBC7C;
}
</style>
border-color css
<style>
span { border-color: #4DBC7C; }
span { border-color: rgb(77,188,124); }
td.TdClassName
{
border-color: #4DBC7C;
}
.TagClassName
{
border-color: #4DBC7C;
}
</style>