Shades of Emerald #4DBF86
Tints of Emerald #4DBF86
RGB
CMYK
RGB Variations
Color information
#4DBF86 (or 0x4DBF86) is known color: Emerald. HEX triplet: 4D, BF and 86. RGB value is (77,191,134). Sum of RGB (Red+Green+Blue) = 77+191+134=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBF86 is #B24079. Grayscale: #969696. Windows color (decimal): -11681914 or 8830797. OLE color: 8830797.
HSL color Cylindrical-coordinate representation of color #4DBF86: hue angle of 150º 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 #4DBF86 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 134 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.25 |
| HSL | 150º | 0.47% | 0.53% | - |
| HSV(B) | 150º | 0.6% | 0.75% | - |
| XYZ | 25.99 | 40.56 | 29.01 | - |
| YUV | 150.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 134 | 0.60 | 0 | 0.30 | 0.25 | 150 | 0.47 | 0.53 |
| Hex | 4D | BF | 86 | 3C | 0 | 1E | 19 | 96 | 2F | 35 |
| Octal | 115 | 277 | 206 | 74 | 0 | 36 | 31 | 226 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10000110 | 111100 | 0 | 11110 | 11001 | 10010110 | 101111 | 110101 |
Color Harmonies of #4DBF86
Complementary color
Monochromatic Colors of #4DBF86
Black with #4DBF86
Text Example
Text Example
White with #4DBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF86; }
p { color: rgb(77,191,134); }
H1.HeaderClassName
{
color: #4DBF86;
}
.AnyTagClassName
{
color: #4DBF86;
}
</style>
background-color css
<style>
a { background-color: #4DBF86; }
a { background-color: rgb(77,191,134); }
div.DivClassName
{
background-color: #4DBF86;
}
.BgClassName
{
background-color: #4DBF86;
}
</style>
border-color css
<style>
span { border-color: #4DBF86; }
span { border-color: rgb(77,191,134); }
td.TdClassName
{
border-color: #4DBF86;
}
.TagClassName
{
border-color: #4DBF86;
}
</style>