Shades of Fruit Salad #509154
Tints of Fruit Salad #509154
RGB
CMYK
RGB Variations
Color information
#509154 (or 0x509154) is known color: Fruit Salad. HEX triplet: 50, 91 and 54. RGB value is (80,145,84). Sum of RGB (Red+Green+Blue) = 80+145+84=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #509154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509154 is #AF6EAB. Grayscale: #767676. Windows color (decimal): -11497132 or 5542224. OLE color: 5542224.
HSL color Cylindrical-coordinate representation of color #509154: hue angle of 123.69º 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 #509154 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 84 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.43 |
| HSL | 123.69º | 0.29% | 0.44% | - |
| HSV(B) | 123.69º | 0.45% | 0.57% | - |
| XYZ | 15.03 | 22.6 | 11.96 | - |
| YUV | 118.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 84 | 0.45 | 0 | 0.42 | 0.43 | 123.69 | 0.29 | 0.44 |
| Hex | 50 | 91 | 54 | 2D | 0 | 2A | 2B | 7C | 1D | 2C |
| Octal | 120 | 221 | 124 | 55 | 0 | 52 | 53 | 174 | 35 | 54 |
| Binary | 1010000 | 10010001 | 1010100 | 101101 | 0 | 101010 | 101011 | 1111100 | 11101 | 101100 |
Color Harmonies of #509154
Complementary color
Monochromatic Colors of #509154
Black with #509154
Text Example
Text Example
White with #509154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509154; }
p { color: rgb(80,145,84); }
H1.HeaderClassName
{
color: #509154;
}
.AnyTagClassName
{
color: #509154;
}
</style>
background-color css
<style>
a { background-color: #509154; }
a { background-color: rgb(80,145,84); }
div.DivClassName
{
background-color: #509154;
}
.BgClassName
{
background-color: #509154;
}
</style>
border-color css
<style>
span { border-color: #509154; }
span { border-color: rgb(80,145,84); }
td.TdClassName
{
border-color: #509154;
}
.TagClassName
{
border-color: #509154;
}
</style>