Shades of Emerald #4EC968
Tints of Emerald #4EC968
RGB
CMYK
RGB Variations
Color information
#4EC968 (or 0x4EC968) is known color: Emerald. HEX triplet: 4E, C9 and 68. RGB value is (78,201,104). Sum of RGB (Red+Green+Blue) = 78+201+104=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC968 is #B13697. Grayscale: #999999. Windows color (decimal): -11613848 or 6867278. OLE color: 6867278.
HSL color Cylindrical-coordinate representation of color #4EC968: hue angle of 132.68º 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 #4EC968 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 104 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.21 |
| HSL | 132.68º | 0.53% | 0.55% | - |
| HSV(B) | 132.68º | 0.61% | 0.79% | - |
| XYZ | 26.53 | 44.39 | 20.27 | - |
| YUV | 153.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 104 | 0.61 | 0 | 0.48 | 0.21 | 132.68 | 0.53 | 0.55 |
| Hex | 4E | C9 | 68 | 3D | 0 | 30 | 15 | 85 | 35 | 37 |
| Octal | 116 | 311 | 150 | 75 | 0 | 60 | 25 | 205 | 65 | 67 |
| Binary | 1001110 | 11001001 | 1101000 | 111101 | 0 | 110000 | 10101 | 10000101 | 110101 | 110111 |
Color Harmonies of #4EC968
Complementary color
Monochromatic Colors of #4EC968
Black with #4EC968
Text Example
Text Example
White with #4EC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC968; }
p { color: rgb(78,201,104); }
H1.HeaderClassName
{
color: #4EC968;
}
.AnyTagClassName
{
color: #4EC968;
}
</style>
background-color css
<style>
a { background-color: #4EC968; }
a { background-color: rgb(78,201,104); }
div.DivClassName
{
background-color: #4EC968;
}
.BgClassName
{
background-color: #4EC968;
}
</style>
border-color css
<style>
span { border-color: #4EC968; }
span { border-color: rgb(78,201,104); }
td.TdClassName
{
border-color: #4EC968;
}
.TagClassName
{
border-color: #4EC968;
}
</style>