Shades of Emerald #4DB97D
Tints of Emerald #4DB97D
RGB
CMYK
RGB Variations
Color information
#4DB97D (or 0x4DB97D) is known color: Emerald. HEX triplet: 4D, B9 and 7D. RGB value is (77,185,125). Sum of RGB (Red+Green+Blue) = 77+185+125=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB97D is #B24682. Grayscale: #929292. Windows color (decimal): -11683459 or 8239437. OLE color: 8239437.
HSL color Cylindrical-coordinate representation of color #4DB97D: hue angle of 146.67º 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 #4DB97D is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 125 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.27 |
| HSL | 146.67º | 0.44% | 0.51% | - |
| HSV(B) | 146.67º | 0.58% | 0.73% | - |
| XYZ | 24.11 | 37.76 | 25.42 | - |
| YUV | 145.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 125 | 0.58 | 0 | 0.32 | 0.27 | 146.67 | 0.44 | 0.51 |
| Hex | 4D | B9 | 7D | 3A | 0 | 20 | 1B | 93 | 2C | 33 |
| Octal | 115 | 271 | 175 | 72 | 0 | 40 | 33 | 223 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1111101 | 111010 | 0 | 100000 | 11011 | 10010011 | 101100 | 110011 |
Color Harmonies of #4DB97D
Complementary color
Monochromatic Colors of #4DB97D
Black with #4DB97D
Text Example
Text Example
White with #4DB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB97D; }
p { color: rgb(77,185,125); }
H1.HeaderClassName
{
color: #4DB97D;
}
.AnyTagClassName
{
color: #4DB97D;
}
</style>
background-color css
<style>
a { background-color: #4DB97D; }
a { background-color: rgb(77,185,125); }
div.DivClassName
{
background-color: #4DB97D;
}
.BgClassName
{
background-color: #4DB97D;
}
</style>
border-color css
<style>
span { border-color: #4DB97D; }
span { border-color: rgb(77,185,125); }
td.TdClassName
{
border-color: #4DB97D;
}
.TagClassName
{
border-color: #4DB97D;
}
</style>