Shades of Emerald #4ED08C
Tints of Emerald #4ED08C
RGB
CMYK
RGB Variations
Color information
#4ED08C (or 0x4ED08C) is known color: Emerald. HEX triplet: 4E, D0 and 8C. RGB value is (78,208,140). Sum of RGB (Red+Green+Blue) = 78+208+140=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED08C is #B12F73. Grayscale: #A1A1A1. Windows color (decimal): -11612020 or 9228366. OLE color: 9228366.
HSL color Cylindrical-coordinate representation of color #4ED08C: hue angle of 148.62º 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 #4ED08C is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 140 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.18 |
| HSL | 148.62º | 0.58% | 0.56% | - |
| HSV(B) | 148.62º | 0.63% | 0.82% | - |
| XYZ | 30.43 | 48.62 | 32.59 | - |
| YUV | 161.38 | 115.93 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 140 | 0.62 | 0 | 0.33 | 0.18 | 148.62 | 0.58 | 0.56 |
| Hex | 4E | D0 | 8C | 3E | 0 | 21 | 12 | 95 | 3A | 38 |
| Octal | 116 | 320 | 214 | 76 | 0 | 41 | 22 | 225 | 72 | 70 |
| Binary | 1001110 | 11010000 | 10001100 | 111110 | 0 | 100001 | 10010 | 10010101 | 111010 | 111000 |
Color Harmonies of #4ED08C
Complementary color
Monochromatic Colors of #4ED08C
Black with #4ED08C
Text Example
Text Example
White with #4ED08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED08C; }
p { color: rgb(78,208,140); }
H1.HeaderClassName
{
color: #4ED08C;
}
.AnyTagClassName
{
color: #4ED08C;
}
</style>
background-color css
<style>
a { background-color: #4ED08C; }
a { background-color: rgb(78,208,140); }
div.DivClassName
{
background-color: #4ED08C;
}
.BgClassName
{
background-color: #4ED08C;
}
</style>
border-color css
<style>
span { border-color: #4ED08C; }
span { border-color: rgb(78,208,140); }
td.TdClassName
{
border-color: #4ED08C;
}
.TagClassName
{
border-color: #4ED08C;
}
</style>