Shades of Fruit Salad #50924E
Tints of Fruit Salad #50924E
RGB
CMYK
RGB Variations
Color information
#50924E (or 0x50924E) is known color: Fruit Salad. HEX triplet: 50, 92 and 4E. RGB value is (80,146,78). Sum of RGB (Red+Green+Blue) = 80+146+78=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #50924E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50924E is #AF6DB1. Grayscale: #767676. Windows color (decimal): -11496882 or 5149264. OLE color: 5149264.
HSL color Cylindrical-coordinate representation of color #50924E: hue angle of 118.24º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50924E is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 78 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.43 |
| HSL | 118.24º | 0.3% | 0.44% | - |
| HSV(B) | 118.24º | 0.47% | 0.57% | - |
| XYZ | 14.96 | 22.81 | 10.82 | - |
| YUV | 118.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 78 | 0.45 | 0 | 0.47 | 0.43 | 118.24 | 0.3 | 0.44 |
| Hex | 50 | 92 | 4E | 2D | 0 | 2F | 2B | 76 | 1E | 2C |
| Octal | 120 | 222 | 116 | 55 | 0 | 57 | 53 | 166 | 36 | 54 |
| Binary | 1010000 | 10010010 | 1001110 | 101101 | 0 | 101111 | 101011 | 1110110 | 11110 | 101100 |
Color Harmonies of #50924E
Complementary color
Monochromatic Colors of #50924E
Black with #50924E
Text Example
Text Example
White with #50924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50924E; }
p { color: rgb(80,146,78); }
H1.HeaderClassName
{
color: #50924E;
}
.AnyTagClassName
{
color: #50924E;
}
</style>
background-color css
<style>
a { background-color: #50924E; }
a { background-color: rgb(80,146,78); }
div.DivClassName
{
background-color: #50924E;
}
.BgClassName
{
background-color: #50924E;
}
</style>
border-color css
<style>
span { border-color: #50924E; }
span { border-color: rgb(80,146,78); }
td.TdClassName
{
border-color: #50924E;
}
.TagClassName
{
border-color: #50924E;
}
</style>