Shades of Emerald #4DBE86
Tints of Emerald #4DBE86
RGB
CMYK
RGB Variations
Color information
#4DBE86 (or 0x4DBE86) is known color: Emerald. HEX triplet: 4D, BE and 86. RGB value is (77,190,134). Sum of RGB (Red+Green+Blue) = 77+190+134=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBE86 is #B24179. Grayscale: #959595. Windows color (decimal): -11682170 or 8830541. OLE color: 8830541.
HSL color Cylindrical-coordinate representation of color #4DBE86: hue angle of 150.27º 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 #4DBE86 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 134 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.25 |
| HSL | 150.27º | 0.47% | 0.52% | - |
| HSV(B) | 150.27º | 0.59% | 0.75% | - |
| XYZ | 25.78 | 40.13 | 28.94 | - |
| YUV | 149.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 134 | 0.59 | 0 | 0.29 | 0.25 | 150.27 | 0.47 | 0.52 |
| Hex | 4D | BE | 86 | 3B | 0 | 1D | 19 | 96 | 2F | 34 |
| Octal | 115 | 276 | 206 | 73 | 0 | 35 | 31 | 226 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10000110 | 111011 | 0 | 11101 | 11001 | 10010110 | 101111 | 110100 |
Color Harmonies of #4DBE86
Complementary color
Monochromatic Colors of #4DBE86
Black with #4DBE86
Text Example
Text Example
White with #4DBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE86; }
p { color: rgb(77,190,134); }
H1.HeaderClassName
{
color: #4DBE86;
}
.AnyTagClassName
{
color: #4DBE86;
}
</style>
background-color css
<style>
a { background-color: #4DBE86; }
a { background-color: rgb(77,190,134); }
div.DivClassName
{
background-color: #4DBE86;
}
.BgClassName
{
background-color: #4DBE86;
}
</style>
border-color css
<style>
span { border-color: #4DBE86; }
span { border-color: rgb(77,190,134); }
td.TdClassName
{
border-color: #4DBE86;
}
.TagClassName
{
border-color: #4DBE86;
}
</style>