Shades of Emerald #4DB96C
Tints of Emerald #4DB96C
RGB
CMYK
RGB Variations
Color information
#4DB96C (or 0x4DB96C) is known color: Emerald. HEX triplet: 4D, B9 and 6C. RGB value is (77,185,108). Sum of RGB (Red+Green+Blue) = 77+185+108=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB96C is #B24693. Grayscale: #909090. Windows color (decimal): -11683476 or 7125325. OLE color: 7125325.
HSL color Cylindrical-coordinate representation of color #4DB96C: hue angle of 137.22º 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 #4DB96C is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 108 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.27 |
| HSL | 137.22º | 0.44% | 0.51% | - |
| HSV(B) | 137.22º | 0.58% | 0.73% | - |
| XYZ | 23.12 | 37.36 | 20.18 | - |
| YUV | 143.93 | 107.72 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 108 | 0.58 | 0 | 0.42 | 0.27 | 137.22 | 0.44 | 0.51 |
| Hex | 4D | B9 | 6C | 3A | 0 | 2A | 1B | 89 | 2C | 33 |
| Octal | 115 | 271 | 154 | 72 | 0 | 52 | 33 | 211 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1101100 | 111010 | 0 | 101010 | 11011 | 10001001 | 101100 | 110011 |
Color Harmonies of #4DB96C
Complementary color
Monochromatic Colors of #4DB96C
Black with #4DB96C
Text Example
Text Example
White with #4DB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB96C; }
p { color: rgb(77,185,108); }
H1.HeaderClassName
{
color: #4DB96C;
}
.AnyTagClassName
{
color: #4DB96C;
}
</style>
background-color css
<style>
a { background-color: #4DB96C; }
a { background-color: rgb(77,185,108); }
div.DivClassName
{
background-color: #4DB96C;
}
.BgClassName
{
background-color: #4DB96C;
}
</style>
border-color css
<style>
span { border-color: #4DB96C; }
span { border-color: rgb(77,185,108); }
td.TdClassName
{
border-color: #4DB96C;
}
.TagClassName
{
border-color: #4DB96C;
}
</style>