Shades of Fruit Salad #50944E
Tints of Fruit Salad #50944E
RGB
CMYK
RGB Variations
Color information
#50944E (or 0x50944E) is known color: Fruit Salad. HEX triplet: 50, 94 and 4E. RGB value is (80,148,78). Sum of RGB (Red+Green+Blue) = 80+148+78=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #50944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50944E is #AF6BB1. Grayscale: #777777. Windows color (decimal): -11496370 or 5149776. OLE color: 5149776.
HSL color Cylindrical-coordinate representation of color #50944E: hue angle of 118.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50944E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 78 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.42 |
| HSL | 118.29º | 0.31% | 0.44% | - |
| HSV(B) | 118.29º | 0.47% | 0.58% | - |
| XYZ | 15.27 | 23.44 | 10.93 | - |
| YUV | 119.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 78 | 0.46 | 0 | 0.47 | 0.42 | 118.29 | 0.31 | 0.44 |
| Hex | 50 | 94 | 4E | 2E | 0 | 2F | 2A | 76 | 1F | 2C |
| Octal | 120 | 224 | 116 | 56 | 0 | 57 | 52 | 166 | 37 | 54 |
| Binary | 1010000 | 10010100 | 1001110 | 101110 | 0 | 101111 | 101010 | 1110110 | 11111 | 101100 |
Color Harmonies of #50944E
Complementary color
Monochromatic Colors of #50944E
Black with #50944E
Text Example
Text Example
White with #50944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50944E; }
p { color: rgb(80,148,78); }
H1.HeaderClassName
{
color: #50944E;
}
.AnyTagClassName
{
color: #50944E;
}
</style>
background-color css
<style>
a { background-color: #50944E; }
a { background-color: rgb(80,148,78); }
div.DivClassName
{
background-color: #50944E;
}
.BgClassName
{
background-color: #50944E;
}
</style>
border-color css
<style>
span { border-color: #50944E; }
span { border-color: rgb(80,148,78); }
td.TdClassName
{
border-color: #50944E;
}
.TagClassName
{
border-color: #50944E;
}
</style>