Shades of Fruit Salad #50A040
Tints of Fruit Salad #50A040
RGB
CMYK
RGB Variations
Color information
#50A040 (or 0x50A040) is known color: Fruit Salad. HEX triplet: 50, A0 and 40. RGB value is (80,160,64). Sum of RGB (Red+Green+Blue) = 80+160+64=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #50A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A040 is #AF5FBF. Grayscale: #7D7D7D. Windows color (decimal): -11493312 or 4235344. OLE color: 4235344.
HSL color Cylindrical-coordinate representation of color #50A040: hue angle of 110º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A040 is Cyan = 0.5, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 64 | - |
| CMYK | 0.5 | 0 | 0.6 | 0.37 |
| HSL | 110º | 0.43% | 0.44% | - |
| HSV(B) | 110º | 0.6% | 0.63% | - |
| XYZ | 16.8 | 27.22 | 9.22 | - |
| YUV | 125.14 | 93.5 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 64 | 0.5 | 0 | 0.6 | 0.37 | 110 | 0.43 | 0.44 |
| Hex | 50 | A0 | 40 | 32 | 0 | 3C | 25 | 6E | 2B | 2C |
| Octal | 120 | 240 | 100 | 62 | 0 | 74 | 45 | 156 | 53 | 54 |
| Binary | 1010000 | 10100000 | 1000000 | 110010 | 0 | 111100 | 100101 | 1101110 | 101011 | 101100 |
Color Harmonies of #50A040
Complementary color
Monochromatic Colors of #50A040
Black with #50A040
Text Example
Text Example
White with #50A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A040; }
p { color: rgb(80,160,64); }
H1.HeaderClassName
{
color: #50A040;
}
.AnyTagClassName
{
color: #50A040;
}
</style>
background-color css
<style>
a { background-color: #50A040; }
a { background-color: rgb(80,160,64); }
div.DivClassName
{
background-color: #50A040;
}
.BgClassName
{
background-color: #50A040;
}
</style>
border-color css
<style>
span { border-color: #50A040; }
span { border-color: rgb(80,160,64); }
td.TdClassName
{
border-color: #50A040;
}
.TagClassName
{
border-color: #50A040;
}
</style>