Shades of Fruit Salad #50904F
Tints of Fruit Salad #50904F
RGB
CMYK
RGB Variations
Color information
#50904F (or 0x50904F) is known color: Fruit Salad. HEX triplet: 50, 90 and 4F. RGB value is (80,144,79). Sum of RGB (Red+Green+Blue) = 80+144+79=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #50904F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50904F is #AF6FB0. Grayscale: #757575. Windows color (decimal): -11497393 or 5214288. OLE color: 5214288.
HSL color Cylindrical-coordinate representation of color #50904F: hue angle of 119.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50904F is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 79 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.44 |
| HSL | 119.08º | 0.29% | 0.44% | - |
| HSV(B) | 119.08º | 0.45% | 0.56% | - |
| XYZ | 14.69 | 22.22 | 10.91 | - |
| YUV | 117.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 79 | 0.44 | 0 | 0.45 | 0.44 | 119.08 | 0.29 | 0.44 |
| Hex | 50 | 90 | 4F | 2C | 0 | 2D | 2C | 77 | 1D | 2C |
| Octal | 120 | 220 | 117 | 54 | 0 | 55 | 54 | 167 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1001111 | 101100 | 0 | 101101 | 101100 | 1110111 | 11101 | 101100 |
Color Harmonies of #50904F
Complementary color
Monochromatic Colors of #50904F
Black with #50904F
Text Example
Text Example
White with #50904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50904F; }
p { color: rgb(80,144,79); }
H1.HeaderClassName
{
color: #50904F;
}
.AnyTagClassName
{
color: #50904F;
}
</style>
background-color css
<style>
a { background-color: #50904F; }
a { background-color: rgb(80,144,79); }
div.DivClassName
{
background-color: #50904F;
}
.BgClassName
{
background-color: #50904F;
}
</style>
border-color css
<style>
span { border-color: #50904F; }
span { border-color: rgb(80,144,79); }
td.TdClassName
{
border-color: #50904F;
}
.TagClassName
{
border-color: #50904F;
}
</style>