Shades of Emerald #4EE166
Tints of Emerald #4EE166
RGB
CMYK
RGB Variations
Color information
#4EE166 (or 0x4EE166) is known color: Emerald. HEX triplet: 4E, E1 and 66. RGB value is (78,225,102). Sum of RGB (Red+Green+Blue) = 78+225+102=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EE166 is #B11E99. Grayscale: #A7A7A7. Windows color (decimal): -11607706 or 6742350. OLE color: 6742350.
HSL color Cylindrical-coordinate representation of color #4EE166: hue angle of 129.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EE166 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 225 | 102 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.12 |
| HSL | 129.8º | 0.71% | 0.59% | - |
| HSV(B) | 129.8º | 0.65% | 0.88% | - |
| XYZ | 32.47 | 56.43 | 21.75 | - |
| YUV | 167.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 225 | 102 | 0.65 | 0 | 0.55 | 0.12 | 129.8 | 0.71 | 0.59 |
| Hex | 4E | E1 | 66 | 41 | 0 | 37 | C | 82 | 47 | 3B |
| Octal | 116 | 341 | 146 | 101 | 0 | 67 | 14 | 202 | 107 | 73 |
| Binary | 1001110 | 11100001 | 1100110 | 1000001 | 0 | 110111 | 1100 | 10000010 | 1000111 | 111011 |
Color Harmonies of #4EE166
Complementary color
Monochromatic Colors of #4EE166
Black with #4EE166
Text Example
Text Example
White with #4EE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE166; }
p { color: rgb(78,225,102); }
H1.HeaderClassName
{
color: #4EE166;
}
.AnyTagClassName
{
color: #4EE166;
}
</style>
background-color css
<style>
a { background-color: #4EE166; }
a { background-color: rgb(78,225,102); }
div.DivClassName
{
background-color: #4EE166;
}
.BgClassName
{
background-color: #4EE166;
}
</style>
border-color css
<style>
span { border-color: #4EE166; }
span { border-color: rgb(78,225,102); }
td.TdClassName
{
border-color: #4EE166;
}
.TagClassName
{
border-color: #4EE166;
}
</style>