Shades of Emerald #4DB97C
Tints of Emerald #4DB97C
RGB
CMYK
RGB Variations
Color information
#4DB97C (or 0x4DB97C) is known color: Emerald. HEX triplet: 4D, B9 and 7C. RGB value is (77,185,124). Sum of RGB (Red+Green+Blue) = 77+185+124=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB97C is #B24683. Grayscale: #919191. Windows color (decimal): -11683460 or 8173901. OLE color: 8173901.
HSL color Cylindrical-coordinate representation of color #4DB97C: hue angle of 146.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB97C is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 124 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.27 |
| HSL | 146.11º | 0.44% | 0.51% | - |
| HSV(B) | 146.11º | 0.58% | 0.73% | - |
| XYZ | 24.05 | 37.73 | 25.08 | - |
| YUV | 145.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 124 | 0.58 | 0 | 0.33 | 0.27 | 146.11 | 0.44 | 0.51 |
| Hex | 4D | B9 | 7C | 3A | 0 | 21 | 1B | 92 | 2C | 33 |
| Octal | 115 | 271 | 174 | 72 | 0 | 41 | 33 | 222 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1111100 | 111010 | 0 | 100001 | 11011 | 10010010 | 101100 | 110011 |
Color Harmonies of #4DB97C
Complementary color
Monochromatic Colors of #4DB97C
Black with #4DB97C
Text Example
Text Example
White with #4DB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB97C; }
p { color: rgb(77,185,124); }
H1.HeaderClassName
{
color: #4DB97C;
}
.AnyTagClassName
{
color: #4DB97C;
}
</style>
background-color css
<style>
a { background-color: #4DB97C; }
a { background-color: rgb(77,185,124); }
div.DivClassName
{
background-color: #4DB97C;
}
.BgClassName
{
background-color: #4DB97C;
}
</style>
border-color css
<style>
span { border-color: #4DB97C; }
span { border-color: rgb(77,185,124); }
td.TdClassName
{
border-color: #4DB97C;
}
.TagClassName
{
border-color: #4DB97C;
}
</style>