Shades of Fruit Salad #50B156
Tints of Fruit Salad #50B156
RGB
CMYK
RGB Variations
Color information
#50B156 (or 0x50B156) is known color: Fruit Salad. HEX triplet: 50, B1 and 56. RGB value is (80,177,86). Sum of RGB (Red+Green+Blue) = 80+177+86=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #50B156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B156 is #AF4EA9. Grayscale: #898989. Windows color (decimal): -11488938 or 5681488. OLE color: 5681488.
HSL color Cylindrical-coordinate representation of color #50B156: hue angle of 123.71º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B156 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 177 | 86 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.31 |
| HSL | 123.71º | 0.38% | 0.5% | - |
| HSV(B) | 123.71º | 0.55% | 0.69% | - |
| XYZ | 20.71 | 33.82 | 14.24 | - |
| YUV | 137.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 177 | 86 | 0.55 | 0 | 0.51 | 0.31 | 123.71 | 0.38 | 0.5 |
| Hex | 50 | B1 | 56 | 37 | 0 | 33 | 1F | 7C | 26 | 32 |
| Octal | 120 | 261 | 126 | 67 | 0 | 63 | 37 | 174 | 46 | 62 |
| Binary | 1010000 | 10110001 | 1010110 | 110111 | 0 | 110011 | 11111 | 1111100 | 100110 | 110010 |
Color Harmonies of #50B156
Complementary color
Monochromatic Colors of #50B156
Black with #50B156
Text Example
Text Example
White with #50B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B156; }
p { color: rgb(80,177,86); }
H1.HeaderClassName
{
color: #50B156;
}
.AnyTagClassName
{
color: #50B156;
}
</style>
background-color css
<style>
a { background-color: #50B156; }
a { background-color: rgb(80,177,86); }
div.DivClassName
{
background-color: #50B156;
}
.BgClassName
{
background-color: #50B156;
}
</style>
border-color css
<style>
span { border-color: #50B156; }
span { border-color: rgb(80,177,86); }
td.TdClassName
{
border-color: #50B156;
}
.TagClassName
{
border-color: #50B156;
}
</style>