Shades of Emerald #4EC164
Tints of Emerald #4EC164
RGB
CMYK
RGB Variations
Color information
#4EC164 (or 0x4EC164) is known color: Emerald. HEX triplet: 4E, C1 and 64. RGB value is (78,193,100). Sum of RGB (Red+Green+Blue) = 78+193+100=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC164 is #B13E9B. Grayscale: #949494. Windows color (decimal): -11615900 or 6603086. OLE color: 6603086.
HSL color Cylindrical-coordinate representation of color #4EC164: hue angle of 131.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC164 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 100 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.24 |
| HSL | 131.48º | 0.48% | 0.53% | - |
| HSV(B) | 131.48º | 0.6% | 0.76% | - |
| XYZ | 24.51 | 40.68 | 18.62 | - |
| YUV | 148.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 100 | 0.60 | 0 | 0.48 | 0.24 | 131.48 | 0.48 | 0.53 |
| Hex | 4E | C1 | 64 | 3C | 0 | 30 | 18 | 83 | 30 | 35 |
| Octal | 116 | 301 | 144 | 74 | 0 | 60 | 30 | 203 | 60 | 65 |
| Binary | 1001110 | 11000001 | 1100100 | 111100 | 0 | 110000 | 11000 | 10000011 | 110000 | 110101 |
Color Harmonies of #4EC164
Complementary color
Monochromatic Colors of #4EC164
Black with #4EC164
Text Example
Text Example
White with #4EC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC164; }
p { color: rgb(78,193,100); }
H1.HeaderClassName
{
color: #4EC164;
}
.AnyTagClassName
{
color: #4EC164;
}
</style>
background-color css
<style>
a { background-color: #4EC164; }
a { background-color: rgb(78,193,100); }
div.DivClassName
{
background-color: #4EC164;
}
.BgClassName
{
background-color: #4EC164;
}
</style>
border-color css
<style>
span { border-color: #4EC164; }
span { border-color: rgb(78,193,100); }
td.TdClassName
{
border-color: #4EC164;
}
.TagClassName
{
border-color: #4EC164;
}
</style>