Shades of Fruit Salad #509945
Tints of Fruit Salad #509945
RGB
CMYK
RGB Variations
Color information
#509945 (or 0x509945) is known color: Fruit Salad. HEX triplet: 50, 99 and 45. RGB value is (80,153,69). Sum of RGB (Red+Green+Blue) = 80+153+69=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #509945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509945 is #AF66BA. Grayscale: #797979. Windows color (decimal): -11495099 or 4561232. OLE color: 4561232.
HSL color Cylindrical-coordinate representation of color #509945: hue angle of 112.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #509945 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 69 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.4 |
| HSL | 112.14º | 0.38% | 0.44% | - |
| HSV(B) | 112.14º | 0.55% | 0.6% | - |
| XYZ | 15.77 | 24.92 | 9.61 | - |
| YUV | 121.6 | 98.32 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 69 | 0.48 | 0 | 0.55 | 0.4 | 112.14 | 0.38 | 0.44 |
| Hex | 50 | 99 | 45 | 30 | 0 | 37 | 28 | 70 | 26 | 2C |
| Octal | 120 | 231 | 105 | 60 | 0 | 67 | 50 | 160 | 46 | 54 |
| Binary | 1010000 | 10011001 | 1000101 | 110000 | 0 | 110111 | 101000 | 1110000 | 100110 | 101100 |
Color Harmonies of #509945
Complementary color
Monochromatic Colors of #509945
Black with #509945
Text Example
Text Example
White with #509945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509945; }
p { color: rgb(80,153,69); }
H1.HeaderClassName
{
color: #509945;
}
.AnyTagClassName
{
color: #509945;
}
</style>
background-color css
<style>
a { background-color: #509945; }
a { background-color: rgb(80,153,69); }
div.DivClassName
{
background-color: #509945;
}
.BgClassName
{
background-color: #509945;
}
</style>
border-color css
<style>
span { border-color: #509945; }
span { border-color: rgb(80,153,69); }
td.TdClassName
{
border-color: #509945;
}
.TagClassName
{
border-color: #509945;
}
</style>