Shades of Fruit Salad #509151
Tints of Fruit Salad #509151
RGB
CMYK
RGB Variations
Color information
#509151 (or 0x509151) is known color: Fruit Salad. HEX triplet: 50, 91 and 51. RGB value is (80,145,81). Sum of RGB (Red+Green+Blue) = 80+145+81=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #509151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509151 is #AF6EAE. Grayscale: #767676. Windows color (decimal): -11497135 or 5345616. OLE color: 5345616.
HSL color Cylindrical-coordinate representation of color #509151: hue angle of 120.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509151 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 81 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.43 |
| HSL | 120.92º | 0.29% | 0.44% | - |
| HSV(B) | 120.92º | 0.45% | 0.57% | - |
| XYZ | 14.92 | 22.55 | 11.35 | - |
| YUV | 118.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 81 | 0.45 | 0 | 0.44 | 0.43 | 120.92 | 0.29 | 0.44 |
| Hex | 50 | 91 | 51 | 2D | 0 | 2C | 2B | 79 | 1D | 2C |
| Octal | 120 | 221 | 121 | 55 | 0 | 54 | 53 | 171 | 35 | 54 |
| Binary | 1010000 | 10010001 | 1010001 | 101101 | 0 | 101100 | 101011 | 1111001 | 11101 | 101100 |
Color Harmonies of #509151
Complementary color
Monochromatic Colors of #509151
Black with #509151
Text Example
Text Example
White with #509151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509151; }
p { color: rgb(80,145,81); }
H1.HeaderClassName
{
color: #509151;
}
.AnyTagClassName
{
color: #509151;
}
</style>
background-color css
<style>
a { background-color: #509151; }
a { background-color: rgb(80,145,81); }
div.DivClassName
{
background-color: #509151;
}
.BgClassName
{
background-color: #509151;
}
</style>
border-color css
<style>
span { border-color: #509151; }
span { border-color: rgb(80,145,81); }
td.TdClassName
{
border-color: #509151;
}
.TagClassName
{
border-color: #509151;
}
</style>