Shades of Emerald #4DBB79
Tints of Emerald #4DBB79
RGB
CMYK
RGB Variations
Color information
#4DBB79 (or 0x4DBB79) is known color: Emerald. HEX triplet: 4D, BB and 79. RGB value is (77,187,121). Sum of RGB (Red+Green+Blue) = 77+187+121=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBB79 is #B24486. Grayscale: #929292. Windows color (decimal): -11682951 or 7977805. OLE color: 7977805.
HSL color Cylindrical-coordinate representation of color #4DBB79: hue angle of 144º 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 #4DBB79 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 121 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.27 |
| HSL | 144º | 0.45% | 0.52% | - |
| HSV(B) | 144º | 0.59% | 0.73% | - |
| XYZ | 24.28 | 38.5 | 24.24 | - |
| YUV | 146.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 121 | 0.59 | 0 | 0.35 | 0.27 | 144 | 0.45 | 0.52 |
| Hex | 4D | BB | 79 | 3B | 0 | 23 | 1B | 90 | 2D | 34 |
| Octal | 115 | 273 | 171 | 73 | 0 | 43 | 33 | 220 | 55 | 64 |
| Binary | 1001101 | 10111011 | 1111001 | 111011 | 0 | 100011 | 11011 | 10010000 | 101101 | 110100 |
Color Harmonies of #4DBB79
Complementary color
Monochromatic Colors of #4DBB79
Black with #4DBB79
Text Example
Text Example
White with #4DBB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB79; }
p { color: rgb(77,187,121); }
H1.HeaderClassName
{
color: #4DBB79;
}
.AnyTagClassName
{
color: #4DBB79;
}
</style>
background-color css
<style>
a { background-color: #4DBB79; }
a { background-color: rgb(77,187,121); }
div.DivClassName
{
background-color: #4DBB79;
}
.BgClassName
{
background-color: #4DBB79;
}
</style>
border-color css
<style>
span { border-color: #4DBB79; }
span { border-color: rgb(77,187,121); }
td.TdClassName
{
border-color: #4DBB79;
}
.TagClassName
{
border-color: #4DBB79;
}
</style>