Shades of Fruit Salad #4EA150
Tints of Fruit Salad #4EA150
RGB
CMYK
RGB Variations
Color information
#4EA150 (or 0x4EA150) is known color: Fruit Salad. HEX triplet: 4E, A1 and 50. RGB value is (78,161,80). Sum of RGB (Red+Green+Blue) = 78+161+80=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA150 is #B15EAF. Grayscale: #7F7F7F. Windows color (decimal): -11624112 or 5284174. OLE color: 5284174.
HSL color Cylindrical-coordinate representation of color #4EA150: hue angle of 121.45º 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 #4EA150 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 80 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.37 |
| HSL | 121.45º | 0.35% | 0.47% | - |
| HSV(B) | 121.45º | 0.52% | 0.63% | - |
| XYZ | 17.33 | 27.69 | 12.02 | - |
| YUV | 126.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 80 | 0.52 | 0 | 0.50 | 0.37 | 121.45 | 0.35 | 0.47 |
| Hex | 4E | A1 | 50 | 34 | 0 | 32 | 25 | 79 | 23 | 2F |
| Octal | 116 | 241 | 120 | 64 | 0 | 62 | 45 | 171 | 43 | 57 |
| Binary | 1001110 | 10100001 | 1010000 | 110100 | 0 | 110010 | 100101 | 1111001 | 100011 | 101111 |
Color Harmonies of #4EA150
Complementary color
Monochromatic Colors of #4EA150
Black with #4EA150
Text Example
Text Example
White with #4EA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA150; }
p { color: rgb(78,161,80); }
H1.HeaderClassName
{
color: #4EA150;
}
.AnyTagClassName
{
color: #4EA150;
}
</style>
background-color css
<style>
a { background-color: #4EA150; }
a { background-color: rgb(78,161,80); }
div.DivClassName
{
background-color: #4EA150;
}
.BgClassName
{
background-color: #4EA150;
}
</style>
border-color css
<style>
span { border-color: #4EA150; }
span { border-color: rgb(78,161,80); }
td.TdClassName
{
border-color: #4EA150;
}
.TagClassName
{
border-color: #4EA150;
}
</style>