Shades of Fruit Salad #4EA95E
Tints of Fruit Salad #4EA95E
RGB
CMYK
RGB Variations
Color information
#4EA95E (or 0x4EA95E) is known color: Fruit Salad. HEX triplet: 4E, A9 and 5E. RGB value is (78,169,94). Sum of RGB (Red+Green+Blue) = 78+169+94=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA95E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA95E is #B156A1. Grayscale: #858585. Windows color (decimal): -11622050 or 6203726. OLE color: 6203726.
HSL color Cylindrical-coordinate representation of color #4EA95E: hue angle of 130.55º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA95E is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 94 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.34 |
| HSL | 130.55º | 0.37% | 0.48% | - |
| HSV(B) | 130.55º | 0.54% | 0.66% | - |
| XYZ | 19.35 | 30.8 | 15.52 | - |
| YUV | 133.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 94 | 0.54 | 0 | 0.44 | 0.34 | 130.55 | 0.37 | 0.48 |
| Hex | 4E | A9 | 5E | 36 | 0 | 2C | 22 | 83 | 25 | 30 |
| Octal | 116 | 251 | 136 | 66 | 0 | 54 | 42 | 203 | 45 | 60 |
| Binary | 1001110 | 10101001 | 1011110 | 110110 | 0 | 101100 | 100010 | 10000011 | 100101 | 110000 |
Color Harmonies of #4EA95E
Complementary color
Monochromatic Colors of #4EA95E
Black with #4EA95E
Text Example
Text Example
White with #4EA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA95E; }
p { color: rgb(78,169,94); }
H1.HeaderClassName
{
color: #4EA95E;
}
.AnyTagClassName
{
color: #4EA95E;
}
</style>
background-color css
<style>
a { background-color: #4EA95E; }
a { background-color: rgb(78,169,94); }
div.DivClassName
{
background-color: #4EA95E;
}
.BgClassName
{
background-color: #4EA95E;
}
</style>
border-color css
<style>
span { border-color: #4EA95E; }
span { border-color: rgb(78,169,94); }
td.TdClassName
{
border-color: #4EA95E;
}
.TagClassName
{
border-color: #4EA95E;
}
</style>