Shades of Fruit Salad #50AE5F
Tints of Fruit Salad #50AE5F
RGB
CMYK
RGB Variations
Color information
#50AE5F (or 0x50AE5F) is known color: Fruit Salad. HEX triplet: 50, AE and 5F. RGB value is (80,174,95). Sum of RGB (Red+Green+Blue) = 80+174+95=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AE5F is #AF51A0. Grayscale: #898989. Windows color (decimal): -11489697 or 6270544. OLE color: 6270544.
HSL color Cylindrical-coordinate representation of color #50AE5F: hue angle of 129.57º 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 #50AE5F is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 95 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.32 |
| HSL | 129.57º | 0.37% | 0.5% | - |
| HSV(B) | 129.57º | 0.54% | 0.68% | - |
| XYZ | 20.51 | 32.8 | 16.08 | - |
| YUV | 136.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 95 | 0.54 | 0 | 0.45 | 0.32 | 129.57 | 0.37 | 0.5 |
| Hex | 50 | AE | 5F | 36 | 0 | 2D | 20 | 82 | 25 | 32 |
| Octal | 120 | 256 | 137 | 66 | 0 | 55 | 40 | 202 | 45 | 62 |
| Binary | 1010000 | 10101110 | 1011111 | 110110 | 0 | 101101 | 100000 | 10000010 | 100101 | 110010 |
Color Harmonies of #50AE5F
Complementary color
Monochromatic Colors of #50AE5F
Black with #50AE5F
Text Example
Text Example
White with #50AE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE5F; }
p { color: rgb(80,174,95); }
H1.HeaderClassName
{
color: #50AE5F;
}
.AnyTagClassName
{
color: #50AE5F;
}
</style>
background-color css
<style>
a { background-color: #50AE5F; }
a { background-color: rgb(80,174,95); }
div.DivClassName
{
background-color: #50AE5F;
}
.BgClassName
{
background-color: #50AE5F;
}
</style>
border-color css
<style>
span { border-color: #50AE5F; }
span { border-color: rgb(80,174,95); }
td.TdClassName
{
border-color: #50AE5F;
}
.TagClassName
{
border-color: #50AE5F;
}
</style>