Shades of Emerald #4ED068
Tints of Emerald #4ED068
RGB
CMYK
RGB Variations
Color information
#4ED068 (or 0x4ED068) is known color: Emerald. HEX triplet: 4E, D0 and 68. RGB value is (78,208,104). Sum of RGB (Red+Green+Blue) = 78+208+104=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED068 is #B12F97. Grayscale: #9D9D9D. Windows color (decimal): -11612056 or 6869070. OLE color: 6869070.
HSL color Cylindrical-coordinate representation of color #4ED068: hue angle of 132º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED068 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 104 | - |
| CMYK | 0.62 | 0 | 0.5 | 0.18 |
| HSL | 132º | 0.58% | 0.56% | - |
| HSV(B) | 132º | 0.63% | 0.82% | - |
| XYZ | 28.2 | 47.73 | 20.82 | - |
| YUV | 157.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 104 | 0.62 | 0 | 0.5 | 0.18 | 132 | 0.58 | 0.56 |
| Hex | 4E | D0 | 68 | 3E | 0 | 32 | 12 | 84 | 3A | 38 |
| Octal | 116 | 320 | 150 | 76 | 0 | 62 | 22 | 204 | 72 | 70 |
| Binary | 1001110 | 11010000 | 1101000 | 111110 | 0 | 110010 | 10010 | 10000100 | 111010 | 111000 |
Color Harmonies of #4ED068
Complementary color
Monochromatic Colors of #4ED068
Black with #4ED068
Text Example
Text Example
White with #4ED068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED068; }
p { color: rgb(78,208,104); }
H1.HeaderClassName
{
color: #4ED068;
}
.AnyTagClassName
{
color: #4ED068;
}
</style>
background-color css
<style>
a { background-color: #4ED068; }
a { background-color: rgb(78,208,104); }
div.DivClassName
{
background-color: #4ED068;
}
.BgClassName
{
background-color: #4ED068;
}
</style>
border-color css
<style>
span { border-color: #4ED068; }
span { border-color: rgb(78,208,104); }
td.TdClassName
{
border-color: #4ED068;
}
.TagClassName
{
border-color: #4ED068;
}
</style>