Shades of Fruit Salad #50AD5C
Tints of Fruit Salad #50AD5C
RGB
CMYK
RGB Variations
Color information
#50AD5C (or 0x50AD5C) is known color: Fruit Salad. HEX triplet: 50, AD and 5C. RGB value is (80,173,92). Sum of RGB (Red+Green+Blue) = 80+173+92=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD5C is #AF52A3. Grayscale: #888888. Windows color (decimal): -11489956 or 6073680. OLE color: 6073680.
HSL color Cylindrical-coordinate representation of color #50AD5C: hue angle of 127.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD5C is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 92 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.32 |
| HSL | 127.74º | 0.37% | 0.5% | - |
| HSV(B) | 127.74º | 0.54% | 0.68% | - |
| XYZ | 20.18 | 32.37 | 15.31 | - |
| YUV | 135.96 | 103.19 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 92 | 0.54 | 0 | 0.47 | 0.32 | 127.74 | 0.37 | 0.5 |
| Hex | 50 | AD | 5C | 36 | 0 | 2F | 20 | 80 | 25 | 32 |
| Octal | 120 | 255 | 134 | 66 | 0 | 57 | 40 | 200 | 45 | 62 |
| Binary | 1010000 | 10101101 | 1011100 | 110110 | 0 | 101111 | 100000 | 10000000 | 100101 | 110010 |
Color Harmonies of #50AD5C
Complementary color
Monochromatic Colors of #50AD5C
Black with #50AD5C
Text Example
Text Example
White with #50AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AD5C; }
p { color: rgb(80,173,92); }
H1.HeaderClassName
{
color: #50AD5C;
}
.AnyTagClassName
{
color: #50AD5C;
}
</style>
background-color css
<style>
a { background-color: #50AD5C; }
a { background-color: rgb(80,173,92); }
div.DivClassName
{
background-color: #50AD5C;
}
.BgClassName
{
background-color: #50AD5C;
}
</style>
border-color css
<style>
span { border-color: #50AD5C; }
span { border-color: rgb(80,173,92); }
td.TdClassName
{
border-color: #50AD5C;
}
.TagClassName
{
border-color: #50AD5C;
}
</style>