Shades of Emerald #4EC88A
Tints of Emerald #4EC88A
RGB
CMYK
RGB Variations
Color information
#4EC88A (or 0x4EC88A) is known color: Emerald. HEX triplet: 4E, C8 and 8A. RGB value is (78,200,138). Sum of RGB (Red+Green+Blue) = 78+200+138=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC88A is #B13775. Grayscale: #9C9C9C. Windows color (decimal): -11614070 or 9095246. OLE color: 9095246.
HSL color Cylindrical-coordinate representation of color #4EC88A: hue angle of 149.51º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC88A is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 138 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.22 |
| HSL | 149.51º | 0.53% | 0.55% | - |
| HSV(B) | 149.51º | 0.61% | 0.78% | - |
| XYZ | 28.38 | 44.76 | 31.19 | - |
| YUV | 156.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 138 | 0.61 | 0 | 0.31 | 0.22 | 149.51 | 0.53 | 0.55 |
| Hex | 4E | C8 | 8A | 3D | 0 | 1F | 16 | 96 | 35 | 37 |
| Octal | 116 | 310 | 212 | 75 | 0 | 37 | 26 | 226 | 65 | 67 |
| Binary | 1001110 | 11001000 | 10001010 | 111101 | 0 | 11111 | 10110 | 10010110 | 110101 | 110111 |
Color Harmonies of #4EC88A
Complementary color
Monochromatic Colors of #4EC88A
Black with #4EC88A
Text Example
Text Example
White with #4EC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC88A; }
p { color: rgb(78,200,138); }
H1.HeaderClassName
{
color: #4EC88A;
}
.AnyTagClassName
{
color: #4EC88A;
}
</style>
background-color css
<style>
a { background-color: #4EC88A; }
a { background-color: rgb(78,200,138); }
div.DivClassName
{
background-color: #4EC88A;
}
.BgClassName
{
background-color: #4EC88A;
}
</style>
border-color css
<style>
span { border-color: #4EC88A; }
span { border-color: rgb(78,200,138); }
td.TdClassName
{
border-color: #4EC88A;
}
.TagClassName
{
border-color: #4EC88A;
}
</style>