Shades of Fruit Salad #50A956
Tints of Fruit Salad #50A956
RGB
CMYK
RGB Variations
Color information
#50A956 (or 0x50A956) is known color: Fruit Salad. HEX triplet: 50, A9 and 56. RGB value is (80,169,86). Sum of RGB (Red+Green+Blue) = 80+169+86=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #50A956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A956 is #AF56A9. Grayscale: #858585. Windows color (decimal): -11490986 or 5679440. OLE color: 5679440.
HSL color Cylindrical-coordinate representation of color #50A956: hue angle of 124.04º 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 #50A956 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 86 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.34 |
| HSL | 124.04º | 0.36% | 0.49% | - |
| HSV(B) | 124.04º | 0.53% | 0.66% | - |
| XYZ | 19.18 | 30.75 | 13.73 | - |
| YUV | 132.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 86 | 0.53 | 0 | 0.49 | 0.34 | 124.04 | 0.36 | 0.49 |
| Hex | 50 | A9 | 56 | 35 | 0 | 31 | 22 | 7C | 24 | 31 |
| Octal | 120 | 251 | 126 | 65 | 0 | 61 | 42 | 174 | 44 | 61 |
| Binary | 1010000 | 10101001 | 1010110 | 110101 | 0 | 110001 | 100010 | 1111100 | 100100 | 110001 |
Color Harmonies of #50A956
Complementary color
Monochromatic Colors of #50A956
Black with #50A956
Text Example
Text Example
White with #50A956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A956; }
p { color: rgb(80,169,86); }
H1.HeaderClassName
{
color: #50A956;
}
.AnyTagClassName
{
color: #50A956;
}
</style>
background-color css
<style>
a { background-color: #50A956; }
a { background-color: rgb(80,169,86); }
div.DivClassName
{
background-color: #50A956;
}
.BgClassName
{
background-color: #50A956;
}
</style>
border-color css
<style>
span { border-color: #50A956; }
span { border-color: rgb(80,169,86); }
td.TdClassName
{
border-color: #50A956;
}
.TagClassName
{
border-color: #50A956;
}
</style>