Shades of Fruit Salad #50A24D
Tints of Fruit Salad #50A24D
RGB
CMYK
RGB Variations
Color information
#50A24D (or 0x50A24D) is known color: Fruit Salad. HEX triplet: 50, A2 and 4D. RGB value is (80,162,77). Sum of RGB (Red+Green+Blue) = 80+162+77=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #50A24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A24D is #AF5DB2. Grayscale: #808080. Windows color (decimal): -11492787 or 5087824. OLE color: 5087824.
HSL color Cylindrical-coordinate representation of color #50A24D: hue angle of 117.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A24D is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 77 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.36 |
| HSL | 117.88º | 0.36% | 0.47% | - |
| HSV(B) | 117.88º | 0.52% | 0.64% | - |
| XYZ | 17.57 | 28.08 | 11.52 | - |
| YUV | 127.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 77 | 0.51 | 0 | 0.52 | 0.36 | 117.88 | 0.36 | 0.47 |
| Hex | 50 | A2 | 4D | 33 | 0 | 34 | 24 | 76 | 24 | 2F |
| Octal | 120 | 242 | 115 | 63 | 0 | 64 | 44 | 166 | 44 | 57 |
| Binary | 1010000 | 10100010 | 1001101 | 110011 | 0 | 110100 | 100100 | 1110110 | 100100 | 101111 |
Color Harmonies of #50A24D
Complementary color
Monochromatic Colors of #50A24D
Black with #50A24D
Text Example
Text Example
White with #50A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A24D; }
p { color: rgb(80,162,77); }
H1.HeaderClassName
{
color: #50A24D;
}
.AnyTagClassName
{
color: #50A24D;
}
</style>
background-color css
<style>
a { background-color: #50A24D; }
a { background-color: rgb(80,162,77); }
div.DivClassName
{
background-color: #50A24D;
}
.BgClassName
{
background-color: #50A24D;
}
</style>
border-color css
<style>
span { border-color: #50A24D; }
span { border-color: rgb(80,162,77); }
td.TdClassName
{
border-color: #50A24D;
}
.TagClassName
{
border-color: #50A24D;
}
</style>