Shades of Fruit Salad #509D52
Tints of Fruit Salad #509D52
RGB
CMYK
RGB Variations
Color information
#509D52 (or 0x509D52) is known color: Fruit Salad. HEX triplet: 50, 9D and 52. RGB value is (80,157,82). Sum of RGB (Red+Green+Blue) = 80+157+82=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #509D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D52 is #AF62AD. Grayscale: #7D7D7D. Windows color (decimal): -11494062 or 5414224. OLE color: 5414224.
HSL color Cylindrical-coordinate representation of color #509D52: hue angle of 121.56º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D52 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 82 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.38 |
| HSL | 121.56º | 0.32% | 0.46% | - |
| HSV(B) | 121.56º | 0.49% | 0.62% | - |
| XYZ | 16.89 | 26.43 | 12.19 | - |
| YUV | 125.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 82 | 0.49 | 0 | 0.48 | 0.38 | 121.56 | 0.32 | 0.46 |
| Hex | 50 | 9D | 52 | 31 | 0 | 30 | 26 | 7A | 20 | 2E |
| Octal | 120 | 235 | 122 | 61 | 0 | 60 | 46 | 172 | 40 | 56 |
| Binary | 1010000 | 10011101 | 1010010 | 110001 | 0 | 110000 | 100110 | 1111010 | 100000 | 101110 |
Color Harmonies of #509D52
Complementary color
Monochromatic Colors of #509D52
Black with #509D52
Text Example
Text Example
White with #509D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D52; }
p { color: rgb(80,157,82); }
H1.HeaderClassName
{
color: #509D52;
}
.AnyTagClassName
{
color: #509D52;
}
</style>
background-color css
<style>
a { background-color: #509D52; }
a { background-color: rgb(80,157,82); }
div.DivClassName
{
background-color: #509D52;
}
.BgClassName
{
background-color: #509D52;
}
</style>
border-color css
<style>
span { border-color: #509D52; }
span { border-color: rgb(80,157,82); }
td.TdClassName
{
border-color: #509D52;
}
.TagClassName
{
border-color: #509D52;
}
</style>