Shades of Emerald #4EDA68
Tints of Emerald #4EDA68
RGB
CMYK
RGB Variations
Color information
#4EDA68 (or 0x4EDA68) is known color: Emerald. HEX triplet: 4E, DA and 68. RGB value is (78,218,104). Sum of RGB (Red+Green+Blue) = 78+218+104=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDA68 is #B12597. Grayscale: #A3A3A3. Windows color (decimal): -11609496 or 6871630. OLE color: 6871630.
HSL color Cylindrical-coordinate representation of color #4EDA68: hue angle of 131.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDA68 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 104 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.15 |
| HSL | 131.14º | 0.65% | 0.58% | - |
| HSV(B) | 131.14º | 0.64% | 0.85% | - |
| XYZ | 30.71 | 52.76 | 21.66 | - |
| YUV | 163.14 | 94.62 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 104 | 0.64 | 0 | 0.52 | 0.15 | 131.14 | 0.65 | 0.58 |
| Hex | 4E | DA | 68 | 40 | 0 | 34 | F | 83 | 41 | 3A |
| Octal | 116 | 332 | 150 | 100 | 0 | 64 | 17 | 203 | 101 | 72 |
| Binary | 1001110 | 11011010 | 1101000 | 1000000 | 0 | 110100 | 1111 | 10000011 | 1000001 | 111010 |
Color Harmonies of #4EDA68
Complementary color
Monochromatic Colors of #4EDA68
Black with #4EDA68
Text Example
Text Example
White with #4EDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDA68; }
p { color: rgb(78,218,104); }
H1.HeaderClassName
{
color: #4EDA68;
}
.AnyTagClassName
{
color: #4EDA68;
}
</style>
background-color css
<style>
a { background-color: #4EDA68; }
a { background-color: rgb(78,218,104); }
div.DivClassName
{
background-color: #4EDA68;
}
.BgClassName
{
background-color: #4EDA68;
}
</style>
border-color css
<style>
span { border-color: #4EDA68; }
span { border-color: rgb(78,218,104); }
td.TdClassName
{
border-color: #4EDA68;
}
.TagClassName
{
border-color: #4EDA68;
}
</style>