Shades of Emerald #4DBC7E
Tints of Emerald #4DBC7E
RGB
CMYK
RGB Variations
Color information
#4DBC7E (or 0x4DBC7E) is known color: Emerald. HEX triplet: 4D, BC and 7E. RGB value is (77,188,126). Sum of RGB (Red+Green+Blue) = 77+188+126=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC7E is #B24381. Grayscale: #939393. Windows color (decimal): -11682690 or 8305741. OLE color: 8305741.
HSL color Cylindrical-coordinate representation of color #4DBC7E: hue angle of 146.49º 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 #4DBC7E is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 126 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.26 |
| HSL | 146.49º | 0.45% | 0.52% | - |
| HSV(B) | 146.49º | 0.59% | 0.74% | - |
| XYZ | 24.81 | 39.05 | 25.97 | - |
| YUV | 147.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 126 | 0.59 | 0 | 0.33 | 0.26 | 146.49 | 0.45 | 0.52 |
| Hex | 4D | BC | 7E | 3B | 0 | 21 | 1A | 92 | 2D | 34 |
| Octal | 115 | 274 | 176 | 73 | 0 | 41 | 32 | 222 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1111110 | 111011 | 0 | 100001 | 11010 | 10010010 | 101101 | 110100 |
Color Harmonies of #4DBC7E
Complementary color
Monochromatic Colors of #4DBC7E
Black with #4DBC7E
Text Example
Text Example
White with #4DBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC7E; }
p { color: rgb(77,188,126); }
H1.HeaderClassName
{
color: #4DBC7E;
}
.AnyTagClassName
{
color: #4DBC7E;
}
</style>
background-color css
<style>
a { background-color: #4DBC7E; }
a { background-color: rgb(77,188,126); }
div.DivClassName
{
background-color: #4DBC7E;
}
.BgClassName
{
background-color: #4DBC7E;
}
</style>
border-color css
<style>
span { border-color: #4DBC7E; }
span { border-color: rgb(77,188,126); }
td.TdClassName
{
border-color: #4DBC7E;
}
.TagClassName
{
border-color: #4DBC7E;
}
</style>