Shades of Fruit Salad #50A24B
Tints of Fruit Salad #50A24B
RGB
CMYK
RGB Variations
Color information
#50A24B (or 0x50A24B) is known color: Fruit Salad. HEX triplet: 50, A2 and 4B. RGB value is (80,162,75). Sum of RGB (Red+Green+Blue) = 80+162+75=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #50A24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A24B is #AF5DB4. Grayscale: #7F7F7F. Windows color (decimal): -11492789 or 4956752. OLE color: 4956752.
HSL color Cylindrical-coordinate representation of color #50A24B: hue angle of 116.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50A24B is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 75 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.36 |
| HSL | 116.55º | 0.37% | 0.46% | - |
| HSV(B) | 116.55º | 0.54% | 0.64% | - |
| XYZ | 17.5 | 28.05 | 11.15 | - |
| YUV | 127.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 75 | 0.51 | 0 | 0.54 | 0.36 | 116.55 | 0.37 | 0.46 |
| Hex | 50 | A2 | 4B | 33 | 0 | 36 | 24 | 75 | 25 | 2E |
| Octal | 120 | 242 | 113 | 63 | 0 | 66 | 44 | 165 | 45 | 56 |
| Binary | 1010000 | 10100010 | 1001011 | 110011 | 0 | 110110 | 100100 | 1110101 | 100101 | 101110 |
Color Harmonies of #50A24B
Complementary color
Monochromatic Colors of #50A24B
Black with #50A24B
Text Example
Text Example
White with #50A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A24B; }
p { color: rgb(80,162,75); }
H1.HeaderClassName
{
color: #50A24B;
}
.AnyTagClassName
{
color: #50A24B;
}
</style>
background-color css
<style>
a { background-color: #50A24B; }
a { background-color: rgb(80,162,75); }
div.DivClassName
{
background-color: #50A24B;
}
.BgClassName
{
background-color: #50A24B;
}
</style>
border-color css
<style>
span { border-color: #50A24B; }
span { border-color: rgb(80,162,75); }
td.TdClassName
{
border-color: #50A24B;
}
.TagClassName
{
border-color: #50A24B;
}
</style>