Shades of Emerald #4DB982
Tints of Emerald #4DB982
RGB
CMYK
RGB Variations
Color information
#4DB982 (or 0x4DB982) is known color: Emerald. HEX triplet: 4D, B9 and 82. RGB value is (77,185,130). Sum of RGB (Red+Green+Blue) = 77+185+130=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB982 is #B2467D. Grayscale: #929292. Windows color (decimal): -11683454 or 8567117. OLE color: 8567117.
HSL color Cylindrical-coordinate representation of color #4DB982: hue angle of 149.44º 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 #4DB982 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 130 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.27 |
| HSL | 149.44º | 0.44% | 0.51% | - |
| HSV(B) | 149.44º | 0.58% | 0.73% | - |
| XYZ | 24.44 | 37.89 | 27.14 | - |
| YUV | 146.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 130 | 0.58 | 0 | 0.30 | 0.27 | 149.44 | 0.44 | 0.51 |
| Hex | 4D | B9 | 82 | 3A | 0 | 1E | 1B | 95 | 2C | 33 |
| Octal | 115 | 271 | 202 | 72 | 0 | 36 | 33 | 225 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10000010 | 111010 | 0 | 11110 | 11011 | 10010101 | 101100 | 110011 |
Color Harmonies of #4DB982
Complementary color
Monochromatic Colors of #4DB982
Black with #4DB982
Text Example
Text Example
White with #4DB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB982; }
p { color: rgb(77,185,130); }
H1.HeaderClassName
{
color: #4DB982;
}
.AnyTagClassName
{
color: #4DB982;
}
</style>
background-color css
<style>
a { background-color: #4DB982; }
a { background-color: rgb(77,185,130); }
div.DivClassName
{
background-color: #4DB982;
}
.BgClassName
{
background-color: #4DB982;
}
</style>
border-color css
<style>
span { border-color: #4DB982; }
span { border-color: rgb(77,185,130); }
td.TdClassName
{
border-color: #4DB982;
}
.TagClassName
{
border-color: #4DB982;
}
</style>