Shades of Fruit Salad #509F4B
Tints of Fruit Salad #509F4B
RGB
CMYK
RGB Variations
Color information
#509F4B (or 0x509F4B) is known color: Fruit Salad. HEX triplet: 50, 9F and 4B. RGB value is (80,159,75). Sum of RGB (Red+Green+Blue) = 80+159+75=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #509F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509F4B is #AF60B4. Grayscale: #7E7E7E. Windows color (decimal): -11493557 or 4955984. OLE color: 4955984.
HSL color Cylindrical-coordinate representation of color #509F4B: hue angle of 116.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509F4B is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 75 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.38 |
| HSL | 116.43º | 0.36% | 0.46% | - |
| HSV(B) | 116.43º | 0.53% | 0.62% | - |
| XYZ | 16.98 | 27.01 | 10.98 | - |
| YUV | 125.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 75 | 0.50 | 0 | 0.53 | 0.38 | 116.43 | 0.36 | 0.46 |
| Hex | 50 | 9F | 4B | 32 | 0 | 35 | 26 | 74 | 24 | 2E |
| Octal | 120 | 237 | 113 | 62 | 0 | 65 | 46 | 164 | 44 | 56 |
| Binary | 1010000 | 10011111 | 1001011 | 110010 | 0 | 110101 | 100110 | 1110100 | 100100 | 101110 |
Color Harmonies of #509F4B
Complementary color
Monochromatic Colors of #509F4B
Black with #509F4B
Text Example
Text Example
White with #509F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F4B; }
p { color: rgb(80,159,75); }
H1.HeaderClassName
{
color: #509F4B;
}
.AnyTagClassName
{
color: #509F4B;
}
</style>
background-color css
<style>
a { background-color: #509F4B; }
a { background-color: rgb(80,159,75); }
div.DivClassName
{
background-color: #509F4B;
}
.BgClassName
{
background-color: #509F4B;
}
</style>
border-color css
<style>
span { border-color: #509F4B; }
span { border-color: rgb(80,159,75); }
td.TdClassName
{
border-color: #509F4B;
}
.TagClassName
{
border-color: #509F4B;
}
</style>