Shades of Fruit Salad #50A15E
Tints of Fruit Salad #50A15E
RGB
CMYK
RGB Variations
Color information
#50A15E (or 0x50A15E) is known color: Fruit Salad. HEX triplet: 50, A1 and 5E. RGB value is (80,161,94). Sum of RGB (Red+Green+Blue) = 80+161+94=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #50A15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A15E is #AF5EA1. Grayscale: #818181. Windows color (decimal): -11493026 or 6201680. OLE color: 6201680.
HSL color Cylindrical-coordinate representation of color #50A15E: hue angle of 130.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A15E is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 94 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.37 |
| HSL | 130.37º | 0.34% | 0.47% | - |
| HSV(B) | 130.37º | 0.5% | 0.63% | - |
| XYZ | 18.07 | 28 | 15.04 | - |
| YUV | 129.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 94 | 0.50 | 0 | 0.42 | 0.37 | 130.37 | 0.34 | 0.47 |
| Hex | 50 | A1 | 5E | 32 | 0 | 2A | 25 | 82 | 22 | 2F |
| Octal | 120 | 241 | 136 | 62 | 0 | 52 | 45 | 202 | 42 | 57 |
| Binary | 1010000 | 10100001 | 1011110 | 110010 | 0 | 101010 | 100101 | 10000010 | 100010 | 101111 |
Color Harmonies of #50A15E
Complementary color
Monochromatic Colors of #50A15E
Black with #50A15E
Text Example
Text Example
White with #50A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A15E; }
p { color: rgb(80,161,94); }
H1.HeaderClassName
{
color: #50A15E;
}
.AnyTagClassName
{
color: #50A15E;
}
</style>
background-color css
<style>
a { background-color: #50A15E; }
a { background-color: rgb(80,161,94); }
div.DivClassName
{
background-color: #50A15E;
}
.BgClassName
{
background-color: #50A15E;
}
</style>
border-color css
<style>
span { border-color: #50A15E; }
span { border-color: rgb(80,161,94); }
td.TdClassName
{
border-color: #50A15E;
}
.TagClassName
{
border-color: #50A15E;
}
</style>