Shades of Fruit Salad #50A944
Tints of Fruit Salad #50A944
RGB
CMYK
RGB Variations
Color information
#50A944 (or 0x50A944) is known color: Fruit Salad. HEX triplet: 50, A9 and 44. RGB value is (80,169,68). Sum of RGB (Red+Green+Blue) = 80+169+68=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #50A944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A944 is #AF56BB. Grayscale: #838383. Windows color (decimal): -11491004 or 4499792. OLE color: 4499792.
HSL color Cylindrical-coordinate representation of color #50A944: hue angle of 112.87º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A944 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 68 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.34 |
| HSL | 112.87º | 0.43% | 0.46% | - |
| HSV(B) | 112.87º | 0.6% | 0.66% | - |
| XYZ | 18.54 | 30.5 | 10.38 | - |
| YUV | 130.88 | 92.51 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 68 | 0.53 | 0 | 0.60 | 0.34 | 112.87 | 0.43 | 0.46 |
| Hex | 50 | A9 | 44 | 35 | 0 | 3C | 22 | 71 | 2B | 2E |
| Octal | 120 | 251 | 104 | 65 | 0 | 74 | 42 | 161 | 53 | 56 |
| Binary | 1010000 | 10101001 | 1000100 | 110101 | 0 | 111100 | 100010 | 1110001 | 101011 | 101110 |
Color Harmonies of #50A944
Complementary color
Monochromatic Colors of #50A944
Black with #50A944
Text Example
Text Example
White with #50A944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A944; }
p { color: rgb(80,169,68); }
H1.HeaderClassName
{
color: #50A944;
}
.AnyTagClassName
{
color: #50A944;
}
</style>
background-color css
<style>
a { background-color: #50A944; }
a { background-color: rgb(80,169,68); }
div.DivClassName
{
background-color: #50A944;
}
.BgClassName
{
background-color: #50A944;
}
</style>
border-color css
<style>
span { border-color: #50A944; }
span { border-color: rgb(80,169,68); }
td.TdClassName
{
border-color: #50A944;
}
.TagClassName
{
border-color: #50A944;
}
</style>