Shades of Fruit Salad #4EA85C
Tints of Fruit Salad #4EA85C
RGB
CMYK
RGB Variations
Color information
#4EA85C (or 0x4EA85C) is known color: Fruit Salad. HEX triplet: 4E, A8 and 5C. RGB value is (78,168,92). Sum of RGB (Red+Green+Blue) = 78+168+92=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA85C is #B157A3. Grayscale: #848484. Windows color (decimal): -11622308 or 6072398. OLE color: 6072398.
HSL color Cylindrical-coordinate representation of color #4EA85C: hue angle of 129.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA85C is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 168 | 92 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.34 |
| HSL | 129.33º | 0.37% | 0.48% | - |
| HSV(B) | 129.33º | 0.54% | 0.66% | - |
| XYZ | 19.08 | 30.4 | 14.99 | - |
| YUV | 132.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 92 | 0.54 | 0 | 0.45 | 0.34 | 129.33 | 0.37 | 0.48 |
| Hex | 4E | A8 | 5C | 36 | 0 | 2D | 22 | 81 | 25 | 30 |
| Octal | 116 | 250 | 134 | 66 | 0 | 55 | 42 | 201 | 45 | 60 |
| Binary | 1001110 | 10101000 | 1011100 | 110110 | 0 | 101101 | 100010 | 10000001 | 100101 | 110000 |
Color Harmonies of #4EA85C
Complementary color
Monochromatic Colors of #4EA85C
Black with #4EA85C
Text Example
Text Example
White with #4EA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA85C; }
p { color: rgb(78,168,92); }
H1.HeaderClassName
{
color: #4EA85C;
}
.AnyTagClassName
{
color: #4EA85C;
}
</style>
background-color css
<style>
a { background-color: #4EA85C; }
a { background-color: rgb(78,168,92); }
div.DivClassName
{
background-color: #4EA85C;
}
.BgClassName
{
background-color: #4EA85C;
}
</style>
border-color css
<style>
span { border-color: #4EA85C; }
span { border-color: rgb(78,168,92); }
td.TdClassName
{
border-color: #4EA85C;
}
.TagClassName
{
border-color: #4EA85C;
}
</style>