Shades of Fruit Salad #4EA059
Tints of Fruit Salad #4EA059
RGB
CMYK
RGB Variations
Color information
#4EA059 (or 0x4EA059) is known color: Fruit Salad. HEX triplet: 4E, A0 and 59. RGB value is (78,160,89). Sum of RGB (Red+Green+Blue) = 78+160+89=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA059 is #B15FA6. Grayscale: #7F7F7F. Windows color (decimal): -11624359 or 5873742. OLE color: 5873742.
HSL color Cylindrical-coordinate representation of color #4EA059: hue angle of 128.05º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA059 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 89 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.37 |
| HSL | 128.05º | 0.34% | 0.47% | - |
| HSV(B) | 128.05º | 0.51% | 0.63% | - |
| XYZ | 17.52 | 27.48 | 13.83 | - |
| YUV | 127.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 89 | 0.51 | 0 | 0.44 | 0.37 | 128.05 | 0.34 | 0.47 |
| Hex | 4E | A0 | 59 | 33 | 0 | 2C | 25 | 80 | 22 | 2F |
| Octal | 116 | 240 | 131 | 63 | 0 | 54 | 45 | 200 | 42 | 57 |
| Binary | 1001110 | 10100000 | 1011001 | 110011 | 0 | 101100 | 100101 | 10000000 | 100010 | 101111 |
Color Harmonies of #4EA059
Complementary color
Monochromatic Colors of #4EA059
Black with #4EA059
Text Example
Text Example
White with #4EA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA059; }
p { color: rgb(78,160,89); }
H1.HeaderClassName
{
color: #4EA059;
}
.AnyTagClassName
{
color: #4EA059;
}
</style>
background-color css
<style>
a { background-color: #4EA059; }
a { background-color: rgb(78,160,89); }
div.DivClassName
{
background-color: #4EA059;
}
.BgClassName
{
background-color: #4EA059;
}
</style>
border-color css
<style>
span { border-color: #4EA059; }
span { border-color: rgb(78,160,89); }
td.TdClassName
{
border-color: #4EA059;
}
.TagClassName
{
border-color: #4EA059;
}
</style>