Shades of Fruit Salad #50A148
Tints of Fruit Salad #50A148
RGB
CMYK
RGB Variations
Color information
#50A148 (or 0x50A148) is known color: Fruit Salad. HEX triplet: 50, A1 and 48. RGB value is (80,161,72). Sum of RGB (Red+Green+Blue) = 80+161+72=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #50A148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A148 is #AF5EB7. Grayscale: #7E7E7E. Windows color (decimal): -11493048 or 4759888. OLE color: 4759888.
HSL color Cylindrical-coordinate representation of color #50A148: hue angle of 114.61º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50A148 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 72 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.37 |
| HSL | 114.61º | 0.38% | 0.46% | - |
| HSV(B) | 114.61º | 0.55% | 0.63% | - |
| XYZ | 17.22 | 27.66 | 10.56 | - |
| YUV | 126.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 72 | 0.50 | 0 | 0.55 | 0.37 | 114.61 | 0.38 | 0.46 |
| Hex | 50 | A1 | 48 | 32 | 0 | 37 | 25 | 73 | 26 | 2E |
| Octal | 120 | 241 | 110 | 62 | 0 | 67 | 45 | 163 | 46 | 56 |
| Binary | 1010000 | 10100001 | 1001000 | 110010 | 0 | 110111 | 100101 | 1110011 | 100110 | 101110 |
Color Harmonies of #50A148
Complementary color
Monochromatic Colors of #50A148
Black with #50A148
Text Example
Text Example
White with #50A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A148; }
p { color: rgb(80,161,72); }
H1.HeaderClassName
{
color: #50A148;
}
.AnyTagClassName
{
color: #50A148;
}
</style>
background-color css
<style>
a { background-color: #50A148; }
a { background-color: rgb(80,161,72); }
div.DivClassName
{
background-color: #50A148;
}
.BgClassName
{
background-color: #50A148;
}
</style>
border-color css
<style>
span { border-color: #50A148; }
span { border-color: rgb(80,161,72); }
td.TdClassName
{
border-color: #50A148;
}
.TagClassName
{
border-color: #50A148;
}
</style>