Shades of Fruit Salad #50995C
Tints of Fruit Salad #50995C
RGB
CMYK
RGB Variations
Color information
#50995C (or 0x50995C) is known color: Fruit Salad. HEX triplet: 50, 99 and 5C. RGB value is (80,153,92). Sum of RGB (Red+Green+Blue) = 80+153+92=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #50995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50995C is #AF66A3. Grayscale: #7C7C7C. Windows color (decimal): -11495076 or 6068560. OLE color: 6068560.
HSL color Cylindrical-coordinate representation of color #50995C: hue angle of 129.86º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50995C is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 92 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.4 |
| HSL | 129.86º | 0.31% | 0.46% | - |
| HSV(B) | 129.86º | 0.48% | 0.6% | - |
| XYZ | 16.63 | 25.26 | 14.12 | - |
| YUV | 124.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 92 | 0.48 | 0 | 0.40 | 0.4 | 129.86 | 0.31 | 0.46 |
| Hex | 50 | 99 | 5C | 30 | 0 | 28 | 28 | 82 | 1F | 2E |
| Octal | 120 | 231 | 134 | 60 | 0 | 50 | 50 | 202 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1011100 | 110000 | 0 | 101000 | 101000 | 10000010 | 11111 | 101110 |
Color Harmonies of #50995C
Complementary color
Monochromatic Colors of #50995C
Black with #50995C
Text Example
Text Example
White with #50995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50995C; }
p { color: rgb(80,153,92); }
H1.HeaderClassName
{
color: #50995C;
}
.AnyTagClassName
{
color: #50995C;
}
</style>
background-color css
<style>
a { background-color: #50995C; }
a { background-color: rgb(80,153,92); }
div.DivClassName
{
background-color: #50995C;
}
.BgClassName
{
background-color: #50995C;
}
</style>
border-color css
<style>
span { border-color: #50995C; }
span { border-color: rgb(80,153,92); }
td.TdClassName
{
border-color: #50995C;
}
.TagClassName
{
border-color: #50995C;
}
</style>