Shades of Emerald #4DBE7A
Tints of Emerald #4DBE7A
RGB
CMYK
RGB Variations
Color information
#4DBE7A (or 0x4DBE7A) is known color: Emerald. HEX triplet: 4D, BE and 7A. RGB value is (77,190,122). Sum of RGB (Red+Green+Blue) = 77+190+122=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE7A is #B24185. Grayscale: #949494. Windows color (decimal): -11682182 or 8044109. OLE color: 8044109.
HSL color Cylindrical-coordinate representation of color #4DBE7A: hue angle of 143.89º 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 #4DBE7A is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 122 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.25 |
| HSL | 143.89º | 0.47% | 0.52% | - |
| HSV(B) | 143.89º | 0.59% | 0.75% | - |
| XYZ | 24.99 | 39.81 | 24.78 | - |
| YUV | 148.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 122 | 0.59 | 0 | 0.36 | 0.25 | 143.89 | 0.47 | 0.52 |
| Hex | 4D | BE | 7A | 3B | 0 | 24 | 19 | 90 | 2F | 34 |
| Octal | 115 | 276 | 172 | 73 | 0 | 44 | 31 | 220 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1111010 | 111011 | 0 | 100100 | 11001 | 10010000 | 101111 | 110100 |
Color Harmonies of #4DBE7A
Complementary color
Monochromatic Colors of #4DBE7A
Black with #4DBE7A
Text Example
Text Example
White with #4DBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE7A; }
p { color: rgb(77,190,122); }
H1.HeaderClassName
{
color: #4DBE7A;
}
.AnyTagClassName
{
color: #4DBE7A;
}
</style>
background-color css
<style>
a { background-color: #4DBE7A; }
a { background-color: rgb(77,190,122); }
div.DivClassName
{
background-color: #4DBE7A;
}
.BgClassName
{
background-color: #4DBE7A;
}
</style>
border-color css
<style>
span { border-color: #4DBE7A; }
span { border-color: rgb(77,190,122); }
td.TdClassName
{
border-color: #4DBE7A;
}
.TagClassName
{
border-color: #4DBE7A;
}
</style>