Shades of Fruit Salad #50A13F
Tints of Fruit Salad #50A13F
RGB
CMYK
RGB Variations
Color information
#50A13F (or 0x50A13F) is known color: Fruit Salad. HEX triplet: 50, A1 and 3F. RGB value is (80,161,63). Sum of RGB (Red+Green+Blue) = 80+161+63=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #50A13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A13F is #AF5EC0. Grayscale: #7D7D7D. Windows color (decimal): -11493057 or 4170064. OLE color: 4170064.
HSL color Cylindrical-coordinate representation of color #50A13F: hue angle of 109.59º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A13F is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 63 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.37 |
| HSL | 109.59º | 0.44% | 0.44% | - |
| HSV(B) | 109.59º | 0.61% | 0.63% | - |
| XYZ | 16.95 | 27.55 | 9.13 | - |
| YUV | 125.61 | 92.66 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 63 | 0.50 | 0 | 0.61 | 0.37 | 109.59 | 0.44 | 0.44 |
| Hex | 50 | A1 | 3F | 32 | 0 | 3D | 25 | 6E | 2C | 2C |
| Octal | 120 | 241 | 77 | 62 | 0 | 75 | 45 | 156 | 54 | 54 |
| Binary | 1010000 | 10100001 | 111111 | 110010 | 0 | 111101 | 100101 | 1101110 | 101100 | 101100 |
Color Harmonies of #50A13F
Complementary color
Monochromatic Colors of #50A13F
Black with #50A13F
Text Example
Text Example
White with #50A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A13F; }
p { color: rgb(80,161,63); }
H1.HeaderClassName
{
color: #50A13F;
}
.AnyTagClassName
{
color: #50A13F;
}
</style>
background-color css
<style>
a { background-color: #50A13F; }
a { background-color: rgb(80,161,63); }
div.DivClassName
{
background-color: #50A13F;
}
.BgClassName
{
background-color: #50A13F;
}
</style>
border-color css
<style>
span { border-color: #50A13F; }
span { border-color: rgb(80,161,63); }
td.TdClassName
{
border-color: #50A13F;
}
.TagClassName
{
border-color: #50A13F;
}
</style>