Shades of Emerald #4EBE86
Tints of Emerald #4EBE86
RGB
CMYK
RGB Variations
Color information
#4EBE86 (or 0x4EBE86) is known color: Emerald. HEX triplet: 4E, BE and 86. RGB value is (78,190,134). Sum of RGB (Red+Green+Blue) = 78+190+134=402 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.40% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBE86 is #B14179. Grayscale: #969696. Windows color (decimal): -11616634 or 8830542. OLE color: 8830542.
HSL color Cylindrical-coordinate representation of color #4EBE86: hue angle of 150º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBE86 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 190 | 134 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.25 |
| HSL | 150º | 0.46% | 0.53% | - |
| HSV(B) | 150º | 0.59% | 0.75% | - |
| XYZ | 25.86 | 40.17 | 28.94 | - |
| YUV | 150.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 134 | 0.59 | 0 | 0.29 | 0.25 | 150 | 0.46 | 0.53 |
| Hex | 4E | BE | 86 | 3B | 0 | 1D | 19 | 96 | 2E | 35 |
| Octal | 116 | 276 | 206 | 73 | 0 | 35 | 31 | 226 | 56 | 65 |
| Binary | 1001110 | 10111110 | 10000110 | 111011 | 0 | 11101 | 11001 | 10010110 | 101110 | 110101 |
Color Harmonies of #4EBE86
Complementary color
Monochromatic Colors of #4EBE86
Black with #4EBE86
Text Example
Text Example
White with #4EBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBE86; }
p { color: rgb(78,190,134); }
H1.HeaderClassName
{
color: #4EBE86;
}
.AnyTagClassName
{
color: #4EBE86;
}
</style>
background-color css
<style>
a { background-color: #4EBE86; }
a { background-color: rgb(78,190,134); }
div.DivClassName
{
background-color: #4EBE86;
}
.BgClassName
{
background-color: #4EBE86;
}
</style>
border-color css
<style>
span { border-color: #4EBE86; }
span { border-color: rgb(78,190,134); }
td.TdClassName
{
border-color: #4EBE86;
}
.TagClassName
{
border-color: #4EBE86;
}
</style>