Shades of Emerald #4DBC78
Tints of Emerald #4DBC78
RGB
CMYK
RGB Variations
Color information
#4DBC78 (or 0x4DBC78) is known color: Emerald. HEX triplet: 4D, BC and 78. RGB value is (77,188,120). Sum of RGB (Red+Green+Blue) = 77+188+120=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC78 is #B24387. Grayscale: #939393. Windows color (decimal): -11682696 or 7912525. OLE color: 7912525.
HSL color Cylindrical-coordinate representation of color #4DBC78: hue angle of 143.24º 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 #4DBC78 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 120 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.26 |
| HSL | 143.24º | 0.45% | 0.52% | - |
| HSV(B) | 143.24º | 0.59% | 0.74% | - |
| XYZ | 24.43 | 38.9 | 23.99 | - |
| YUV | 147.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 120 | 0.59 | 0 | 0.36 | 0.26 | 143.24 | 0.45 | 0.52 |
| Hex | 4D | BC | 78 | 3B | 0 | 24 | 1A | 8F | 2D | 34 |
| Octal | 115 | 274 | 170 | 73 | 0 | 44 | 32 | 217 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1111000 | 111011 | 0 | 100100 | 11010 | 10001111 | 101101 | 110100 |
Color Harmonies of #4DBC78
Complementary color
Monochromatic Colors of #4DBC78
Black with #4DBC78
Text Example
Text Example
White with #4DBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC78; }
p { color: rgb(77,188,120); }
H1.HeaderClassName
{
color: #4DBC78;
}
.AnyTagClassName
{
color: #4DBC78;
}
</style>
background-color css
<style>
a { background-color: #4DBC78; }
a { background-color: rgb(77,188,120); }
div.DivClassName
{
background-color: #4DBC78;
}
.BgClassName
{
background-color: #4DBC78;
}
</style>
border-color css
<style>
span { border-color: #4DBC78; }
span { border-color: rgb(77,188,120); }
td.TdClassName
{
border-color: #4DBC78;
}
.TagClassName
{
border-color: #4DBC78;
}
</style>