Shades of Fruit Salad #509D44
Tints of Fruit Salad #509D44
RGB
CMYK
RGB Variations
Color information
#509D44 (or 0x509D44) is known color: Fruit Salad. HEX triplet: 50, 9D and 44. RGB value is (80,157,68). Sum of RGB (Red+Green+Blue) = 80+157+68=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #509D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D44 is #AF62BB. Grayscale: #7C7C7C. Windows color (decimal): -11494076 or 4496720. OLE color: 4496720.
HSL color Cylindrical-coordinate representation of color #509D44: hue angle of 111.91º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #509D44 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 68 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.38 |
| HSL | 111.91º | 0.4% | 0.44% | - |
| HSV(B) | 111.91º | 0.57% | 0.62% | - |
| XYZ | 16.41 | 26.24 | 9.67 | - |
| YUV | 123.83 | 96.49 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 68 | 0.49 | 0 | 0.57 | 0.38 | 111.91 | 0.4 | 0.44 |
| Hex | 50 | 9D | 44 | 31 | 0 | 39 | 26 | 70 | 28 | 2C |
| Octal | 120 | 235 | 104 | 61 | 0 | 71 | 46 | 160 | 50 | 54 |
| Binary | 1010000 | 10011101 | 1000100 | 110001 | 0 | 111001 | 100110 | 1110000 | 101000 | 101100 |
Color Harmonies of #509D44
Complementary color
Monochromatic Colors of #509D44
Black with #509D44
Text Example
Text Example
White with #509D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D44; }
p { color: rgb(80,157,68); }
H1.HeaderClassName
{
color: #509D44;
}
.AnyTagClassName
{
color: #509D44;
}
</style>
background-color css
<style>
a { background-color: #509D44; }
a { background-color: rgb(80,157,68); }
div.DivClassName
{
background-color: #509D44;
}
.BgClassName
{
background-color: #509D44;
}
</style>
border-color css
<style>
span { border-color: #509D44; }
span { border-color: rgb(80,157,68); }
td.TdClassName
{
border-color: #509D44;
}
.TagClassName
{
border-color: #509D44;
}
</style>