Shades of Emerald #4EC661
Tints of Emerald #4EC661
RGB
CMYK
RGB Variations
Color information
#4EC661 (or 0x4EC661) is known color: Emerald. HEX triplet: 4E, C6 and 61. RGB value is (78,198,97). Sum of RGB (Red+Green+Blue) = 78+198+97=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC661 is #B1399E. Grayscale: #969696. Windows color (decimal): -11614623 or 6407758. OLE color: 6407758.
HSL color Cylindrical-coordinate representation of color #4EC661: hue angle of 129.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC661 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 198 | 97 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.22 |
| HSL | 129.5º | 0.51% | 0.54% | - |
| HSV(B) | 129.5º | 0.61% | 0.78% | - |
| XYZ | 25.49 | 42.87 | 18.24 | - |
| YUV | 150.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 97 | 0.61 | 0 | 0.51 | 0.22 | 129.5 | 0.51 | 0.54 |
| Hex | 4E | C6 | 61 | 3D | 0 | 33 | 16 | 82 | 33 | 36 |
| Octal | 116 | 306 | 141 | 75 | 0 | 63 | 26 | 202 | 63 | 66 |
| Binary | 1001110 | 11000110 | 1100001 | 111101 | 0 | 110011 | 10110 | 10000010 | 110011 | 110110 |
Color Harmonies of #4EC661
Complementary color
Monochromatic Colors of #4EC661
Black with #4EC661
Text Example
Text Example
White with #4EC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC661; }
p { color: rgb(78,198,97); }
H1.HeaderClassName
{
color: #4EC661;
}
.AnyTagClassName
{
color: #4EC661;
}
</style>
background-color css
<style>
a { background-color: #4EC661; }
a { background-color: rgb(78,198,97); }
div.DivClassName
{
background-color: #4EC661;
}
.BgClassName
{
background-color: #4EC661;
}
</style>
border-color css
<style>
span { border-color: #4EC661; }
span { border-color: rgb(78,198,97); }
td.TdClassName
{
border-color: #4EC661;
}
.TagClassName
{
border-color: #4EC661;
}
</style>