Shades of Fruit Salad #50924D
Tints of Fruit Salad #50924D
RGB
CMYK
RGB Variations
Color information
#50924D (or 0x50924D) is known color: Fruit Salad. HEX triplet: 50, 92 and 4D. RGB value is (80,146,77). Sum of RGB (Red+Green+Blue) = 80+146+77=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #50924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50924D is #AF6DB2. Grayscale: #767676. Windows color (decimal): -11496883 or 5083728. OLE color: 5083728.
HSL color Cylindrical-coordinate representation of color #50924D: hue angle of 117.39º degrees, saturation: 0.31, 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 #50924D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 77 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.43 |
| HSL | 117.39º | 0.31% | 0.44% | - |
| HSV(B) | 117.39º | 0.47% | 0.57% | - |
| XYZ | 14.93 | 22.8 | 10.64 | - |
| YUV | 118.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 77 | 0.45 | 0 | 0.47 | 0.43 | 117.39 | 0.31 | 0.44 |
| Hex | 50 | 92 | 4D | 2D | 0 | 2F | 2B | 75 | 1F | 2C |
| Octal | 120 | 222 | 115 | 55 | 0 | 57 | 53 | 165 | 37 | 54 |
| Binary | 1010000 | 10010010 | 1001101 | 101101 | 0 | 101111 | 101011 | 1110101 | 11111 | 101100 |
Color Harmonies of #50924D
Complementary color
Monochromatic Colors of #50924D
Black with #50924D
Text Example
Text Example
White with #50924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50924D; }
p { color: rgb(80,146,77); }
H1.HeaderClassName
{
color: #50924D;
}
.AnyTagClassName
{
color: #50924D;
}
</style>
background-color css
<style>
a { background-color: #50924D; }
a { background-color: rgb(80,146,77); }
div.DivClassName
{
background-color: #50924D;
}
.BgClassName
{
background-color: #50924D;
}
</style>
border-color css
<style>
span { border-color: #50924D; }
span { border-color: rgb(80,146,77); }
td.TdClassName
{
border-color: #50924D;
}
.TagClassName
{
border-color: #50924D;
}
</style>