Shades of Emerald #4EB96B
Tints of Emerald #4EB96B
RGB
CMYK
RGB Variations
Color information
#4EB96B (or 0x4EB96B) is known color: Emerald. HEX triplet: 4E, B9 and 6B. RGB value is (78,185,107). Sum of RGB (Red+Green+Blue) = 78+185+107=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #4EB96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB96B is #B14694. Grayscale: #909090. Windows color (decimal): -11617941 or 7059790. OLE color: 7059790.
HSL color Cylindrical-coordinate representation of color #4EB96B: hue angle of 136.26º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB96B is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 185 | 107 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.27 |
| HSL | 136.26º | 0.43% | 0.52% | - |
| HSV(B) | 136.26º | 0.58% | 0.73% | - |
| XYZ | 23.14 | 37.38 | 19.9 | - |
| YUV | 144.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 185 | 107 | 0.58 | 0 | 0.42 | 0.27 | 136.26 | 0.43 | 0.52 |
| Hex | 4E | B9 | 6B | 3A | 0 | 2A | 1B | 88 | 2B | 34 |
| Octal | 116 | 271 | 153 | 72 | 0 | 52 | 33 | 210 | 53 | 64 |
| Binary | 1001110 | 10111001 | 1101011 | 111010 | 0 | 101010 | 11011 | 10001000 | 101011 | 110100 |
Color Harmonies of #4EB96B
Complementary color
Monochromatic Colors of #4EB96B
Black with #4EB96B
Text Example
Text Example
White with #4EB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB96B; }
p { color: rgb(78,185,107); }
H1.HeaderClassName
{
color: #4EB96B;
}
.AnyTagClassName
{
color: #4EB96B;
}
</style>
background-color css
<style>
a { background-color: #4EB96B; }
a { background-color: rgb(78,185,107); }
div.DivClassName
{
background-color: #4EB96B;
}
.BgClassName
{
background-color: #4EB96B;
}
</style>
border-color css
<style>
span { border-color: #4EB96B; }
span { border-color: rgb(78,185,107); }
td.TdClassName
{
border-color: #4EB96B;
}
.TagClassName
{
border-color: #4EB96B;
}
</style>