Shades of Fruit Salad #50AD54
Tints of Fruit Salad #50AD54
RGB
CMYK
RGB Variations
Color information
#50AD54 (or 0x50AD54) is known color: Fruit Salad. HEX triplet: 50, AD and 54. RGB value is (80,173,84). Sum of RGB (Red+Green+Blue) = 80+173+84=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD54 is #AF52AB. Grayscale: #878787. Windows color (decimal): -11489964 or 5549392. OLE color: 5549392.
HSL color Cylindrical-coordinate representation of color #50AD54: hue angle of 122.58º 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 #50AD54 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 84 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.32 |
| HSL | 122.58º | 0.37% | 0.5% | - |
| HSV(B) | 122.58º | 0.54% | 0.68% | - |
| XYZ | 19.85 | 32.23 | 13.56 | - |
| YUV | 135.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 84 | 0.54 | 0 | 0.51 | 0.32 | 122.58 | 0.37 | 0.5 |
| Hex | 50 | AD | 54 | 36 | 0 | 33 | 20 | 7B | 25 | 32 |
| Octal | 120 | 255 | 124 | 66 | 0 | 63 | 40 | 173 | 45 | 62 |
| Binary | 1010000 | 10101101 | 1010100 | 110110 | 0 | 110011 | 100000 | 1111011 | 100101 | 110010 |
Color Harmonies of #50AD54
Complementary color
Monochromatic Colors of #50AD54
Black with #50AD54
Text Example
Text Example
White with #50AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AD54; }
p { color: rgb(80,173,84); }
H1.HeaderClassName
{
color: #50AD54;
}
.AnyTagClassName
{
color: #50AD54;
}
</style>
background-color css
<style>
a { background-color: #50AD54; }
a { background-color: rgb(80,173,84); }
div.DivClassName
{
background-color: #50AD54;
}
.BgClassName
{
background-color: #50AD54;
}
</style>
border-color css
<style>
span { border-color: #50AD54; }
span { border-color: rgb(80,173,84); }
td.TdClassName
{
border-color: #50AD54;
}
.TagClassName
{
border-color: #50AD54;
}
</style>