Shades of Emerald #4DB96D
Tints of Emerald #4DB96D
RGB
CMYK
RGB Variations
Color information
#4DB96D (or 0x4DB96D) is known color: Emerald. HEX triplet: 4D, B9 and 6D. RGB value is (77,185,109). Sum of RGB (Red+Green+Blue) = 77+185+109=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB96D is #B24692. Grayscale: #909090. Windows color (decimal): -11683475 or 7190861. OLE color: 7190861.
HSL color Cylindrical-coordinate representation of color #4DB96D: hue angle of 137.78º 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 #4DB96D is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 109 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.27 |
| HSL | 137.78º | 0.44% | 0.51% | - |
| HSV(B) | 137.78º | 0.58% | 0.73% | - |
| XYZ | 23.17 | 37.38 | 20.46 | - |
| YUV | 144.04 | 108.22 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 109 | 0.58 | 0 | 0.41 | 0.27 | 137.78 | 0.44 | 0.51 |
| Hex | 4D | B9 | 6D | 3A | 0 | 29 | 1B | 8A | 2C | 33 |
| Octal | 115 | 271 | 155 | 72 | 0 | 51 | 33 | 212 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1101101 | 111010 | 0 | 101001 | 11011 | 10001010 | 101100 | 110011 |
Color Harmonies of #4DB96D
Complementary color
Monochromatic Colors of #4DB96D
Black with #4DB96D
Text Example
Text Example
White with #4DB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB96D; }
p { color: rgb(77,185,109); }
H1.HeaderClassName
{
color: #4DB96D;
}
.AnyTagClassName
{
color: #4DB96D;
}
</style>
background-color css
<style>
a { background-color: #4DB96D; }
a { background-color: rgb(77,185,109); }
div.DivClassName
{
background-color: #4DB96D;
}
.BgClassName
{
background-color: #4DB96D;
}
</style>
border-color css
<style>
span { border-color: #4DB96D; }
span { border-color: rgb(77,185,109); }
td.TdClassName
{
border-color: #4DB96D;
}
.TagClassName
{
border-color: #4DB96D;
}
</style>