Shades of Emerald #4DB96F
Tints of Emerald #4DB96F
RGB
CMYK
RGB Variations
Color information
#4DB96F (or 0x4DB96F) is known color: Emerald. HEX triplet: 4D, B9 and 6F. RGB value is (77,185,111). Sum of RGB (Red+Green+Blue) = 77+185+111=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB96F is #B24690. Grayscale: #909090. Windows color (decimal): -11683473 or 7321933. OLE color: 7321933.
HSL color Cylindrical-coordinate representation of color #4DB96F: hue angle of 138.89º 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 #4DB96F is Cyan = 0.58, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 111 | - |
| CMYK | 0.58 | 0 | 0.4 | 0.27 |
| HSL | 138.89º | 0.44% | 0.51% | - |
| HSV(B) | 138.89º | 0.58% | 0.73% | - |
| XYZ | 23.28 | 37.42 | 21.04 | - |
| YUV | 144.27 | 109.22 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 111 | 0.58 | 0 | 0.4 | 0.27 | 138.89 | 0.44 | 0.51 |
| Hex | 4D | B9 | 6F | 3A | 0 | 28 | 1B | 8B | 2C | 33 |
| Octal | 115 | 271 | 157 | 72 | 0 | 50 | 33 | 213 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1101111 | 111010 | 0 | 101000 | 11011 | 10001011 | 101100 | 110011 |
Color Harmonies of #4DB96F
Complementary color
Monochromatic Colors of #4DB96F
Black with #4DB96F
Text Example
Text Example
White with #4DB96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB96F; }
p { color: rgb(77,185,111); }
H1.HeaderClassName
{
color: #4DB96F;
}
.AnyTagClassName
{
color: #4DB96F;
}
</style>
background-color css
<style>
a { background-color: #4DB96F; }
a { background-color: rgb(77,185,111); }
div.DivClassName
{
background-color: #4DB96F;
}
.BgClassName
{
background-color: #4DB96F;
}
</style>
border-color css
<style>
span { border-color: #4DB96F; }
span { border-color: rgb(77,185,111); }
td.TdClassName
{
border-color: #4DB96F;
}
.TagClassName
{
border-color: #4DB96F;
}
</style>