Shades of Emerald #4DBE76
Tints of Emerald #4DBE76
RGB
CMYK
RGB Variations
Color information
#4DBE76 (or 0x4DBE76) is known color: Emerald. HEX triplet: 4D, BE and 76. RGB value is (77,190,118). Sum of RGB (Red+Green+Blue) = 77+190+118=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE76 is #B24189. Grayscale: #949494. Windows color (decimal): -11682186 or 7781965. OLE color: 7781965.
HSL color Cylindrical-coordinate representation of color #4DBE76: hue angle of 141.77º 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 #4DBE76 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 118 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.25 |
| HSL | 141.77º | 0.47% | 0.52% | - |
| HSV(B) | 141.77º | 0.59% | 0.75% | - |
| XYZ | 24.74 | 39.71 | 23.5 | - |
| YUV | 148.01 | 111.06 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 118 | 0.59 | 0 | 0.38 | 0.25 | 141.77 | 0.47 | 0.52 |
| Hex | 4D | BE | 76 | 3B | 0 | 26 | 19 | 8E | 2F | 34 |
| Octal | 115 | 276 | 166 | 73 | 0 | 46 | 31 | 216 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1110110 | 111011 | 0 | 100110 | 11001 | 10001110 | 101111 | 110100 |
Color Harmonies of #4DBE76
Complementary color
Monochromatic Colors of #4DBE76
Black with #4DBE76
Text Example
Text Example
White with #4DBE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE76; }
p { color: rgb(77,190,118); }
H1.HeaderClassName
{
color: #4DBE76;
}
.AnyTagClassName
{
color: #4DBE76;
}
</style>
background-color css
<style>
a { background-color: #4DBE76; }
a { background-color: rgb(77,190,118); }
div.DivClassName
{
background-color: #4DBE76;
}
.BgClassName
{
background-color: #4DBE76;
}
</style>
border-color css
<style>
span { border-color: #4DBE76; }
span { border-color: rgb(77,190,118); }
td.TdClassName
{
border-color: #4DBE76;
}
.TagClassName
{
border-color: #4DBE76;
}
</style>