Shades of Emerald #4EC98A
Tints of Emerald #4EC98A
RGB
CMYK
RGB Variations
Color information
#4EC98A (or 0x4EC98A) is known color: Emerald. HEX triplet: 4E, C9 and 8A. RGB value is (78,201,138). Sum of RGB (Red+Green+Blue) = 78+201+138=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC98A is #B13675. Grayscale: #9D9D9D. Windows color (decimal): -11613814 or 9095502. OLE color: 9095502.
HSL color Cylindrical-coordinate representation of color #4EC98A: hue angle of 149.27º 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 #4EC98A is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 138 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.21 |
| HSL | 149.27º | 0.53% | 0.55% | - |
| HSV(B) | 149.27º | 0.61% | 0.79% | - |
| XYZ | 28.62 | 45.23 | 31.27 | - |
| YUV | 157.04 | 117.25 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 138 | 0.61 | 0 | 0.31 | 0.21 | 149.27 | 0.53 | 0.55 |
| Hex | 4E | C9 | 8A | 3D | 0 | 1F | 15 | 95 | 35 | 37 |
| Octal | 116 | 311 | 212 | 75 | 0 | 37 | 25 | 225 | 65 | 67 |
| Binary | 1001110 | 11001001 | 10001010 | 111101 | 0 | 11111 | 10101 | 10010101 | 110101 | 110111 |
Color Harmonies of #4EC98A
Complementary color
Monochromatic Colors of #4EC98A
Black with #4EC98A
Text Example
Text Example
White with #4EC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC98A; }
p { color: rgb(78,201,138); }
H1.HeaderClassName
{
color: #4EC98A;
}
.AnyTagClassName
{
color: #4EC98A;
}
</style>
background-color css
<style>
a { background-color: #4EC98A; }
a { background-color: rgb(78,201,138); }
div.DivClassName
{
background-color: #4EC98A;
}
.BgClassName
{
background-color: #4EC98A;
}
</style>
border-color css
<style>
span { border-color: #4EC98A; }
span { border-color: rgb(78,201,138); }
td.TdClassName
{
border-color: #4EC98A;
}
.TagClassName
{
border-color: #4EC98A;
}
</style>