Shades of Fruit Salad #4EA053
Tints of Fruit Salad #4EA053
RGB
CMYK
RGB Variations
Color information
#4EA053 (or 0x4EA053) is known color: Fruit Salad. HEX triplet: 4E, A0 and 53. RGB value is (78,160,83). Sum of RGB (Red+Green+Blue) = 78+160+83=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA053 is #B15FAC. Grayscale: #7E7E7E. Windows color (decimal): -11624365 or 5480526. OLE color: 5480526.
HSL color Cylindrical-coordinate representation of color #4EA053: hue angle of 123.66º 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 #4EA053 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 83 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.37 |
| HSL | 123.66º | 0.34% | 0.47% | - |
| HSV(B) | 123.66º | 0.51% | 0.63% | - |
| XYZ | 17.27 | 27.39 | 12.56 | - |
| YUV | 126.7 | 103.33 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 83 | 0.51 | 0 | 0.48 | 0.37 | 123.66 | 0.34 | 0.47 |
| Hex | 4E | A0 | 53 | 33 | 0 | 30 | 25 | 7C | 22 | 2F |
| Octal | 116 | 240 | 123 | 63 | 0 | 60 | 45 | 174 | 42 | 57 |
| Binary | 1001110 | 10100000 | 1010011 | 110011 | 0 | 110000 | 100101 | 1111100 | 100010 | 101111 |
Color Harmonies of #4EA053
Complementary color
Monochromatic Colors of #4EA053
Black with #4EA053
Text Example
Text Example
White with #4EA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA053; }
p { color: rgb(78,160,83); }
H1.HeaderClassName
{
color: #4EA053;
}
.AnyTagClassName
{
color: #4EA053;
}
</style>
background-color css
<style>
a { background-color: #4EA053; }
a { background-color: rgb(78,160,83); }
div.DivClassName
{
background-color: #4EA053;
}
.BgClassName
{
background-color: #4EA053;
}
</style>
border-color css
<style>
span { border-color: #4EA053; }
span { border-color: rgb(78,160,83); }
td.TdClassName
{
border-color: #4EA053;
}
.TagClassName
{
border-color: #4EA053;
}
</style>