Shades of Emerald #4DE166
Tints of Emerald #4DE166
RGB
CMYK
RGB Variations
Color information
#4DE166 (or 0x4DE166) is known color: Emerald. HEX triplet: 4D, E1 and 66. RGB value is (77,225,102). Sum of RGB (Red+Green+Blue) = 77+225+102=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DE166 is #B21E99. Grayscale: #A7A7A7. Windows color (decimal): -11673242 or 6742349. OLE color: 6742349.
HSL color Cylindrical-coordinate representation of color #4DE166: hue angle of 130.14º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE166 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 225 | 102 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.12 |
| HSL | 130.14º | 0.71% | 0.59% | - |
| HSV(B) | 130.14º | 0.66% | 0.88% | - |
| XYZ | 32.38 | 56.39 | 21.75 | - |
| YUV | 166.73 | 91.47 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 102 | 0.66 | 0 | 0.55 | 0.12 | 130.14 | 0.71 | 0.59 |
| Hex | 4D | E1 | 66 | 42 | 0 | 37 | C | 82 | 47 | 3B |
| Octal | 115 | 341 | 146 | 102 | 0 | 67 | 14 | 202 | 107 | 73 |
| Binary | 1001101 | 11100001 | 1100110 | 1000010 | 0 | 110111 | 1100 | 10000010 | 1000111 | 111011 |
Color Harmonies of #4DE166
Complementary color
Monochromatic Colors of #4DE166
Black with #4DE166
Text Example
Text Example
White with #4DE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE166; }
p { color: rgb(77,225,102); }
H1.HeaderClassName
{
color: #4DE166;
}
.AnyTagClassName
{
color: #4DE166;
}
</style>
background-color css
<style>
a { background-color: #4DE166; }
a { background-color: rgb(77,225,102); }
div.DivClassName
{
background-color: #4DE166;
}
.BgClassName
{
background-color: #4DE166;
}
</style>
border-color css
<style>
span { border-color: #4DE166; }
span { border-color: rgb(77,225,102); }
td.TdClassName
{
border-color: #4DE166;
}
.TagClassName
{
border-color: #4DE166;
}
</style>