Shades of Fruit Salad #50A95F
Tints of Fruit Salad #50A95F
RGB
CMYK
RGB Variations
Color information
#50A95F (or 0x50A95F) is known color: Fruit Salad. HEX triplet: 50, A9 and 5F. RGB value is (80,169,95). Sum of RGB (Red+Green+Blue) = 80+169+95=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #50A95F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A95F is #AF56A0. Grayscale: #868686. Windows color (decimal): -11490977 or 6269264. OLE color: 6269264.
HSL color Cylindrical-coordinate representation of color #50A95F: hue angle of 130.11º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A95F is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 95 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.34 |
| HSL | 130.11º | 0.36% | 0.49% | - |
| HSV(B) | 130.11º | 0.53% | 0.66% | - |
| XYZ | 19.56 | 30.91 | 15.76 | - |
| YUV | 133.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 95 | 0.53 | 0 | 0.44 | 0.34 | 130.11 | 0.36 | 0.49 |
| Hex | 50 | A9 | 5F | 35 | 0 | 2C | 22 | 82 | 24 | 31 |
| Octal | 120 | 251 | 137 | 65 | 0 | 54 | 42 | 202 | 44 | 61 |
| Binary | 1010000 | 10101001 | 1011111 | 110101 | 0 | 101100 | 100010 | 10000010 | 100100 | 110001 |
Color Harmonies of #50A95F
Complementary color
Monochromatic Colors of #50A95F
Black with #50A95F
Text Example
Text Example
White with #50A95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A95F; }
p { color: rgb(80,169,95); }
H1.HeaderClassName
{
color: #50A95F;
}
.AnyTagClassName
{
color: #50A95F;
}
</style>
background-color css
<style>
a { background-color: #50A95F; }
a { background-color: rgb(80,169,95); }
div.DivClassName
{
background-color: #50A95F;
}
.BgClassName
{
background-color: #50A95F;
}
</style>
border-color css
<style>
span { border-color: #50A95F; }
span { border-color: rgb(80,169,95); }
td.TdClassName
{
border-color: #50A95F;
}
.TagClassName
{
border-color: #50A95F;
}
</style>