Shades of Fruit Salad #50944A
Tints of Fruit Salad #50944A
RGB
CMYK
RGB Variations
Color information
#50944A (or 0x50944A) is known color: Fruit Salad. HEX triplet: 50, 94 and 4A. RGB value is (80,148,74). Sum of RGB (Red+Green+Blue) = 80+148+74=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #50944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50944A is #AF6BB5. Grayscale: #777777. Windows color (decimal): -11496374 or 4887632. OLE color: 4887632.
HSL color Cylindrical-coordinate representation of color #50944A: hue angle of 115.14º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50944A is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 74 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.42 |
| HSL | 115.14º | 0.33% | 0.44% | - |
| HSV(B) | 115.14º | 0.5% | 0.58% | - |
| XYZ | 15.13 | 23.38 | 10.19 | - |
| YUV | 119.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 74 | 0.46 | 0 | 0.50 | 0.42 | 115.14 | 0.33 | 0.44 |
| Hex | 50 | 94 | 4A | 2E | 0 | 32 | 2A | 73 | 21 | 2C |
| Octal | 120 | 224 | 112 | 56 | 0 | 62 | 52 | 163 | 41 | 54 |
| Binary | 1010000 | 10010100 | 1001010 | 101110 | 0 | 110010 | 101010 | 1110011 | 100001 | 101100 |
Color Harmonies of #50944A
Complementary color
Monochromatic Colors of #50944A
Black with #50944A
Text Example
Text Example
White with #50944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50944A; }
p { color: rgb(80,148,74); }
H1.HeaderClassName
{
color: #50944A;
}
.AnyTagClassName
{
color: #50944A;
}
</style>
background-color css
<style>
a { background-color: #50944A; }
a { background-color: rgb(80,148,74); }
div.DivClassName
{
background-color: #50944A;
}
.BgClassName
{
background-color: #50944A;
}
</style>
border-color css
<style>
span { border-color: #50944A; }
span { border-color: rgb(80,148,74); }
td.TdClassName
{
border-color: #50944A;
}
.TagClassName
{
border-color: #50944A;
}
</style>