Shades of Emerald #4DBE77
Tints of Emerald #4DBE77
RGB
CMYK
RGB Variations
Color information
#4DBE77 (or 0x4DBE77) is known color: Emerald. HEX triplet: 4D, BE and 77. RGB value is (77,190,119). Sum of RGB (Red+Green+Blue) = 77+190+119=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE77 is #B24188. Grayscale: #949494. Windows color (decimal): -11682185 or 7847501. OLE color: 7847501.
HSL color Cylindrical-coordinate representation of color #4DBE77: hue angle of 142.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE77 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 119 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.25 |
| HSL | 142.3º | 0.47% | 0.52% | - |
| HSV(B) | 142.3º | 0.59% | 0.75% | - |
| XYZ | 24.8 | 39.74 | 23.82 | - |
| YUV | 148.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 119 | 0.59 | 0 | 0.37 | 0.25 | 142.3 | 0.47 | 0.52 |
| Hex | 4D | BE | 77 | 3B | 0 | 25 | 19 | 8E | 2F | 34 |
| Octal | 115 | 276 | 167 | 73 | 0 | 45 | 31 | 216 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1110111 | 111011 | 0 | 100101 | 11001 | 10001110 | 101111 | 110100 |
Color Harmonies of #4DBE77
Complementary color
Monochromatic Colors of #4DBE77
Black with #4DBE77
Text Example
Text Example
White with #4DBE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE77; }
p { color: rgb(77,190,119); }
H1.HeaderClassName
{
color: #4DBE77;
}
.AnyTagClassName
{
color: #4DBE77;
}
</style>
background-color css
<style>
a { background-color: #4DBE77; }
a { background-color: rgb(77,190,119); }
div.DivClassName
{
background-color: #4DBE77;
}
.BgClassName
{
background-color: #4DBE77;
}
</style>
border-color css
<style>
span { border-color: #4DBE77; }
span { border-color: rgb(77,190,119); }
td.TdClassName
{
border-color: #4DBE77;
}
.TagClassName
{
border-color: #4DBE77;
}
</style>