Shades of Emerald #4DBB77
Tints of Emerald #4DBB77
RGB
CMYK
RGB Variations
Color information
#4DBB77 (or 0x4DBB77) is known color: Emerald. HEX triplet: 4D, BB and 77. RGB value is (77,187,119). Sum of RGB (Red+Green+Blue) = 77+187+119=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBB77 is #B24488. Grayscale: #929292. Windows color (decimal): -11682953 or 7846733. OLE color: 7846733.
HSL color Cylindrical-coordinate representation of color #4DBB77: hue angle of 142.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB77 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 119 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.27 |
| HSL | 142.91º | 0.45% | 0.52% | - |
| HSV(B) | 142.91º | 0.59% | 0.73% | - |
| XYZ | 24.16 | 38.45 | 23.6 | - |
| YUV | 146.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 119 | 0.59 | 0 | 0.36 | 0.27 | 142.91 | 0.45 | 0.52 |
| Hex | 4D | BB | 77 | 3B | 0 | 24 | 1B | 8F | 2D | 34 |
| Octal | 115 | 273 | 167 | 73 | 0 | 44 | 33 | 217 | 55 | 64 |
| Binary | 1001101 | 10111011 | 1110111 | 111011 | 0 | 100100 | 11011 | 10001111 | 101101 | 110100 |
Color Harmonies of #4DBB77
Complementary color
Monochromatic Colors of #4DBB77
Black with #4DBB77
Text Example
Text Example
White with #4DBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB77; }
p { color: rgb(77,187,119); }
H1.HeaderClassName
{
color: #4DBB77;
}
.AnyTagClassName
{
color: #4DBB77;
}
</style>
background-color css
<style>
a { background-color: #4DBB77; }
a { background-color: rgb(77,187,119); }
div.DivClassName
{
background-color: #4DBB77;
}
.BgClassName
{
background-color: #4DBB77;
}
</style>
border-color css
<style>
span { border-color: #4DBB77; }
span { border-color: rgb(77,187,119); }
td.TdClassName
{
border-color: #4DBB77;
}
.TagClassName
{
border-color: #4DBB77;
}
</style>