Shades of Emerald #4DBE71
Tints of Emerald #4DBE71
RGB
CMYK
RGB Variations
Color information
#4DBE71 (or 0x4DBE71) is known color: Emerald. HEX triplet: 4D, BE and 71. RGB value is (77,190,113). Sum of RGB (Red+Green+Blue) = 77+190+113=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE71 is #B2418E. Grayscale: #939393. Windows color (decimal): -11682191 or 7454285. OLE color: 7454285.
HSL color Cylindrical-coordinate representation of color #4DBE71: hue angle of 139.12º 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 #4DBE71 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 113 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.25 |
| HSL | 139.12º | 0.47% | 0.52% | - |
| HSV(B) | 139.12º | 0.59% | 0.75% | - |
| XYZ | 24.45 | 39.6 | 21.98 | - |
| YUV | 147.44 | 108.56 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 113 | 0.59 | 0 | 0.41 | 0.25 | 139.12 | 0.47 | 0.52 |
| Hex | 4D | BE | 71 | 3B | 0 | 29 | 19 | 8B | 2F | 34 |
| Octal | 115 | 276 | 161 | 73 | 0 | 51 | 31 | 213 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1110001 | 111011 | 0 | 101001 | 11001 | 10001011 | 101111 | 110100 |
Color Harmonies of #4DBE71
Complementary color
Monochromatic Colors of #4DBE71
Black with #4DBE71
Text Example
Text Example
White with #4DBE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE71; }
p { color: rgb(77,190,113); }
H1.HeaderClassName
{
color: #4DBE71;
}
.AnyTagClassName
{
color: #4DBE71;
}
</style>
background-color css
<style>
a { background-color: #4DBE71; }
a { background-color: rgb(77,190,113); }
div.DivClassName
{
background-color: #4DBE71;
}
.BgClassName
{
background-color: #4DBE71;
}
</style>
border-color css
<style>
span { border-color: #4DBE71; }
span { border-color: rgb(77,190,113); }
td.TdClassName
{
border-color: #4DBE71;
}
.TagClassName
{
border-color: #4DBE71;
}
</style>