Shades of Emerald #4DBF76
Tints of Emerald #4DBF76
RGB
CMYK
RGB Variations
Color information
#4DBF76 (or 0x4DBF76) is known color: Emerald. HEX triplet: 4D, BF and 76. RGB value is (77,191,118). Sum of RGB (Red+Green+Blue) = 77+191+118=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF76 is #B24089. Grayscale: #949494. Windows color (decimal): -11681930 or 7782221. OLE color: 7782221.
HSL color Cylindrical-coordinate representation of color #4DBF76: hue angle of 141.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF76 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 118 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.25 |
| HSL | 141.58º | 0.47% | 0.53% | - |
| HSV(B) | 141.58º | 0.6% | 0.75% | - |
| XYZ | 24.96 | 40.15 | 23.57 | - |
| YUV | 148.59 | 110.73 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 118 | 0.60 | 0 | 0.38 | 0.25 | 141.58 | 0.47 | 0.53 |
| Hex | 4D | BF | 76 | 3C | 0 | 26 | 19 | 8E | 2F | 35 |
| Octal | 115 | 277 | 166 | 74 | 0 | 46 | 31 | 216 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1110110 | 111100 | 0 | 100110 | 11001 | 10001110 | 101111 | 110101 |
Color Harmonies of #4DBF76
Complementary color
Monochromatic Colors of #4DBF76
Black with #4DBF76
Text Example
Text Example
White with #4DBF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF76; }
p { color: rgb(77,191,118); }
H1.HeaderClassName
{
color: #4DBF76;
}
.AnyTagClassName
{
color: #4DBF76;
}
</style>
background-color css
<style>
a { background-color: #4DBF76; }
a { background-color: rgb(77,191,118); }
div.DivClassName
{
background-color: #4DBF76;
}
.BgClassName
{
background-color: #4DBF76;
}
</style>
border-color css
<style>
span { border-color: #4DBF76; }
span { border-color: rgb(77,191,118); }
td.TdClassName
{
border-color: #4DBF76;
}
.TagClassName
{
border-color: #4DBF76;
}
</style>