Shades of Fruit Salad #50BC55
Tints of Fruit Salad #50BC55
RGB
CMYK
RGB Variations
Color information
#50BC55 (or 0x50BC55) is known color: Fruit Salad. HEX triplet: 50, BC and 55. RGB value is (80,188,85). Sum of RGB (Red+Green+Blue) = 80+188+85=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC55 is #AF43AA. Grayscale: #909090. Windows color (decimal): -11486123 or 5618768. OLE color: 5618768.
HSL color Cylindrical-coordinate representation of color #50BC55: hue angle of 122.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC55 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 85 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.26 |
| HSL | 122.78º | 0.45% | 0.53% | - |
| HSV(B) | 122.78º | 0.57% | 0.74% | - |
| XYZ | 22.93 | 38.33 | 14.78 | - |
| YUV | 143.97 | 94.72 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 85 | 0.57 | 0 | 0.55 | 0.26 | 122.78 | 0.45 | 0.53 |
| Hex | 50 | BC | 55 | 39 | 0 | 37 | 1A | 7B | 2D | 35 |
| Octal | 120 | 274 | 125 | 71 | 0 | 67 | 32 | 173 | 55 | 65 |
| Binary | 1010000 | 10111100 | 1010101 | 111001 | 0 | 110111 | 11010 | 1111011 | 101101 | 110101 |
Color Harmonies of #50BC55
Complementary color
Monochromatic Colors of #50BC55
Black with #50BC55
Text Example
Text Example
White with #50BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC55; }
p { color: rgb(80,188,85); }
H1.HeaderClassName
{
color: #50BC55;
}
.AnyTagClassName
{
color: #50BC55;
}
</style>
background-color css
<style>
a { background-color: #50BC55; }
a { background-color: rgb(80,188,85); }
div.DivClassName
{
background-color: #50BC55;
}
.BgClassName
{
background-color: #50BC55;
}
</style>
border-color css
<style>
span { border-color: #50BC55; }
span { border-color: rgb(80,188,85); }
td.TdClassName
{
border-color: #50BC55;
}
.TagClassName
{
border-color: #50BC55;
}
</style>