Shades of Fruit Salad #4E9F50
Tints of Fruit Salad #4E9F50
RGB
CMYK
RGB Variations
Color information
#4E9F50 (or 0x4E9F50) is known color: Fruit Salad. HEX triplet: 4E, 9F and 50. RGB value is (78,159,80). Sum of RGB (Red+Green+Blue) = 78+159+80=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9F50 is #B160AF. Grayscale: #7E7E7E. Windows color (decimal): -11624624 or 5283662. OLE color: 5283662.
HSL color Cylindrical-coordinate representation of color #4E9F50: hue angle of 121.48º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F50 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 80 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.38 |
| HSL | 121.48º | 0.34% | 0.46% | - |
| HSV(B) | 121.48º | 0.51% | 0.62% | - |
| XYZ | 16.99 | 27 | 11.9 | - |
| YUV | 125.78 | 102.16 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 80 | 0.51 | 0 | 0.50 | 0.38 | 121.48 | 0.34 | 0.46 |
| Hex | 4E | 9F | 50 | 33 | 0 | 32 | 26 | 79 | 22 | 2E |
| Octal | 116 | 237 | 120 | 63 | 0 | 62 | 46 | 171 | 42 | 56 |
| Binary | 1001110 | 10011111 | 1010000 | 110011 | 0 | 110010 | 100110 | 1111001 | 100010 | 101110 |
Color Harmonies of #4E9F50
Complementary color
Monochromatic Colors of #4E9F50
Black with #4E9F50
Text Example
Text Example
White with #4E9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F50; }
p { color: rgb(78,159,80); }
H1.HeaderClassName
{
color: #4E9F50;
}
.AnyTagClassName
{
color: #4E9F50;
}
</style>
background-color css
<style>
a { background-color: #4E9F50; }
a { background-color: rgb(78,159,80); }
div.DivClassName
{
background-color: #4E9F50;
}
.BgClassName
{
background-color: #4E9F50;
}
</style>
border-color css
<style>
span { border-color: #4E9F50; }
span { border-color: rgb(78,159,80); }
td.TdClassName
{
border-color: #4E9F50;
}
.TagClassName
{
border-color: #4E9F50;
}
</style>