Shades of Fruit Salad #50A960
Tints of Fruit Salad #50A960
RGB
CMYK
RGB Variations
Color information
#50A960 (or 0x50A960) is known color: Fruit Salad. HEX triplet: 50, A9 and 60. RGB value is (80,169,96). Sum of RGB (Red+Green+Blue) = 80+169+96=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #50A960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A960 is #AF569F. Grayscale: #868686. Windows color (decimal): -11490976 or 6334800. OLE color: 6334800.
HSL color Cylindrical-coordinate representation of color #50A960: hue angle of 130.79º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A960 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 96 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.34 |
| HSL | 130.79º | 0.36% | 0.49% | - |
| HSV(B) | 130.79º | 0.53% | 0.66% | - |
| XYZ | 19.61 | 30.93 | 16 | - |
| YUV | 134.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 96 | 0.53 | 0 | 0.43 | 0.34 | 130.79 | 0.36 | 0.49 |
| Hex | 50 | A9 | 60 | 35 | 0 | 2B | 22 | 83 | 24 | 31 |
| Octal | 120 | 251 | 140 | 65 | 0 | 53 | 42 | 203 | 44 | 61 |
| Binary | 1010000 | 10101001 | 1100000 | 110101 | 0 | 101011 | 100010 | 10000011 | 100100 | 110001 |
Color Harmonies of #50A960
Complementary color
Monochromatic Colors of #50A960
Black with #50A960
Text Example
Text Example
White with #50A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A960; }
p { color: rgb(80,169,96); }
H1.HeaderClassName
{
color: #50A960;
}
.AnyTagClassName
{
color: #50A960;
}
</style>
background-color css
<style>
a { background-color: #50A960; }
a { background-color: rgb(80,169,96); }
div.DivClassName
{
background-color: #50A960;
}
.BgClassName
{
background-color: #50A960;
}
</style>
border-color css
<style>
span { border-color: #50A960; }
span { border-color: rgb(80,169,96); }
td.TdClassName
{
border-color: #50A960;
}
.TagClassName
{
border-color: #50A960;
}
</style>