Shades of Fruit Salad #50B857
Tints of Fruit Salad #50B857
RGB
CMYK
RGB Variations
Color information
#50B857 (or 0x50B857) is known color: Fruit Salad. HEX triplet: 50, B8 and 57. RGB value is (80,184,87). Sum of RGB (Red+Green+Blue) = 80+184+87=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #50B857 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B857 is #AF47A8. Grayscale: #8E8E8E. Windows color (decimal): -11487145 or 5748816. OLE color: 5748816.
HSL color Cylindrical-coordinate representation of color #50B857: hue angle of 124.04º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B857 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 87 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.28 |
| HSL | 124.04º | 0.42% | 0.52% | - |
| HSV(B) | 124.04º | 0.57% | 0.72% | - |
| XYZ | 22.17 | 36.67 | 14.93 | - |
| YUV | 141.85 | 97.04 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 87 | 0.57 | 0 | 0.53 | 0.28 | 124.04 | 0.42 | 0.52 |
| Hex | 50 | B8 | 57 | 39 | 0 | 35 | 1C | 7C | 2A | 34 |
| Octal | 120 | 270 | 127 | 71 | 0 | 65 | 34 | 174 | 52 | 64 |
| Binary | 1010000 | 10111000 | 1010111 | 111001 | 0 | 110101 | 11100 | 1111100 | 101010 | 110100 |
Color Harmonies of #50B857
Complementary color
Monochromatic Colors of #50B857
Black with #50B857
Text Example
Text Example
White with #50B857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B857; }
p { color: rgb(80,184,87); }
H1.HeaderClassName
{
color: #50B857;
}
.AnyTagClassName
{
color: #50B857;
}
</style>
background-color css
<style>
a { background-color: #50B857; }
a { background-color: rgb(80,184,87); }
div.DivClassName
{
background-color: #50B857;
}
.BgClassName
{
background-color: #50B857;
}
</style>
border-color css
<style>
span { border-color: #50B857; }
span { border-color: rgb(80,184,87); }
td.TdClassName
{
border-color: #50B857;
}
.TagClassName
{
border-color: #50B857;
}
</style>