Shades of Emerald #4EC068
Tints of Emerald #4EC068
RGB
CMYK
RGB Variations
Color information
#4EC068 (or 0x4EC068) is known color: Emerald. HEX triplet: 4E, C0 and 68. RGB value is (78,192,104). Sum of RGB (Red+Green+Blue) = 78+192+104=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC068 is #B13F97. Grayscale: #949494. Windows color (decimal): -11616152 or 6864974. OLE color: 6864974.
HSL color Cylindrical-coordinate representation of color #4EC068: hue angle of 133.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC068 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 104 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.25 |
| HSL | 133.68º | 0.48% | 0.53% | - |
| HSV(B) | 133.68º | 0.59% | 0.75% | - |
| XYZ | 24.49 | 40.32 | 19.59 | - |
| YUV | 147.88 | 103.23 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 104 | 0.59 | 0 | 0.46 | 0.25 | 133.68 | 0.48 | 0.53 |
| Hex | 4E | C0 | 68 | 3B | 0 | 2E | 19 | 86 | 30 | 35 |
| Octal | 116 | 300 | 150 | 73 | 0 | 56 | 31 | 206 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1101000 | 111011 | 0 | 101110 | 11001 | 10000110 | 110000 | 110101 |
Color Harmonies of #4EC068
Complementary color
Monochromatic Colors of #4EC068
Black with #4EC068
Text Example
Text Example
White with #4EC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC068; }
p { color: rgb(78,192,104); }
H1.HeaderClassName
{
color: #4EC068;
}
.AnyTagClassName
{
color: #4EC068;
}
</style>
background-color css
<style>
a { background-color: #4EC068; }
a { background-color: rgb(78,192,104); }
div.DivClassName
{
background-color: #4EC068;
}
.BgClassName
{
background-color: #4EC068;
}
</style>
border-color css
<style>
span { border-color: #4EC068; }
span { border-color: rgb(78,192,104); }
td.TdClassName
{
border-color: #4EC068;
}
.TagClassName
{
border-color: #4EC068;
}
</style>