Shades of Fruit Salad #50A65E
Tints of Fruit Salad #50A65E
RGB
CMYK
RGB Variations
Color information
#50A65E (or 0x50A65E) is known color: Fruit Salad. HEX triplet: 50, A6 and 5E. RGB value is (80,166,94). Sum of RGB (Red+Green+Blue) = 80+166+94=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #50A65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A65E is #AF59A1. Grayscale: #848484. Windows color (decimal): -11491746 or 6202960. OLE color: 6202960.
HSL color Cylindrical-coordinate representation of color #50A65E: hue angle of 129.77º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A65E is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 94 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.35 |
| HSL | 129.77º | 0.35% | 0.48% | - |
| HSV(B) | 129.77º | 0.52% | 0.65% | - |
| XYZ | 18.96 | 29.79 | 15.34 | - |
| YUV | 132.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 94 | 0.52 | 0 | 0.43 | 0.35 | 129.77 | 0.35 | 0.48 |
| Hex | 50 | A6 | 5E | 34 | 0 | 2B | 23 | 82 | 23 | 30 |
| Octal | 120 | 246 | 136 | 64 | 0 | 53 | 43 | 202 | 43 | 60 |
| Binary | 1010000 | 10100110 | 1011110 | 110100 | 0 | 101011 | 100011 | 10000010 | 100011 | 110000 |
Color Harmonies of #50A65E
Complementary color
Monochromatic Colors of #50A65E
Black with #50A65E
Text Example
Text Example
White with #50A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A65E; }
p { color: rgb(80,166,94); }
H1.HeaderClassName
{
color: #50A65E;
}
.AnyTagClassName
{
color: #50A65E;
}
</style>
background-color css
<style>
a { background-color: #50A65E; }
a { background-color: rgb(80,166,94); }
div.DivClassName
{
background-color: #50A65E;
}
.BgClassName
{
background-color: #50A65E;
}
</style>
border-color css
<style>
span { border-color: #50A65E; }
span { border-color: rgb(80,166,94); }
td.TdClassName
{
border-color: #50A65E;
}
.TagClassName
{
border-color: #50A65E;
}
</style>