Shades of Fruit Salad #509251
Tints of Fruit Salad #509251
RGB
CMYK
RGB Variations
Color information
#509251 (or 0x509251) is known color: Fruit Salad. HEX triplet: 50, 92 and 51. RGB value is (80,146,81). Sum of RGB (Red+Green+Blue) = 80+146+81=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #509251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509251 is #AF6DAE. Grayscale: #777777. Windows color (decimal): -11496879 or 5345872. OLE color: 5345872.
HSL color Cylindrical-coordinate representation of color #509251: hue angle of 120.91º 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 #509251 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 81 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.43 |
| HSL | 120.91º | 0.29% | 0.44% | - |
| HSV(B) | 120.91º | 0.45% | 0.57% | - |
| XYZ | 15.07 | 22.86 | 11.4 | - |
| YUV | 118.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 81 | 0.45 | 0 | 0.45 | 0.43 | 120.91 | 0.29 | 0.44 |
| Hex | 50 | 92 | 51 | 2D | 0 | 2D | 2B | 79 | 1D | 2C |
| Octal | 120 | 222 | 121 | 55 | 0 | 55 | 53 | 171 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1010001 | 101101 | 0 | 101101 | 101011 | 1111001 | 11101 | 101100 |
Color Harmonies of #509251
Complementary color
Monochromatic Colors of #509251
Black with #509251
Text Example
Text Example
White with #509251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509251; }
p { color: rgb(80,146,81); }
H1.HeaderClassName
{
color: #509251;
}
.AnyTagClassName
{
color: #509251;
}
</style>
background-color css
<style>
a { background-color: #509251; }
a { background-color: rgb(80,146,81); }
div.DivClassName
{
background-color: #509251;
}
.BgClassName
{
background-color: #509251;
}
</style>
border-color css
<style>
span { border-color: #509251; }
span { border-color: rgb(80,146,81); }
td.TdClassName
{
border-color: #509251;
}
.TagClassName
{
border-color: #509251;
}
</style>