Shades of Fruit Salad #50974C
Tints of Fruit Salad #50974C
RGB
CMYK
RGB Variations
Color information
#50974C (or 0x50974C) is known color: Fruit Salad. HEX triplet: 50, 97 and 4C. RGB value is (80,151,76). Sum of RGB (Red+Green+Blue) = 80+151+76=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #50974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50974C is #AF68B3. Grayscale: #797979. Windows color (decimal): -11495604 or 5019472. OLE color: 5019472.
HSL color Cylindrical-coordinate representation of color #50974C: hue angle of 116.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50974C is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 151 | 76 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.41 |
| HSL | 116.8º | 0.33% | 0.45% | - |
| HSV(B) | 116.8º | 0.5% | 0.59% | - |
| XYZ | 15.68 | 24.36 | 10.71 | - |
| YUV | 121.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 76 | 0.47 | 0 | 0.50 | 0.41 | 116.8 | 0.33 | 0.45 |
| Hex | 50 | 97 | 4C | 2F | 0 | 32 | 29 | 75 | 21 | 2D |
| Octal | 120 | 227 | 114 | 57 | 0 | 62 | 51 | 165 | 41 | 55 |
| Binary | 1010000 | 10010111 | 1001100 | 101111 | 0 | 110010 | 101001 | 1110101 | 100001 | 101101 |
Color Harmonies of #50974C
Complementary color
Monochromatic Colors of #50974C
Black with #50974C
Text Example
Text Example
White with #50974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50974C; }
p { color: rgb(80,151,76); }
H1.HeaderClassName
{
color: #50974C;
}
.AnyTagClassName
{
color: #50974C;
}
</style>
background-color css
<style>
a { background-color: #50974C; }
a { background-color: rgb(80,151,76); }
div.DivClassName
{
background-color: #50974C;
}
.BgClassName
{
background-color: #50974C;
}
</style>
border-color css
<style>
span { border-color: #50974C; }
span { border-color: rgb(80,151,76); }
td.TdClassName
{
border-color: #50974C;
}
.TagClassName
{
border-color: #50974C;
}
</style>