Shades of Emerald #4EFA8C
Tints of Emerald #4EFA8C
RGB
CMYK
RGB Variations
Color information
#4EFA8C (or 0x4EFA8C) is known color: Emerald. HEX triplet: 4E, FA and 8C. RGB value is (78,250,140). Sum of RGB (Red+Green+Blue) = 78+250+140=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFA8C is #B10573. Grayscale: #BABABA. Windows color (decimal): -11601268 or 9239118. OLE color: 9239118.
HSL color Cylindrical-coordinate representation of color #4EFA8C: hue angle of 141.63º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFA8C is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 140 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.02 |
| HSL | 141.63º | 0.95% | 0.64% | - |
| HSV(B) | 141.63º | 0.69% | 0.98% | - |
| XYZ | 42.06 | 71.88 | 36.47 | - |
| YUV | 186.03 | 102.02 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 140 | 0.69 | 0 | 0.44 | 0.02 | 141.63 | 0.95 | 0.64 |
| Hex | 4E | FA | 8C | 45 | 0 | 2C | 2 | 8E | 5F | 40 |
| Octal | 116 | 372 | 214 | 105 | 0 | 54 | 2 | 216 | 137 | 100 |
| Binary | 1001110 | 11111010 | 10001100 | 1000101 | 0 | 101100 | 10 | 10001110 | 1011111 | 1000000 |
Color Harmonies of #4EFA8C
Complementary color
Monochromatic Colors of #4EFA8C
Black with #4EFA8C
Text Example
Text Example
White with #4EFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFA8C; }
p { color: rgb(78,250,140); }
H1.HeaderClassName
{
color: #4EFA8C;
}
.AnyTagClassName
{
color: #4EFA8C;
}
</style>
background-color css
<style>
a { background-color: #4EFA8C; }
a { background-color: rgb(78,250,140); }
div.DivClassName
{
background-color: #4EFA8C;
}
.BgClassName
{
background-color: #4EFA8C;
}
</style>
border-color css
<style>
span { border-color: #4EFA8C; }
span { border-color: rgb(78,250,140); }
td.TdClassName
{
border-color: #4EFA8C;
}
.TagClassName
{
border-color: #4EFA8C;
}
</style>