Shades of Emerald #4EFA8B
Tints of Emerald #4EFA8B
RGB
CMYK
RGB Variations
Color information
#4EFA8B (or 0x4EFA8B) is known color: Emerald. HEX triplet: 4E, FA and 8B. RGB value is (78,250,139). Sum of RGB (Red+Green+Blue) = 78+250+139=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFA8B is #B10574. Grayscale: #BABABA. Windows color (decimal): -11601269 or 9173582. OLE color: 9173582.
HSL color Cylindrical-coordinate representation of color #4EFA8B: hue angle of 141.28º 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 #4EFA8B is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 139 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.02 |
| HSL | 141.28º | 0.95% | 0.64% | - |
| HSV(B) | 141.28º | 0.69% | 0.98% | - |
| XYZ | 41.99 | 71.86 | 36.08 | - |
| YUV | 185.92 | 101.52 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 139 | 0.69 | 0 | 0.44 | 0.02 | 141.28 | 0.95 | 0.64 |
| Hex | 4E | FA | 8B | 45 | 0 | 2C | 2 | 8D | 5F | 40 |
| Octal | 116 | 372 | 213 | 105 | 0 | 54 | 2 | 215 | 137 | 100 |
| Binary | 1001110 | 11111010 | 10001011 | 1000101 | 0 | 101100 | 10 | 10001101 | 1011111 | 1000000 |
Color Harmonies of #4EFA8B
Complementary color
Monochromatic Colors of #4EFA8B
Black with #4EFA8B
Text Example
Text Example
White with #4EFA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFA8B; }
p { color: rgb(78,250,139); }
H1.HeaderClassName
{
color: #4EFA8B;
}
.AnyTagClassName
{
color: #4EFA8B;
}
</style>
background-color css
<style>
a { background-color: #4EFA8B; }
a { background-color: rgb(78,250,139); }
div.DivClassName
{
background-color: #4EFA8B;
}
.BgClassName
{
background-color: #4EFA8B;
}
</style>
border-color css
<style>
span { border-color: #4EFA8B; }
span { border-color: rgb(78,250,139); }
td.TdClassName
{
border-color: #4EFA8B;
}
.TagClassName
{
border-color: #4EFA8B;
}
</style>