Shades of Fruit Salad #509D43
Tints of Fruit Salad #509D43
RGB
CMYK
RGB Variations
Color information
#509D43 (or 0x509D43) is known color: Fruit Salad. HEX triplet: 50, 9D and 43. RGB value is (80,157,67). Sum of RGB (Red+Green+Blue) = 80+157+67=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #509D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D43 is #AF62BC. Grayscale: #7C7C7C. Windows color (decimal): -11494077 or 4431184. OLE color: 4431184.
HSL color Cylindrical-coordinate representation of color #509D43: hue angle of 111.33º 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 #509D43 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 67 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.38 |
| HSL | 111.33º | 0.4% | 0.44% | - |
| HSV(B) | 111.33º | 0.57% | 0.62% | - |
| XYZ | 16.38 | 26.22 | 9.51 | - |
| YUV | 123.72 | 95.99 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 67 | 0.49 | 0 | 0.57 | 0.38 | 111.33 | 0.4 | 0.44 |
| Hex | 50 | 9D | 43 | 31 | 0 | 39 | 26 | 6F | 28 | 2C |
| Octal | 120 | 235 | 103 | 61 | 0 | 71 | 46 | 157 | 50 | 54 |
| Binary | 1010000 | 10011101 | 1000011 | 110001 | 0 | 111001 | 100110 | 1101111 | 101000 | 101100 |
Color Harmonies of #509D43
Complementary color
Monochromatic Colors of #509D43
Black with #509D43
Text Example
Text Example
White with #509D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D43; }
p { color: rgb(80,157,67); }
H1.HeaderClassName
{
color: #509D43;
}
.AnyTagClassName
{
color: #509D43;
}
</style>
background-color css
<style>
a { background-color: #509D43; }
a { background-color: rgb(80,157,67); }
div.DivClassName
{
background-color: #509D43;
}
.BgClassName
{
background-color: #509D43;
}
</style>
border-color css
<style>
span { border-color: #509D43; }
span { border-color: rgb(80,157,67); }
td.TdClassName
{
border-color: #509D43;
}
.TagClassName
{
border-color: #509D43;
}
</style>