Shades of Emerald #4DBA73
Tints of Emerald #4DBA73
RGB
CMYK
RGB Variations
Color information
#4DBA73 (or 0x4DBA73) is known color: Emerald. HEX triplet: 4D, BA and 73. RGB value is (77,186,115). Sum of RGB (Red+Green+Blue) = 77+186+115=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBA73 is #B2458C. Grayscale: #919191. Windows color (decimal): -11683213 or 7584333. OLE color: 7584333.
HSL color Cylindrical-coordinate representation of color #4DBA73: hue angle of 140.92º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBA73 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 115 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.27 |
| HSL | 140.92º | 0.44% | 0.52% | - |
| HSV(B) | 140.92º | 0.59% | 0.73% | - |
| XYZ | 23.71 | 37.93 | 22.29 | - |
| YUV | 145.32 | 110.89 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 115 | 0.59 | 0 | 0.38 | 0.27 | 140.92 | 0.44 | 0.52 |
| Hex | 4D | BA | 73 | 3B | 0 | 26 | 1B | 8D | 2C | 34 |
| Octal | 115 | 272 | 163 | 73 | 0 | 46 | 33 | 215 | 54 | 64 |
| Binary | 1001101 | 10111010 | 1110011 | 111011 | 0 | 100110 | 11011 | 10001101 | 101100 | 110100 |
Color Harmonies of #4DBA73
Complementary color
Monochromatic Colors of #4DBA73
Black with #4DBA73
Text Example
Text Example
White with #4DBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA73; }
p { color: rgb(77,186,115); }
H1.HeaderClassName
{
color: #4DBA73;
}
.AnyTagClassName
{
color: #4DBA73;
}
</style>
background-color css
<style>
a { background-color: #4DBA73; }
a { background-color: rgb(77,186,115); }
div.DivClassName
{
background-color: #4DBA73;
}
.BgClassName
{
background-color: #4DBA73;
}
</style>
border-color css
<style>
span { border-color: #4DBA73; }
span { border-color: rgb(77,186,115); }
td.TdClassName
{
border-color: #4DBA73;
}
.TagClassName
{
border-color: #4DBA73;
}
</style>