Shades of Emerald #4EC275
Tints of Emerald #4EC275
RGB
CMYK
RGB Variations
Color information
#4EC275 (or 0x4EC275) is known color: Emerald. HEX triplet: 4E, C2 and 75. RGB value is (78,194,117). Sum of RGB (Red+Green+Blue) = 78+194+117=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC275 is #B13D8A. Grayscale: #969696. Windows color (decimal): -11615627 or 7717454. OLE color: 7717454.
HSL color Cylindrical-coordinate representation of color #4EC275: hue angle of 140.17º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC275 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 194 | 117 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.24 |
| HSL | 140.17º | 0.49% | 0.53% | - |
| HSV(B) | 140.17º | 0.6% | 0.76% | - |
| XYZ | 25.64 | 41.49 | 23.49 | - |
| YUV | 150.54 | 109.07 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 117 | 0.60 | 0 | 0.40 | 0.24 | 140.17 | 0.49 | 0.53 |
| Hex | 4E | C2 | 75 | 3C | 0 | 28 | 18 | 8C | 31 | 35 |
| Octal | 116 | 302 | 165 | 74 | 0 | 50 | 30 | 214 | 61 | 65 |
| Binary | 1001110 | 11000010 | 1110101 | 111100 | 0 | 101000 | 11000 | 10001100 | 110001 | 110101 |
Color Harmonies of #4EC275
Complementary color
Monochromatic Colors of #4EC275
Black with #4EC275
Text Example
Text Example
White with #4EC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC275; }
p { color: rgb(78,194,117); }
H1.HeaderClassName
{
color: #4EC275;
}
.AnyTagClassName
{
color: #4EC275;
}
</style>
background-color css
<style>
a { background-color: #4EC275; }
a { background-color: rgb(78,194,117); }
div.DivClassName
{
background-color: #4EC275;
}
.BgClassName
{
background-color: #4EC275;
}
</style>
border-color css
<style>
span { border-color: #4EC275; }
span { border-color: rgb(78,194,117); }
td.TdClassName
{
border-color: #4EC275;
}
.TagClassName
{
border-color: #4EC275;
}
</style>