Shades of Fruit Salad #509647
Tints of Fruit Salad #509647
RGB
CMYK
RGB Variations
Color information
#509647 (or 0x509647) is known color: Fruit Salad. HEX triplet: 50, 96 and 47. RGB value is (80,150,71). Sum of RGB (Red+Green+Blue) = 80+150+71=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #509647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509647 is #AF69B8. Grayscale: #787878. Windows color (decimal): -11495865 or 4691536. OLE color: 4691536.
HSL color Cylindrical-coordinate representation of color #509647: hue angle of 113.16º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509647 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 71 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.41 |
| HSL | 113.16º | 0.36% | 0.43% | - |
| HSV(B) | 113.16º | 0.53% | 0.59% | - |
| XYZ | 15.35 | 23.97 | 9.78 | - |
| YUV | 120.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 71 | 0.47 | 0 | 0.53 | 0.41 | 113.16 | 0.36 | 0.43 |
| Hex | 50 | 96 | 47 | 2F | 0 | 35 | 29 | 71 | 24 | 2B |
| Octal | 120 | 226 | 107 | 57 | 0 | 65 | 51 | 161 | 44 | 53 |
| Binary | 1010000 | 10010110 | 1000111 | 101111 | 0 | 110101 | 101001 | 1110001 | 100100 | 101011 |
Color Harmonies of #509647
Complementary color
Monochromatic Colors of #509647
Black with #509647
Text Example
Text Example
White with #509647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509647; }
p { color: rgb(80,150,71); }
H1.HeaderClassName
{
color: #509647;
}
.AnyTagClassName
{
color: #509647;
}
</style>
background-color css
<style>
a { background-color: #509647; }
a { background-color: rgb(80,150,71); }
div.DivClassName
{
background-color: #509647;
}
.BgClassName
{
background-color: #509647;
}
</style>
border-color css
<style>
span { border-color: #509647; }
span { border-color: rgb(80,150,71); }
td.TdClassName
{
border-color: #509647;
}
.TagClassName
{
border-color: #509647;
}
</style>