Shades of Fruit Salad #4EA858
Tints of Fruit Salad #4EA858
RGB
CMYK
RGB Variations
Color information
#4EA858 (or 0x4EA858) is known color: Fruit Salad. HEX triplet: 4E, A8 and 58. RGB value is (78,168,88). Sum of RGB (Red+Green+Blue) = 78+168+88=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA858 is #B157A7. Grayscale: #848484. Windows color (decimal): -11622312 or 5810254. OLE color: 5810254.
HSL color Cylindrical-coordinate representation of color #4EA858: hue angle of 126.67º 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 #4EA858 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 168 | 88 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.34 |
| HSL | 126.67º | 0.37% | 0.48% | - |
| HSV(B) | 126.67º | 0.54% | 0.66% | - |
| XYZ | 18.91 | 30.33 | 14.09 | - |
| YUV | 131.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 88 | 0.54 | 0 | 0.48 | 0.34 | 126.67 | 0.37 | 0.48 |
| Hex | 4E | A8 | 58 | 36 | 0 | 30 | 22 | 7F | 25 | 30 |
| Octal | 116 | 250 | 130 | 66 | 0 | 60 | 42 | 177 | 45 | 60 |
| Binary | 1001110 | 10101000 | 1011000 | 110110 | 0 | 110000 | 100010 | 1111111 | 100101 | 110000 |
Color Harmonies of #4EA858
Complementary color
Monochromatic Colors of #4EA858
Black with #4EA858
Text Example
Text Example
White with #4EA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA858; }
p { color: rgb(78,168,88); }
H1.HeaderClassName
{
color: #4EA858;
}
.AnyTagClassName
{
color: #4EA858;
}
</style>
background-color css
<style>
a { background-color: #4EA858; }
a { background-color: rgb(78,168,88); }
div.DivClassName
{
background-color: #4EA858;
}
.BgClassName
{
background-color: #4EA858;
}
</style>
border-color css
<style>
span { border-color: #4EA858; }
span { border-color: rgb(78,168,88); }
td.TdClassName
{
border-color: #4EA858;
}
.TagClassName
{
border-color: #4EA858;
}
</style>