Shades of Emerald #4EC274
Tints of Emerald #4EC274
RGB
CMYK
RGB Variations
Color information
#4EC274 (or 0x4EC274) is known color: Emerald. HEX triplet: 4E, C2 and 74. RGB value is (78,194,116). Sum of RGB (Red+Green+Blue) = 78+194+116=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC274 is #B13D8B. Grayscale: #969696. Windows color (decimal): -11615628 or 7651918. OLE color: 7651918.
HSL color Cylindrical-coordinate representation of color #4EC274: hue angle of 139.66º 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 #4EC274 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 194 | 116 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.24 |
| HSL | 139.66º | 0.49% | 0.53% | - |
| HSV(B) | 139.66º | 0.6% | 0.76% | - |
| XYZ | 25.59 | 41.46 | 23.18 | - |
| YUV | 150.42 | 108.57 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 116 | 0.60 | 0 | 0.40 | 0.24 | 139.66 | 0.49 | 0.53 |
| Hex | 4E | C2 | 74 | 3C | 0 | 28 | 18 | 8C | 31 | 35 |
| Octal | 116 | 302 | 164 | 74 | 0 | 50 | 30 | 214 | 61 | 65 |
| Binary | 1001110 | 11000010 | 1110100 | 111100 | 0 | 101000 | 11000 | 10001100 | 110001 | 110101 |
Color Harmonies of #4EC274
Complementary color
Monochromatic Colors of #4EC274
Black with #4EC274
Text Example
Text Example
White with #4EC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC274; }
p { color: rgb(78,194,116); }
H1.HeaderClassName
{
color: #4EC274;
}
.AnyTagClassName
{
color: #4EC274;
}
</style>
background-color css
<style>
a { background-color: #4EC274; }
a { background-color: rgb(78,194,116); }
div.DivClassName
{
background-color: #4EC274;
}
.BgClassName
{
background-color: #4EC274;
}
</style>
border-color css
<style>
span { border-color: #4EC274; }
span { border-color: rgb(78,194,116); }
td.TdClassName
{
border-color: #4EC274;
}
.TagClassName
{
border-color: #4EC274;
}
</style>