Shades of Emerald #4DBE72
Tints of Emerald #4DBE72
RGB
CMYK
RGB Variations
Color information
#4DBE72 (or 0x4DBE72) is known color: Emerald. HEX triplet: 4D, BE and 72. RGB value is (77,190,114). Sum of RGB (Red+Green+Blue) = 77+190+114=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE72 is #B2418D. Grayscale: #939393. Windows color (decimal): -11682190 or 7519821. OLE color: 7519821.
HSL color Cylindrical-coordinate representation of color #4DBE72: hue angle of 139.65º 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 #4DBE72 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 114 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.25 |
| HSL | 139.65º | 0.47% | 0.52% | - |
| HSV(B) | 139.65º | 0.59% | 0.75% | - |
| XYZ | 24.51 | 39.62 | 22.28 | - |
| YUV | 147.55 | 109.06 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 114 | 0.59 | 0 | 0.40 | 0.25 | 139.65 | 0.47 | 0.52 |
| Hex | 4D | BE | 72 | 3B | 0 | 28 | 19 | 8C | 2F | 34 |
| Octal | 115 | 276 | 162 | 73 | 0 | 50 | 31 | 214 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1110010 | 111011 | 0 | 101000 | 11001 | 10001100 | 101111 | 110100 |
Color Harmonies of #4DBE72
Complementary color
Monochromatic Colors of #4DBE72
Black with #4DBE72
Text Example
Text Example
White with #4DBE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE72; }
p { color: rgb(77,190,114); }
H1.HeaderClassName
{
color: #4DBE72;
}
.AnyTagClassName
{
color: #4DBE72;
}
</style>
background-color css
<style>
a { background-color: #4DBE72; }
a { background-color: rgb(77,190,114); }
div.DivClassName
{
background-color: #4DBE72;
}
.BgClassName
{
background-color: #4DBE72;
}
</style>
border-color css
<style>
span { border-color: #4DBE72; }
span { border-color: rgb(77,190,114); }
td.TdClassName
{
border-color: #4DBE72;
}
.TagClassName
{
border-color: #4DBE72;
}
</style>