Shades of Emerald #4EB96C
Tints of Emerald #4EB96C
RGB
CMYK
RGB Variations
Color information
#4EB96C (or 0x4EB96C) is known color: Emerald. HEX triplet: 4E, B9 and 6C. RGB value is (78,185,108). Sum of RGB (Red+Green+Blue) = 78+185+108=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #4EB96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB96C is #B14693. Grayscale: #909090. Windows color (decimal): -11617940 or 7125326. OLE color: 7125326.
HSL color Cylindrical-coordinate representation of color #4EB96C: hue angle of 136.82º 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 #4EB96C is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 185 | 108 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.27 |
| HSL | 136.82º | 0.43% | 0.52% | - |
| HSV(B) | 136.82º | 0.58% | 0.73% | - |
| XYZ | 23.2 | 37.4 | 20.18 | - |
| YUV | 144.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 185 | 108 | 0.58 | 0 | 0.42 | 0.27 | 136.82 | 0.43 | 0.52 |
| Hex | 4E | B9 | 6C | 3A | 0 | 2A | 1B | 89 | 2B | 34 |
| Octal | 116 | 271 | 154 | 72 | 0 | 52 | 33 | 211 | 53 | 64 |
| Binary | 1001110 | 10111001 | 1101100 | 111010 | 0 | 101010 | 11011 | 10001001 | 101011 | 110100 |
Color Harmonies of #4EB96C
Complementary color
Monochromatic Colors of #4EB96C
Black with #4EB96C
Text Example
Text Example
White with #4EB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB96C; }
p { color: rgb(78,185,108); }
H1.HeaderClassName
{
color: #4EB96C;
}
.AnyTagClassName
{
color: #4EB96C;
}
</style>
background-color css
<style>
a { background-color: #4EB96C; }
a { background-color: rgb(78,185,108); }
div.DivClassName
{
background-color: #4EB96C;
}
.BgClassName
{
background-color: #4EB96C;
}
</style>
border-color css
<style>
span { border-color: #4EB96C; }
span { border-color: rgb(78,185,108); }
td.TdClassName
{
border-color: #4EB96C;
}
.TagClassName
{
border-color: #4EB96C;
}
</style>