Shades of Fruit Salad #50A849
Tints of Fruit Salad #50A849
RGB
CMYK
RGB Variations
Color information
#50A849 (or 0x50A849) is known color: Fruit Salad. HEX triplet: 50, A8 and 49. RGB value is (80,168,73). Sum of RGB (Red+Green+Blue) = 80+168+73=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #50A849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A849 is #AF57B6. Grayscale: #838383. Windows color (decimal): -11491255 or 4827216. OLE color: 4827216.
HSL color Cylindrical-coordinate representation of color #50A849: hue angle of 115.58º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50A849 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 73 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.34 |
| HSL | 115.58º | 0.39% | 0.47% | - |
| HSV(B) | 115.58º | 0.57% | 0.66% | - |
| XYZ | 18.51 | 30.19 | 11.16 | - |
| YUV | 130.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 73 | 0.52 | 0 | 0.57 | 0.34 | 115.58 | 0.39 | 0.47 |
| Hex | 50 | A8 | 49 | 34 | 0 | 39 | 22 | 74 | 27 | 2F |
| Octal | 120 | 250 | 111 | 64 | 0 | 71 | 42 | 164 | 47 | 57 |
| Binary | 1010000 | 10101000 | 1001001 | 110100 | 0 | 111001 | 100010 | 1110100 | 100111 | 101111 |
Color Harmonies of #50A849
Complementary color
Monochromatic Colors of #50A849
Black with #50A849
Text Example
Text Example
White with #50A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A849; }
p { color: rgb(80,168,73); }
H1.HeaderClassName
{
color: #50A849;
}
.AnyTagClassName
{
color: #50A849;
}
</style>
background-color css
<style>
a { background-color: #50A849; }
a { background-color: rgb(80,168,73); }
div.DivClassName
{
background-color: #50A849;
}
.BgClassName
{
background-color: #50A849;
}
</style>
border-color css
<style>
span { border-color: #50A849; }
span { border-color: rgb(80,168,73); }
td.TdClassName
{
border-color: #50A849;
}
.TagClassName
{
border-color: #50A849;
}
</style>