Shades of Fruit Salad #509D40
Tints of Fruit Salad #509D40
RGB
CMYK
RGB Variations
Color information
#509D40 (or 0x509D40) is known color: Fruit Salad. HEX triplet: 50, 9D and 40. RGB value is (80,157,64). Sum of RGB (Red+Green+Blue) = 80+157+64=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #509D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D40 is #AF62BF. Grayscale: #7B7B7B. Windows color (decimal): -11494080 or 4234576. OLE color: 4234576.
HSL color Cylindrical-coordinate representation of color #509D40: hue angle of 109.68º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #509D40 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 64 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.38 |
| HSL | 109.68º | 0.42% | 0.43% | - |
| HSV(B) | 109.68º | 0.59% | 0.62% | - |
| XYZ | 16.29 | 26.19 | 9.05 | - |
| YUV | 123.38 | 94.49 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 64 | 0.49 | 0 | 0.59 | 0.38 | 109.68 | 0.42 | 0.43 |
| Hex | 50 | 9D | 40 | 31 | 0 | 3B | 26 | 6E | 2A | 2B |
| Octal | 120 | 235 | 100 | 61 | 0 | 73 | 46 | 156 | 52 | 53 |
| Binary | 1010000 | 10011101 | 1000000 | 110001 | 0 | 111011 | 100110 | 1101110 | 101010 | 101011 |
Color Harmonies of #509D40
Complementary color
Monochromatic Colors of #509D40
Black with #509D40
Text Example
Text Example
White with #509D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D40; }
p { color: rgb(80,157,64); }
H1.HeaderClassName
{
color: #509D40;
}
.AnyTagClassName
{
color: #509D40;
}
</style>
background-color css
<style>
a { background-color: #509D40; }
a { background-color: rgb(80,157,64); }
div.DivClassName
{
background-color: #509D40;
}
.BgClassName
{
background-color: #509D40;
}
</style>
border-color css
<style>
span { border-color: #509D40; }
span { border-color: rgb(80,157,64); }
td.TdClassName
{
border-color: #509D40;
}
.TagClassName
{
border-color: #509D40;
}
</style>