Shades of Emerald #4DBA7C
Tints of Emerald #4DBA7C
RGB
CMYK
RGB Variations
Color information
#4DBA7C (or 0x4DBA7C) is known color: Emerald. HEX triplet: 4D, BA and 7C. RGB value is (77,186,124). Sum of RGB (Red+Green+Blue) = 77+186+124=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBA7C is #B24583. Grayscale: #929292. Windows color (decimal): -11683204 or 8174157. OLE color: 8174157.
HSL color Cylindrical-coordinate representation of color #4DBA7C: hue angle of 145.87º 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 #4DBA7C is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 124 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.27 |
| HSL | 145.87º | 0.44% | 0.52% | - |
| HSV(B) | 145.87º | 0.59% | 0.73% | - |
| XYZ | 24.26 | 38.15 | 25.15 | - |
| YUV | 146.34 | 115.39 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 124 | 0.59 | 0 | 0.33 | 0.27 | 145.87 | 0.44 | 0.52 |
| Hex | 4D | BA | 7C | 3B | 0 | 21 | 1B | 92 | 2C | 34 |
| Octal | 115 | 272 | 174 | 73 | 0 | 41 | 33 | 222 | 54 | 64 |
| Binary | 1001101 | 10111010 | 1111100 | 111011 | 0 | 100001 | 11011 | 10010010 | 101100 | 110100 |
Color Harmonies of #4DBA7C
Complementary color
Monochromatic Colors of #4DBA7C
Black with #4DBA7C
Text Example
Text Example
White with #4DBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA7C; }
p { color: rgb(77,186,124); }
H1.HeaderClassName
{
color: #4DBA7C;
}
.AnyTagClassName
{
color: #4DBA7C;
}
</style>
background-color css
<style>
a { background-color: #4DBA7C; }
a { background-color: rgb(77,186,124); }
div.DivClassName
{
background-color: #4DBA7C;
}
.BgClassName
{
background-color: #4DBA7C;
}
</style>
border-color css
<style>
span { border-color: #4DBA7C; }
span { border-color: rgb(77,186,124); }
td.TdClassName
{
border-color: #4DBA7C;
}
.TagClassName
{
border-color: #4DBA7C;
}
</style>