Shades of Emerald #4DB97A
Tints of Emerald #4DB97A
RGB
CMYK
RGB Variations
Color information
#4DB97A (or 0x4DB97A) is known color: Emerald. HEX triplet: 4D, B9 and 7A. RGB value is (77,185,122). Sum of RGB (Red+Green+Blue) = 77+185+122=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB97A is #B24685. Grayscale: #919191. Windows color (decimal): -11683462 or 8042829. OLE color: 8042829.
HSL color Cylindrical-coordinate representation of color #4DB97A: hue angle of 145º 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 #4DB97A is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 122 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.27 |
| HSL | 145º | 0.44% | 0.51% | - |
| HSV(B) | 145º | 0.58% | 0.73% | - |
| XYZ | 23.92 | 37.68 | 24.42 | - |
| YUV | 145.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 122 | 0.58 | 0 | 0.34 | 0.27 | 145 | 0.44 | 0.51 |
| Hex | 4D | B9 | 7A | 3A | 0 | 22 | 1B | 91 | 2C | 33 |
| Octal | 115 | 271 | 172 | 72 | 0 | 42 | 33 | 221 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1111010 | 111010 | 0 | 100010 | 11011 | 10010001 | 101100 | 110011 |
Color Harmonies of #4DB97A
Complementary color
Monochromatic Colors of #4DB97A
Black with #4DB97A
Text Example
Text Example
White with #4DB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB97A; }
p { color: rgb(77,185,122); }
H1.HeaderClassName
{
color: #4DB97A;
}
.AnyTagClassName
{
color: #4DB97A;
}
</style>
background-color css
<style>
a { background-color: #4DB97A; }
a { background-color: rgb(77,185,122); }
div.DivClassName
{
background-color: #4DB97A;
}
.BgClassName
{
background-color: #4DB97A;
}
</style>
border-color css
<style>
span { border-color: #4DB97A; }
span { border-color: rgb(77,185,122); }
td.TdClassName
{
border-color: #4DB97A;
}
.TagClassName
{
border-color: #4DB97A;
}
</style>