Shades of Fruit Salad #4EA04F
Tints of Fruit Salad #4EA04F
RGB
CMYK
RGB Variations
Color information
#4EA04F (or 0x4EA04F) is known color: Fruit Salad. HEX triplet: 4E, A0 and 4F. RGB value is (78,160,79). Sum of RGB (Red+Green+Blue) = 78+160+79=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA04F is #B15FB0. Grayscale: #7E7E7E. Windows color (decimal): -11624369 or 5218382. OLE color: 5218382.
HSL color Cylindrical-coordinate representation of color #4EA04F: hue angle of 120.73º 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 #4EA04F is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 79 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.37 |
| HSL | 120.73º | 0.34% | 0.47% | - |
| HSV(B) | 120.73º | 0.51% | 0.63% | - |
| XYZ | 17.12 | 27.33 | 11.77 | - |
| YUV | 126.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 79 | 0.51 | 0 | 0.51 | 0.37 | 120.73 | 0.34 | 0.47 |
| Hex | 4E | A0 | 4F | 33 | 0 | 33 | 25 | 79 | 22 | 2F |
| Octal | 116 | 240 | 117 | 63 | 0 | 63 | 45 | 171 | 42 | 57 |
| Binary | 1001110 | 10100000 | 1001111 | 110011 | 0 | 110011 | 100101 | 1111001 | 100010 | 101111 |
Color Harmonies of #4EA04F
Complementary color
Monochromatic Colors of #4EA04F
Black with #4EA04F
Text Example
Text Example
White with #4EA04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA04F; }
p { color: rgb(78,160,79); }
H1.HeaderClassName
{
color: #4EA04F;
}
.AnyTagClassName
{
color: #4EA04F;
}
</style>
background-color css
<style>
a { background-color: #4EA04F; }
a { background-color: rgb(78,160,79); }
div.DivClassName
{
background-color: #4EA04F;
}
.BgClassName
{
background-color: #4EA04F;
}
</style>
border-color css
<style>
span { border-color: #4EA04F; }
span { border-color: rgb(78,160,79); }
td.TdClassName
{
border-color: #4EA04F;
}
.TagClassName
{
border-color: #4EA04F;
}
</style>