Shades of Emerald #4DB96B
Tints of Emerald #4DB96B
RGB
CMYK
RGB Variations
Color information
#4DB96B (or 0x4DB96B) is known color: Emerald. HEX triplet: 4D, B9 and 6B. RGB value is (77,185,107). Sum of RGB (Red+Green+Blue) = 77+185+107=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB96B is #B24694. Grayscale: #909090. Windows color (decimal): -11683477 or 7059789. OLE color: 7059789.
HSL color Cylindrical-coordinate representation of color #4DB96B: hue angle of 136.67º 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 #4DB96B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 107 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.27 |
| HSL | 136.67º | 0.44% | 0.51% | - |
| HSV(B) | 136.67º | 0.58% | 0.73% | - |
| XYZ | 23.06 | 37.34 | 19.9 | - |
| YUV | 143.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 107 | 0.58 | 0 | 0.42 | 0.27 | 136.67 | 0.44 | 0.51 |
| Hex | 4D | B9 | 6B | 3A | 0 | 2A | 1B | 89 | 2C | 33 |
| Octal | 115 | 271 | 153 | 72 | 0 | 52 | 33 | 211 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1101011 | 111010 | 0 | 101010 | 11011 | 10001001 | 101100 | 110011 |
Color Harmonies of #4DB96B
Complementary color
Monochromatic Colors of #4DB96B
Black with #4DB96B
Text Example
Text Example
White with #4DB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB96B; }
p { color: rgb(77,185,107); }
H1.HeaderClassName
{
color: #4DB96B;
}
.AnyTagClassName
{
color: #4DB96B;
}
</style>
background-color css
<style>
a { background-color: #4DB96B; }
a { background-color: rgb(77,185,107); }
div.DivClassName
{
background-color: #4DB96B;
}
.BgClassName
{
background-color: #4DB96B;
}
</style>
border-color css
<style>
span { border-color: #4DB96B; }
span { border-color: rgb(77,185,107); }
td.TdClassName
{
border-color: #4DB96B;
}
.TagClassName
{
border-color: #4DB96B;
}
</style>