Shades of Emerald #4DB977
Tints of Emerald #4DB977
RGB
CMYK
RGB Variations
Color information
#4DB977 (or 0x4DB977) is known color: Emerald. HEX triplet: 4D, B9 and 77. RGB value is (77,185,119). Sum of RGB (Red+Green+Blue) = 77+185+119=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB977 is #B24688. Grayscale: #919191. Windows color (decimal): -11683465 or 7846221. OLE color: 7846221.
HSL color Cylindrical-coordinate representation of color #4DB977: hue angle of 143.33º 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 #4DB977 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 119 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.27 |
| HSL | 143.33º | 0.44% | 0.51% | - |
| HSV(B) | 143.33º | 0.58% | 0.73% | - |
| XYZ | 23.74 | 37.61 | 23.46 | - |
| YUV | 145.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 119 | 0.58 | 0 | 0.36 | 0.27 | 143.33 | 0.44 | 0.51 |
| Hex | 4D | B9 | 77 | 3A | 0 | 24 | 1B | 8F | 2C | 33 |
| Octal | 115 | 271 | 167 | 72 | 0 | 44 | 33 | 217 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1110111 | 111010 | 0 | 100100 | 11011 | 10001111 | 101100 | 110011 |
Color Harmonies of #4DB977
Complementary color
Monochromatic Colors of #4DB977
Black with #4DB977
Text Example
Text Example
White with #4DB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB977; }
p { color: rgb(77,185,119); }
H1.HeaderClassName
{
color: #4DB977;
}
.AnyTagClassName
{
color: #4DB977;
}
</style>
background-color css
<style>
a { background-color: #4DB977; }
a { background-color: rgb(77,185,119); }
div.DivClassName
{
background-color: #4DB977;
}
.BgClassName
{
background-color: #4DB977;
}
</style>
border-color css
<style>
span { border-color: #4DB977; }
span { border-color: rgb(77,185,119); }
td.TdClassName
{
border-color: #4DB977;
}
.TagClassName
{
border-color: #4DB977;
}
</style>