Shades of Fruit Salad #50B747
Tints of Fruit Salad #50B747
RGB
CMYK
RGB Variations
Color information
#50B747 (or 0x50B747) is known color: Fruit Salad. HEX triplet: 50, B7 and 47. RGB value is (80,183,71). Sum of RGB (Red+Green+Blue) = 80+183+71=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #50B747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B747 is #AF48B8. Grayscale: #8B8B8B. Windows color (decimal): -11487417 or 4699984. OLE color: 4699984.
HSL color Cylindrical-coordinate representation of color #50B747: hue angle of 115.18º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B747 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 183 | 71 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.28 |
| HSL | 115.18º | 0.44% | 0.5% | - |
| HSV(B) | 115.18º | 0.61% | 0.72% | - |
| XYZ | 21.38 | 36.03 | 11.79 | - |
| YUV | 139.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 71 | 0.56 | 0 | 0.61 | 0.28 | 115.18 | 0.44 | 0.5 |
| Hex | 50 | B7 | 47 | 38 | 0 | 3D | 1C | 73 | 2C | 32 |
| Octal | 120 | 267 | 107 | 70 | 0 | 75 | 34 | 163 | 54 | 62 |
| Binary | 1010000 | 10110111 | 1000111 | 111000 | 0 | 111101 | 11100 | 1110011 | 101100 | 110010 |
Color Harmonies of #50B747
Complementary color
Monochromatic Colors of #50B747
Black with #50B747
Text Example
Text Example
White with #50B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B747; }
p { color: rgb(80,183,71); }
H1.HeaderClassName
{
color: #50B747;
}
.AnyTagClassName
{
color: #50B747;
}
</style>
background-color css
<style>
a { background-color: #50B747; }
a { background-color: rgb(80,183,71); }
div.DivClassName
{
background-color: #50B747;
}
.BgClassName
{
background-color: #50B747;
}
</style>
border-color css
<style>
span { border-color: #50B747; }
span { border-color: rgb(80,183,71); }
td.TdClassName
{
border-color: #50B747;
}
.TagClassName
{
border-color: #50B747;
}
</style>