Shades of Emerald #4EE770
Tints of Emerald #4EE770
RGB
CMYK
RGB Variations
Color information
#4EE770 (or 0x4EE770) is known color: Emerald. HEX triplet: 4E, E7 and 70. RGB value is (78,231,112). Sum of RGB (Red+Green+Blue) = 78+231+112=421 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.53% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #4EE770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4EE770 is #B1188F. Grayscale: #ACACAC. Windows color (decimal): -11606160 or 7399246. OLE color: 7399246.
HSL color Cylindrical-coordinate representation of color #4EE770: hue angle of 133.33º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE770 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 231 | 112 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.09 |
| HSL | 133.33º | 0.76% | 0.61% | - |
| HSV(B) | 133.33º | 0.66% | 0.91% | - |
| XYZ | 34.64 | 59.94 | 25.07 | - |
| YUV | 171.69 | 94.31 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 231 | 112 | 0.66 | 0 | 0.52 | 0.09 | 133.33 | 0.76 | 0.61 |
| Hex | 4E | E7 | 70 | 42 | 0 | 34 | 9 | 85 | 4C | 3D |
| Octal | 116 | 347 | 160 | 102 | 0 | 64 | 11 | 205 | 114 | 75 |
| Binary | 1001110 | 11100111 | 1110000 | 1000010 | 0 | 110100 | 1001 | 10000101 | 1001100 | 111101 |
Color Harmonies of #4EE770
Complementary color
Monochromatic Colors of #4EE770
Black with #4EE770
Text Example
Text Example
White with #4EE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE770; }
p { color: rgb(78,231,112); }
H1.HeaderClassName
{
color: #4EE770;
}
.AnyTagClassName
{
color: #4EE770;
}
</style>
background-color css
<style>
a { background-color: #4EE770; }
a { background-color: rgb(78,231,112); }
div.DivClassName
{
background-color: #4EE770;
}
.BgClassName
{
background-color: #4EE770;
}
</style>
border-color css
<style>
span { border-color: #4EE770; }
span { border-color: rgb(78,231,112); }
td.TdClassName
{
border-color: #4EE770;
}
.TagClassName
{
border-color: #4EE770;
}
</style>