Shades of Fruit Salad #4EA044
Tints of Fruit Salad #4EA044
RGB
CMYK
RGB Variations
Color information
#4EA044 (or 0x4EA044) is known color: Fruit Salad. HEX triplet: 4E, A0 and 44. RGB value is (78,160,68). Sum of RGB (Red+Green+Blue) = 78+160+68=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA044 is #B15FBB. Grayscale: #7D7D7D. Windows color (decimal): -11624380 or 4497486. OLE color: 4497486.
HSL color Cylindrical-coordinate representation of color #4EA044: hue angle of 113.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EA044 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 68 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.37 |
| HSL | 113.48º | 0.4% | 0.45% | - |
| HSV(B) | 113.48º | 0.58% | 0.63% | - |
| XYZ | 16.76 | 27.18 | 9.83 | - |
| YUV | 124.99 | 95.83 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 68 | 0.51 | 0 | 0.57 | 0.37 | 113.48 | 0.4 | 0.45 |
| Hex | 4E | A0 | 44 | 33 | 0 | 39 | 25 | 71 | 28 | 2D |
| Octal | 116 | 240 | 104 | 63 | 0 | 71 | 45 | 161 | 50 | 55 |
| Binary | 1001110 | 10100000 | 1000100 | 110011 | 0 | 111001 | 100101 | 1110001 | 101000 | 101101 |
Color Harmonies of #4EA044
Complementary color
Monochromatic Colors of #4EA044
Black with #4EA044
Text Example
Text Example
White with #4EA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA044; }
p { color: rgb(78,160,68); }
H1.HeaderClassName
{
color: #4EA044;
}
.AnyTagClassName
{
color: #4EA044;
}
</style>
background-color css
<style>
a { background-color: #4EA044; }
a { background-color: rgb(78,160,68); }
div.DivClassName
{
background-color: #4EA044;
}
.BgClassName
{
background-color: #4EA044;
}
</style>
border-color css
<style>
span { border-color: #4EA044; }
span { border-color: rgb(78,160,68); }
td.TdClassName
{
border-color: #4EA044;
}
.TagClassName
{
border-color: #4EA044;
}
</style>