Shades of Fruit Salad #50964A
Tints of Fruit Salad #50964A
RGB
CMYK
RGB Variations
Color information
#50964A (or 0x50964A) is known color: Fruit Salad. HEX triplet: 50, 96 and 4A. RGB value is (80,150,74). Sum of RGB (Red+Green+Blue) = 80+150+74=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #50964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50964A is #AF69B5. Grayscale: #787878. Windows color (decimal): -11495862 or 4888144. OLE color: 4888144.
HSL color Cylindrical-coordinate representation of color #50964A: hue angle of 115.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50964A is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 74 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.41 |
| HSL | 115.26º | 0.34% | 0.44% | - |
| HSV(B) | 115.26º | 0.51% | 0.59% | - |
| XYZ | 15.45 | 24.01 | 10.3 | - |
| YUV | 120.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 74 | 0.47 | 0 | 0.51 | 0.41 | 115.26 | 0.34 | 0.44 |
| Hex | 50 | 96 | 4A | 2F | 0 | 33 | 29 | 73 | 22 | 2C |
| Octal | 120 | 226 | 112 | 57 | 0 | 63 | 51 | 163 | 42 | 54 |
| Binary | 1010000 | 10010110 | 1001010 | 101111 | 0 | 110011 | 101001 | 1110011 | 100010 | 101100 |
Color Harmonies of #50964A
Complementary color
Monochromatic Colors of #50964A
Black with #50964A
Text Example
Text Example
White with #50964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50964A; }
p { color: rgb(80,150,74); }
H1.HeaderClassName
{
color: #50964A;
}
.AnyTagClassName
{
color: #50964A;
}
</style>
background-color css
<style>
a { background-color: #50964A; }
a { background-color: rgb(80,150,74); }
div.DivClassName
{
background-color: #50964A;
}
.BgClassName
{
background-color: #50964A;
}
</style>
border-color css
<style>
span { border-color: #50964A; }
span { border-color: rgb(80,150,74); }
td.TdClassName
{
border-color: #50964A;
}
.TagClassName
{
border-color: #50964A;
}
</style>