Shades of Emerald #4DB984
Tints of Emerald #4DB984
RGB
CMYK
RGB Variations
Color information
#4DB984 (or 0x4DB984) is known color: Emerald. HEX triplet: 4D, B9 and 84. RGB value is (77,185,132). Sum of RGB (Red+Green+Blue) = 77+185+132=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB984 is #B2467B. Grayscale: #929292. Windows color (decimal): -11683452 or 8698189. OLE color: 8698189.
HSL color Cylindrical-coordinate representation of color #4DB984: hue angle of 150.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 #4DB984 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 132 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.27 |
| HSL | 150.56º | 0.44% | 0.51% | - |
| HSV(B) | 150.56º | 0.58% | 0.73% | - |
| XYZ | 24.57 | 37.94 | 27.86 | - |
| YUV | 146.67 | 119.72 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 132 | 0.58 | 0 | 0.29 | 0.27 | 150.56 | 0.44 | 0.51 |
| Hex | 4D | B9 | 84 | 3A | 0 | 1D | 1B | 97 | 2C | 33 |
| Octal | 115 | 271 | 204 | 72 | 0 | 35 | 33 | 227 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10000100 | 111010 | 0 | 11101 | 11011 | 10010111 | 101100 | 110011 |
Color Harmonies of #4DB984
Complementary color
Monochromatic Colors of #4DB984
Black with #4DB984
Text Example
Text Example
White with #4DB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB984; }
p { color: rgb(77,185,132); }
H1.HeaderClassName
{
color: #4DB984;
}
.AnyTagClassName
{
color: #4DB984;
}
</style>
background-color css
<style>
a { background-color: #4DB984; }
a { background-color: rgb(77,185,132); }
div.DivClassName
{
background-color: #4DB984;
}
.BgClassName
{
background-color: #4DB984;
}
</style>
border-color css
<style>
span { border-color: #4DB984; }
span { border-color: rgb(77,185,132); }
td.TdClassName
{
border-color: #4DB984;
}
.TagClassName
{
border-color: #4DB984;
}
</style>