Shades of Fruit Salad #50A053
Tints of Fruit Salad #50A053
RGB
CMYK
RGB Variations
Color information
#50A053 (or 0x50A053) is known color: Fruit Salad. HEX triplet: 50, A0 and 53. RGB value is (80,160,83). Sum of RGB (Red+Green+Blue) = 80+160+83=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #50A053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A053 is #AF5FAC. Grayscale: #7F7F7F. Windows color (decimal): -11493293 or 5480528. OLE color: 5480528.
HSL color Cylindrical-coordinate representation of color #50A053: hue angle of 122.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A053 is Cyan = 0.5, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 83 | - |
| CMYK | 0.5 | 0 | 0.48 | 0.37 |
| HSL | 122.25º | 0.33% | 0.47% | - |
| HSV(B) | 122.25º | 0.5% | 0.63% | - |
| XYZ | 17.44 | 27.47 | 12.57 | - |
| YUV | 127.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 83 | 0.5 | 0 | 0.48 | 0.37 | 122.25 | 0.33 | 0.47 |
| Hex | 50 | A0 | 53 | 32 | 0 | 30 | 25 | 7A | 21 | 2F |
| Octal | 120 | 240 | 123 | 62 | 0 | 60 | 45 | 172 | 41 | 57 |
| Binary | 1010000 | 10100000 | 1010011 | 110010 | 0 | 110000 | 100101 | 1111010 | 100001 | 101111 |
Color Harmonies of #50A053
Complementary color
Monochromatic Colors of #50A053
Black with #50A053
Text Example
Text Example
White with #50A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A053; }
p { color: rgb(80,160,83); }
H1.HeaderClassName
{
color: #50A053;
}
.AnyTagClassName
{
color: #50A053;
}
</style>
background-color css
<style>
a { background-color: #50A053; }
a { background-color: rgb(80,160,83); }
div.DivClassName
{
background-color: #50A053;
}
.BgClassName
{
background-color: #50A053;
}
</style>
border-color css
<style>
span { border-color: #50A053; }
span { border-color: rgb(80,160,83); }
td.TdClassName
{
border-color: #50A053;
}
.TagClassName
{
border-color: #50A053;
}
</style>