Shades of Fruit Salad #4EA155
Tints of Fruit Salad #4EA155
RGB
CMYK
RGB Variations
Color information
#4EA155 (or 0x4EA155) is known color: Fruit Salad. HEX triplet: 4E, A1 and 55. RGB value is (78,161,85). Sum of RGB (Red+Green+Blue) = 78+161+85=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA155 is #B15EAA. Grayscale: #7F7F7F. Windows color (decimal): -11624107 or 5611854. OLE color: 5611854.
HSL color Cylindrical-coordinate representation of color #4EA155: hue angle of 125.06º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA155 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 85 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.37 |
| HSL | 125.06º | 0.35% | 0.47% | - |
| HSV(B) | 125.06º | 0.52% | 0.63% | - |
| XYZ | 17.53 | 27.77 | 13.03 | - |
| YUV | 127.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 85 | 0.52 | 0 | 0.47 | 0.37 | 125.06 | 0.35 | 0.47 |
| Hex | 4E | A1 | 55 | 34 | 0 | 2F | 25 | 7D | 23 | 2F |
| Octal | 116 | 241 | 125 | 64 | 0 | 57 | 45 | 175 | 43 | 57 |
| Binary | 1001110 | 10100001 | 1010101 | 110100 | 0 | 101111 | 100101 | 1111101 | 100011 | 101111 |
Color Harmonies of #4EA155
Complementary color
Monochromatic Colors of #4EA155
Black with #4EA155
Text Example
Text Example
White with #4EA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA155; }
p { color: rgb(78,161,85); }
H1.HeaderClassName
{
color: #4EA155;
}
.AnyTagClassName
{
color: #4EA155;
}
</style>
background-color css
<style>
a { background-color: #4EA155; }
a { background-color: rgb(78,161,85); }
div.DivClassName
{
background-color: #4EA155;
}
.BgClassName
{
background-color: #4EA155;
}
</style>
border-color css
<style>
span { border-color: #4EA155; }
span { border-color: rgb(78,161,85); }
td.TdClassName
{
border-color: #4EA155;
}
.TagClassName
{
border-color: #4EA155;
}
</style>