Shades of Fruit Salad #50924A
Tints of Fruit Salad #50924A
RGB
CMYK
RGB Variations
Color information
#50924A (or 0x50924A) is known color: Fruit Salad. HEX triplet: 50, 92 and 4A. RGB value is (80,146,74). Sum of RGB (Red+Green+Blue) = 80+146+74=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #50924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50924A is #AF6DB5. Grayscale: #767676. Windows color (decimal): -11496886 or 4887120. OLE color: 4887120.
HSL color Cylindrical-coordinate representation of color #50924A: hue angle of 115º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50924A is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 74 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.43 |
| HSL | 115º | 0.33% | 0.43% | - |
| HSV(B) | 115º | 0.49% | 0.57% | - |
| XYZ | 14.82 | 22.76 | 10.09 | - |
| YUV | 118.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 74 | 0.45 | 0 | 0.49 | 0.43 | 115 | 0.33 | 0.43 |
| Hex | 50 | 92 | 4A | 2D | 0 | 31 | 2B | 73 | 21 | 2B |
| Octal | 120 | 222 | 112 | 55 | 0 | 61 | 53 | 163 | 41 | 53 |
| Binary | 1010000 | 10010010 | 1001010 | 101101 | 0 | 110001 | 101011 | 1110011 | 100001 | 101011 |
Color Harmonies of #50924A
Complementary color
Monochromatic Colors of #50924A
Black with #50924A
Text Example
Text Example
White with #50924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50924A; }
p { color: rgb(80,146,74); }
H1.HeaderClassName
{
color: #50924A;
}
.AnyTagClassName
{
color: #50924A;
}
</style>
background-color css
<style>
a { background-color: #50924A; }
a { background-color: rgb(80,146,74); }
div.DivClassName
{
background-color: #50924A;
}
.BgClassName
{
background-color: #50924A;
}
</style>
border-color css
<style>
span { border-color: #50924A; }
span { border-color: rgb(80,146,74); }
td.TdClassName
{
border-color: #50924A;
}
.TagClassName
{
border-color: #50924A;
}
</style>