Shades of Fruit Salad #50A73F
Tints of Fruit Salad #50A73F
RGB
CMYK
RGB Variations
Color information
#50A73F (or 0x50A73F) is known color: Fruit Salad. HEX triplet: 50, A7 and 3F. RGB value is (80,167,63). Sum of RGB (Red+Green+Blue) = 80+167+63=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #50A73F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A73F is #AF58C0. Grayscale: #818181. Windows color (decimal): -11491521 or 4171600. OLE color: 4171600.
HSL color Cylindrical-coordinate representation of color #50A73F: hue angle of 110.19º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50A73F is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 167 | 63 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.35 |
| HSL | 110.19º | 0.45% | 0.45% | - |
| HSV(B) | 110.19º | 0.62% | 0.65% | - |
| XYZ | 18.02 | 29.7 | 9.49 | - |
| YUV | 129.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 167 | 63 | 0.52 | 0 | 0.62 | 0.35 | 110.19 | 0.45 | 0.45 |
| Hex | 50 | A7 | 3F | 34 | 0 | 3E | 23 | 6E | 2D | 2D |
| Octal | 120 | 247 | 77 | 64 | 0 | 76 | 43 | 156 | 55 | 55 |
| Binary | 1010000 | 10100111 | 111111 | 110100 | 0 | 111110 | 100011 | 1101110 | 101101 | 101101 |
Color Harmonies of #50A73F
Complementary color
Monochromatic Colors of #50A73F
Black with #50A73F
Text Example
Text Example
White with #50A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A73F; }
p { color: rgb(80,167,63); }
H1.HeaderClassName
{
color: #50A73F;
}
.AnyTagClassName
{
color: #50A73F;
}
</style>
background-color css
<style>
a { background-color: #50A73F; }
a { background-color: rgb(80,167,63); }
div.DivClassName
{
background-color: #50A73F;
}
.BgClassName
{
background-color: #50A73F;
}
</style>
border-color css
<style>
span { border-color: #50A73F; }
span { border-color: rgb(80,167,63); }
td.TdClassName
{
border-color: #50A73F;
}
.TagClassName
{
border-color: #50A73F;
}
</style>