Shades of Emerald #4EC372
Tints of Emerald #4EC372
RGB
CMYK
RGB Variations
Color information
#4EC372 (or 0x4EC372) is known color: Emerald. HEX triplet: 4E, C3 and 72. RGB value is (78,195,114). Sum of RGB (Red+Green+Blue) = 78+195+114=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC372 is #B13C8D. Grayscale: #969696. Windows color (decimal): -11615374 or 7521102. OLE color: 7521102.
HSL color Cylindrical-coordinate representation of color #4EC372: hue angle of 138.46º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC372 is Cyan = 0.6, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 114 | - |
| CMYK | 0.6 | 0 | 0.42 | 0.24 |
| HSL | 138.46º | 0.49% | 0.54% | - |
| HSV(B) | 138.46º | 0.6% | 0.76% | - |
| XYZ | 25.69 | 41.86 | 22.65 | - |
| YUV | 150.78 | 107.24 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 114 | 0.6 | 0 | 0.42 | 0.24 | 138.46 | 0.49 | 0.54 |
| Hex | 4E | C3 | 72 | 3C | 0 | 2A | 18 | 8A | 31 | 36 |
| Octal | 116 | 303 | 162 | 74 | 0 | 52 | 30 | 212 | 61 | 66 |
| Binary | 1001110 | 11000011 | 1110010 | 111100 | 0 | 101010 | 11000 | 10001010 | 110001 | 110110 |
Color Harmonies of #4EC372
Complementary color
Monochromatic Colors of #4EC372
Black with #4EC372
Text Example
Text Example
White with #4EC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC372; }
p { color: rgb(78,195,114); }
H1.HeaderClassName
{
color: #4EC372;
}
.AnyTagClassName
{
color: #4EC372;
}
</style>
background-color css
<style>
a { background-color: #4EC372; }
a { background-color: rgb(78,195,114); }
div.DivClassName
{
background-color: #4EC372;
}
.BgClassName
{
background-color: #4EC372;
}
</style>
border-color css
<style>
span { border-color: #4EC372; }
span { border-color: rgb(78,195,114); }
td.TdClassName
{
border-color: #4EC372;
}
.TagClassName
{
border-color: #4EC372;
}
</style>