Shades of Fruit Salad #4EA355
Tints of Fruit Salad #4EA355
RGB
CMYK
RGB Variations
Color information
#4EA355 (or 0x4EA355) is known color: Fruit Salad. HEX triplet: 4E, A3 and 55. RGB value is (78,163,85). Sum of RGB (Red+Green+Blue) = 78+163+85=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA355 is #B15CAA. Grayscale: #808080. Windows color (decimal): -11623595 or 5612366. OLE color: 5612366.
HSL color Cylindrical-coordinate representation of color #4EA355: hue angle of 124.94º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA355 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 163 | 85 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.36 |
| HSL | 124.94º | 0.35% | 0.47% | - |
| HSV(B) | 124.94º | 0.52% | 0.64% | - |
| XYZ | 17.88 | 28.47 | 13.15 | - |
| YUV | 128.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 163 | 85 | 0.52 | 0 | 0.48 | 0.36 | 124.94 | 0.35 | 0.47 |
| Hex | 4E | A3 | 55 | 34 | 0 | 30 | 24 | 7D | 23 | 2F |
| Octal | 116 | 243 | 125 | 64 | 0 | 60 | 44 | 175 | 43 | 57 |
| Binary | 1001110 | 10100011 | 1010101 | 110100 | 0 | 110000 | 100100 | 1111101 | 100011 | 101111 |
Color Harmonies of #4EA355
Complementary color
Monochromatic Colors of #4EA355
Black with #4EA355
Text Example
Text Example
White with #4EA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA355; }
p { color: rgb(78,163,85); }
H1.HeaderClassName
{
color: #4EA355;
}
.AnyTagClassName
{
color: #4EA355;
}
</style>
background-color css
<style>
a { background-color: #4EA355; }
a { background-color: rgb(78,163,85); }
div.DivClassName
{
background-color: #4EA355;
}
.BgClassName
{
background-color: #4EA355;
}
</style>
border-color css
<style>
span { border-color: #4EA355; }
span { border-color: rgb(78,163,85); }
td.TdClassName
{
border-color: #4EA355;
}
.TagClassName
{
border-color: #4EA355;
}
</style>