Shades of Emerald #4DBB78
Tints of Emerald #4DBB78
RGB
CMYK
RGB Variations
Color information
#4DBB78 (or 0x4DBB78) is known color: Emerald. HEX triplet: 4D, BB and 78. RGB value is (77,187,120). Sum of RGB (Red+Green+Blue) = 77+187+120=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBB78 is #B24487. Grayscale: #929292. Windows color (decimal): -11682952 or 7912269. OLE color: 7912269.
HSL color Cylindrical-coordinate representation of color #4DBB78: hue angle of 143.45º 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 #4DBB78 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 120 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.27 |
| HSL | 143.45º | 0.45% | 0.52% | - |
| HSV(B) | 143.45º | 0.59% | 0.73% | - |
| XYZ | 24.22 | 38.47 | 23.92 | - |
| YUV | 146.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 120 | 0.59 | 0 | 0.36 | 0.27 | 143.45 | 0.45 | 0.52 |
| Hex | 4D | BB | 78 | 3B | 0 | 24 | 1B | 8F | 2D | 34 |
| Octal | 115 | 273 | 170 | 73 | 0 | 44 | 33 | 217 | 55 | 64 |
| Binary | 1001101 | 10111011 | 1111000 | 111011 | 0 | 100100 | 11011 | 10001111 | 101101 | 110100 |
Color Harmonies of #4DBB78
Complementary color
Monochromatic Colors of #4DBB78
Black with #4DBB78
Text Example
Text Example
White with #4DBB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB78; }
p { color: rgb(77,187,120); }
H1.HeaderClassName
{
color: #4DBB78;
}
.AnyTagClassName
{
color: #4DBB78;
}
</style>
background-color css
<style>
a { background-color: #4DBB78; }
a { background-color: rgb(77,187,120); }
div.DivClassName
{
background-color: #4DBB78;
}
.BgClassName
{
background-color: #4DBB78;
}
</style>
border-color css
<style>
span { border-color: #4DBB78; }
span { border-color: rgb(77,187,120); }
td.TdClassName
{
border-color: #4DBB78;
}
.TagClassName
{
border-color: #4DBB78;
}
</style>