Shades of Emerald #4DBC70
Tints of Emerald #4DBC70
RGB
CMYK
RGB Variations
Color information
#4DBC70 (or 0x4DBC70) is known color: Emerald. HEX triplet: 4D, BC and 70. RGB value is (77,188,112). Sum of RGB (Red+Green+Blue) = 77+188+112=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC70 is #B2438F. Grayscale: #929292. Windows color (decimal): -11682704 or 7388237. OLE color: 7388237.
HSL color Cylindrical-coordinate representation of color #4DBC70: hue angle of 138.92º 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 #4DBC70 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 112 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.26 |
| HSL | 138.92º | 0.45% | 0.52% | - |
| HSV(B) | 138.92º | 0.59% | 0.74% | - |
| XYZ | 23.97 | 38.71 | 21.54 | - |
| YUV | 146.15 | 108.73 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 112 | 0.59 | 0 | 0.40 | 0.26 | 138.92 | 0.45 | 0.52 |
| Hex | 4D | BC | 70 | 3B | 0 | 28 | 1A | 8B | 2D | 34 |
| Octal | 115 | 274 | 160 | 73 | 0 | 50 | 32 | 213 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1110000 | 111011 | 0 | 101000 | 11010 | 10001011 | 101101 | 110100 |
Color Harmonies of #4DBC70
Complementary color
Monochromatic Colors of #4DBC70
Black with #4DBC70
Text Example
Text Example
White with #4DBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC70; }
p { color: rgb(77,188,112); }
H1.HeaderClassName
{
color: #4DBC70;
}
.AnyTagClassName
{
color: #4DBC70;
}
</style>
background-color css
<style>
a { background-color: #4DBC70; }
a { background-color: rgb(77,188,112); }
div.DivClassName
{
background-color: #4DBC70;
}
.BgClassName
{
background-color: #4DBC70;
}
</style>
border-color css
<style>
span { border-color: #4DBC70; }
span { border-color: rgb(77,188,112); }
td.TdClassName
{
border-color: #4DBC70;
}
.TagClassName
{
border-color: #4DBC70;
}
</style>