Shades of Fruit Salad #50C056
Tints of Fruit Salad #50C056
RGB
CMYK
RGB Variations
Color information
#50C056 (or 0x50C056) is known color: Fruit Salad. HEX triplet: 50, C0 and 56. RGB value is (80,192,86). Sum of RGB (Red+Green+Blue) = 80+192+86=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #50C056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C056 is #AF3FA9. Grayscale: #929292. Windows color (decimal): -11485098 or 5685328. OLE color: 5685328.
HSL color Cylindrical-coordinate representation of color #50C056: hue angle of 123.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C056 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 86 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.25 |
| HSL | 123.21º | 0.47% | 0.53% | - |
| HSV(B) | 123.21º | 0.58% | 0.75% | - |
| XYZ | 23.84 | 40.08 | 15.28 | - |
| YUV | 146.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 86 | 0.58 | 0 | 0.55 | 0.25 | 123.21 | 0.47 | 0.53 |
| Hex | 50 | C0 | 56 | 3A | 0 | 37 | 19 | 7B | 2F | 35 |
| Octal | 120 | 300 | 126 | 72 | 0 | 67 | 31 | 173 | 57 | 65 |
| Binary | 1010000 | 11000000 | 1010110 | 111010 | 0 | 110111 | 11001 | 1111011 | 101111 | 110101 |
Color Harmonies of #50C056
Complementary color
Monochromatic Colors of #50C056
Black with #50C056
Text Example
Text Example
White with #50C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C056; }
p { color: rgb(80,192,86); }
H1.HeaderClassName
{
color: #50C056;
}
.AnyTagClassName
{
color: #50C056;
}
</style>
background-color css
<style>
a { background-color: #50C056; }
a { background-color: rgb(80,192,86); }
div.DivClassName
{
background-color: #50C056;
}
.BgClassName
{
background-color: #50C056;
}
</style>
border-color css
<style>
span { border-color: #50C056; }
span { border-color: rgb(80,192,86); }
td.TdClassName
{
border-color: #50C056;
}
.TagClassName
{
border-color: #50C056;
}
</style>