Shades of Emerald #4DB972
Tints of Emerald #4DB972
RGB
CMYK
RGB Variations
Color information
#4DB972 (or 0x4DB972) is known color: Emerald. HEX triplet: 4D, B9 and 72. RGB value is (77,185,114). Sum of RGB (Red+Green+Blue) = 77+185+114=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB972 is #B2468D. Grayscale: #909090. Windows color (decimal): -11683470 or 7518541. OLE color: 7518541.
HSL color Cylindrical-coordinate representation of color #4DB972: hue angle of 140.56º 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 #4DB972 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 114 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.27 |
| HSL | 140.56º | 0.44% | 0.51% | - |
| HSV(B) | 140.56º | 0.58% | 0.73% | - |
| XYZ | 23.45 | 37.49 | 21.92 | - |
| YUV | 144.61 | 110.72 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 114 | 0.58 | 0 | 0.38 | 0.27 | 140.56 | 0.44 | 0.51 |
| Hex | 4D | B9 | 72 | 3A | 0 | 26 | 1B | 8D | 2C | 33 |
| Octal | 115 | 271 | 162 | 72 | 0 | 46 | 33 | 215 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1110010 | 111010 | 0 | 100110 | 11011 | 10001101 | 101100 | 110011 |
Color Harmonies of #4DB972
Complementary color
Monochromatic Colors of #4DB972
Black with #4DB972
Text Example
Text Example
White with #4DB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB972; }
p { color: rgb(77,185,114); }
H1.HeaderClassName
{
color: #4DB972;
}
.AnyTagClassName
{
color: #4DB972;
}
</style>
background-color css
<style>
a { background-color: #4DB972; }
a { background-color: rgb(77,185,114); }
div.DivClassName
{
background-color: #4DB972;
}
.BgClassName
{
background-color: #4DB972;
}
</style>
border-color css
<style>
span { border-color: #4DB972; }
span { border-color: rgb(77,185,114); }
td.TdClassName
{
border-color: #4DB972;
}
.TagClassName
{
border-color: #4DB972;
}
</style>