Shades of Fruit Salad #4EA048
Tints of Fruit Salad #4EA048
RGB
CMYK
RGB Variations
Color information
#4EA048 (or 0x4EA048) is known color: Fruit Salad. HEX triplet: 4E, A0 and 48. RGB value is (78,160,72). Sum of RGB (Red+Green+Blue) = 78+160+72=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA048 is #B15FB7. Grayscale: #7D7D7D. Windows color (decimal): -11624376 or 4759630. OLE color: 4759630.
HSL color Cylindrical-coordinate representation of color #4EA048: hue angle of 115.91º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EA048 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 72 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.37 |
| HSL | 115.91º | 0.38% | 0.45% | - |
| HSV(B) | 115.91º | 0.55% | 0.63% | - |
| XYZ | 16.88 | 27.23 | 10.5 | - |
| YUV | 125.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 72 | 0.51 | 0 | 0.55 | 0.37 | 115.91 | 0.38 | 0.45 |
| Hex | 4E | A0 | 48 | 33 | 0 | 37 | 25 | 74 | 26 | 2D |
| Octal | 116 | 240 | 110 | 63 | 0 | 67 | 45 | 164 | 46 | 55 |
| Binary | 1001110 | 10100000 | 1001000 | 110011 | 0 | 110111 | 100101 | 1110100 | 100110 | 101101 |
Color Harmonies of #4EA048
Complementary color
Monochromatic Colors of #4EA048
Black with #4EA048
Text Example
Text Example
White with #4EA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA048; }
p { color: rgb(78,160,72); }
H1.HeaderClassName
{
color: #4EA048;
}
.AnyTagClassName
{
color: #4EA048;
}
</style>
background-color css
<style>
a { background-color: #4EA048; }
a { background-color: rgb(78,160,72); }
div.DivClassName
{
background-color: #4EA048;
}
.BgClassName
{
background-color: #4EA048;
}
</style>
border-color css
<style>
span { border-color: #4EA048; }
span { border-color: rgb(78,160,72); }
td.TdClassName
{
border-color: #4EA048;
}
.TagClassName
{
border-color: #4EA048;
}
</style>