Shades of Fruit Salad #50A05C
Tints of Fruit Salad #50A05C
RGB
CMYK
RGB Variations
Color information
#50A05C (or 0x50A05C) is known color: Fruit Salad. HEX triplet: 50, A0 and 5C. RGB value is (80,160,92). Sum of RGB (Red+Green+Blue) = 80+160+92=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #50A05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A05C is #AF5FA3. Grayscale: #808080. Windows color (decimal): -11493284 or 6070352. OLE color: 6070352.
HSL color Cylindrical-coordinate representation of color #50A05C: hue angle of 129º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A05C is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 92 | - |
| CMYK | 0.5 | 0 | 0.43 | 0.37 |
| HSL | 129º | 0.33% | 0.47% | - |
| HSV(B) | 129º | 0.5% | 0.63% | - |
| XYZ | 17.81 | 27.62 | 14.52 | - |
| YUV | 128.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 92 | 0.5 | 0 | 0.43 | 0.37 | 129 | 0.33 | 0.47 |
| Hex | 50 | A0 | 5C | 32 | 0 | 2B | 25 | 81 | 21 | 2F |
| Octal | 120 | 240 | 134 | 62 | 0 | 53 | 45 | 201 | 41 | 57 |
| Binary | 1010000 | 10100000 | 1011100 | 110010 | 0 | 101011 | 100101 | 10000001 | 100001 | 101111 |
Color Harmonies of #50A05C
Complementary color
Monochromatic Colors of #50A05C
Black with #50A05C
Text Example
Text Example
White with #50A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A05C; }
p { color: rgb(80,160,92); }
H1.HeaderClassName
{
color: #50A05C;
}
.AnyTagClassName
{
color: #50A05C;
}
</style>
background-color css
<style>
a { background-color: #50A05C; }
a { background-color: rgb(80,160,92); }
div.DivClassName
{
background-color: #50A05C;
}
.BgClassName
{
background-color: #50A05C;
}
</style>
border-color css
<style>
span { border-color: #50A05C; }
span { border-color: rgb(80,160,92); }
td.TdClassName
{
border-color: #50A05C;
}
.TagClassName
{
border-color: #50A05C;
}
</style>