Shades of Emerald #4EC68A
Tints of Emerald #4EC68A
RGB
CMYK
RGB Variations
Color information
#4EC68A (or 0x4EC68A) is known color: Emerald. HEX triplet: 4E, C6 and 8A. RGB value is (78,198,138). Sum of RGB (Red+Green+Blue) = 78+198+138=414 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.84% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC68A is #B13975. Grayscale: #9B9B9B. Windows color (decimal): -11614582 or 9094734. OLE color: 9094734.
HSL color Cylindrical-coordinate representation of color #4EC68A: hue angle of 150º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC68A is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 198 | 138 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.22 |
| HSL | 150º | 0.51% | 0.54% | - |
| HSV(B) | 150º | 0.61% | 0.78% | - |
| XYZ | 27.92 | 43.84 | 31.04 | - |
| YUV | 155.28 | 118.24 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 138 | 0.61 | 0 | 0.30 | 0.22 | 150 | 0.51 | 0.54 |
| Hex | 4E | C6 | 8A | 3D | 0 | 1E | 16 | 96 | 33 | 36 |
| Octal | 116 | 306 | 212 | 75 | 0 | 36 | 26 | 226 | 63 | 66 |
| Binary | 1001110 | 11000110 | 10001010 | 111101 | 0 | 11110 | 10110 | 10010110 | 110011 | 110110 |
Color Harmonies of #4EC68A
Complementary color
Monochromatic Colors of #4EC68A
Black with #4EC68A
Text Example
Text Example
White with #4EC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC68A; }
p { color: rgb(78,198,138); }
H1.HeaderClassName
{
color: #4EC68A;
}
.AnyTagClassName
{
color: #4EC68A;
}
</style>
background-color css
<style>
a { background-color: #4EC68A; }
a { background-color: rgb(78,198,138); }
div.DivClassName
{
background-color: #4EC68A;
}
.BgClassName
{
background-color: #4EC68A;
}
</style>
border-color css
<style>
span { border-color: #4EC68A; }
span { border-color: rgb(78,198,138); }
td.TdClassName
{
border-color: #4EC68A;
}
.TagClassName
{
border-color: #4EC68A;
}
</style>