Shades of Emerald #4EC98C
Tints of Emerald #4EC98C
RGB
CMYK
RGB Variations
Color information
#4EC98C (or 0x4EC98C) is known color: Emerald. HEX triplet: 4E, C9 and 8C. RGB value is (78,201,140). Sum of RGB (Red+Green+Blue) = 78+201+140=419 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.62% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC98C is #B13673. Grayscale: #9D9D9D. Windows color (decimal): -11613812 or 9226574. OLE color: 9226574.
HSL color Cylindrical-coordinate representation of color #4EC98C: hue angle of 150.24º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC98C is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 140 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.21 |
| HSL | 150.24º | 0.53% | 0.55% | - |
| HSV(B) | 150.24º | 0.61% | 0.79% | - |
| XYZ | 28.76 | 45.29 | 32.04 | - |
| YUV | 157.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 140 | 0.61 | 0 | 0.30 | 0.21 | 150.24 | 0.53 | 0.55 |
| Hex | 4E | C9 | 8C | 3D | 0 | 1E | 15 | 96 | 35 | 37 |
| Octal | 116 | 311 | 214 | 75 | 0 | 36 | 25 | 226 | 65 | 67 |
| Binary | 1001110 | 11001001 | 10001100 | 111101 | 0 | 11110 | 10101 | 10010110 | 110101 | 110111 |
Color Harmonies of #4EC98C
Complementary color
Monochromatic Colors of #4EC98C
Black with #4EC98C
Text Example
Text Example
White with #4EC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC98C; }
p { color: rgb(78,201,140); }
H1.HeaderClassName
{
color: #4EC98C;
}
.AnyTagClassName
{
color: #4EC98C;
}
</style>
background-color css
<style>
a { background-color: #4EC98C; }
a { background-color: rgb(78,201,140); }
div.DivClassName
{
background-color: #4EC98C;
}
.BgClassName
{
background-color: #4EC98C;
}
</style>
border-color css
<style>
span { border-color: #4EC98C; }
span { border-color: rgb(78,201,140); }
td.TdClassName
{
border-color: #4EC98C;
}
.TagClassName
{
border-color: #4EC98C;
}
</style>