Shades of Fruit Salad #509B40
Tints of Fruit Salad #509B40
RGB
CMYK
RGB Variations
Color information
#509B40 (or 0x509B40) is known color: Fruit Salad. HEX triplet: 50, 9B and 40. RGB value is (80,155,64). Sum of RGB (Red+Green+Blue) = 80+155+64=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #509B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B40 is #AF64BF. Grayscale: #7A7A7A. Windows color (decimal): -11494592 or 4234064. OLE color: 4234064.
HSL color Cylindrical-coordinate representation of color #509B40: hue angle of 109.45º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #509B40 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 64 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.39 |
| HSL | 109.45º | 0.42% | 0.43% | - |
| HSV(B) | 109.45º | 0.59% | 0.61% | - |
| XYZ | 15.96 | 25.52 | 8.94 | - |
| YUV | 122.2 | 95.15 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 64 | 0.48 | 0 | 0.59 | 0.39 | 109.45 | 0.42 | 0.43 |
| Hex | 50 | 9B | 40 | 30 | 0 | 3B | 27 | 6D | 2A | 2B |
| Octal | 120 | 233 | 100 | 60 | 0 | 73 | 47 | 155 | 52 | 53 |
| Binary | 1010000 | 10011011 | 1000000 | 110000 | 0 | 111011 | 100111 | 1101101 | 101010 | 101011 |
Color Harmonies of #509B40
Complementary color
Monochromatic Colors of #509B40
Black with #509B40
Text Example
Text Example
White with #509B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B40; }
p { color: rgb(80,155,64); }
H1.HeaderClassName
{
color: #509B40;
}
.AnyTagClassName
{
color: #509B40;
}
</style>
background-color css
<style>
a { background-color: #509B40; }
a { background-color: rgb(80,155,64); }
div.DivClassName
{
background-color: #509B40;
}
.BgClassName
{
background-color: #509B40;
}
</style>
border-color css
<style>
span { border-color: #509B40; }
span { border-color: rgb(80,155,64); }
td.TdClassName
{
border-color: #509B40;
}
.TagClassName
{
border-color: #509B40;
}
</style>