Shades of Emerald #4EE48C
Tints of Emerald #4EE48C
RGB
CMYK
RGB Variations
Color information
#4EE48C (or 0x4EE48C) is known color: Emerald. HEX triplet: 4E, E4 and 8C. RGB value is (78,228,140). Sum of RGB (Red+Green+Blue) = 78+228+140=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EE48C is #B11B73. Grayscale: #ADADAD. Windows color (decimal): -11606900 or 9233486. OLE color: 9233486.
HSL color Cylindrical-coordinate representation of color #4EE48C: hue angle of 144.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE48C is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 140 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.11 |
| HSL | 144.8º | 0.74% | 0.6% | - |
| HSV(B) | 144.8º | 0.66% | 0.89% | - |
| XYZ | 35.62 | 59 | 34.32 | - |
| YUV | 173.12 | 109.31 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 140 | 0.66 | 0 | 0.39 | 0.11 | 144.8 | 0.74 | 0.6 |
| Hex | 4E | E4 | 8C | 42 | 0 | 27 | B | 91 | 4A | 3C |
| Octal | 116 | 344 | 214 | 102 | 0 | 47 | 13 | 221 | 112 | 74 |
| Binary | 1001110 | 11100100 | 10001100 | 1000010 | 0 | 100111 | 1011 | 10010001 | 1001010 | 111100 |
Color Harmonies of #4EE48C
Complementary color
Monochromatic Colors of #4EE48C
Black with #4EE48C
Text Example
Text Example
White with #4EE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE48C; }
p { color: rgb(78,228,140); }
H1.HeaderClassName
{
color: #4EE48C;
}
.AnyTagClassName
{
color: #4EE48C;
}
</style>
background-color css
<style>
a { background-color: #4EE48C; }
a { background-color: rgb(78,228,140); }
div.DivClassName
{
background-color: #4EE48C;
}
.BgClassName
{
background-color: #4EE48C;
}
</style>
border-color css
<style>
span { border-color: #4EE48C; }
span { border-color: rgb(78,228,140); }
td.TdClassName
{
border-color: #4EE48C;
}
.TagClassName
{
border-color: #4EE48C;
}
</style>