Shades of Fruit Salad #50A458
Tints of Fruit Salad #50A458
RGB
CMYK
RGB Variations
Color information
#50A458 (or 0x50A458) is known color: Fruit Salad. HEX triplet: 50, A4 and 58. RGB value is (80,164,88). Sum of RGB (Red+Green+Blue) = 80+164+88=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #50A458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A458 is #AF5BA7. Grayscale: #828282. Windows color (decimal): -11492264 or 5809232. OLE color: 5809232.
HSL color Cylindrical-coordinate representation of color #50A458: hue angle of 125.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A458 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 164 | 88 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.36 |
| HSL | 125.71º | 0.34% | 0.48% | - |
| HSV(B) | 125.71º | 0.51% | 0.64% | - |
| XYZ | 18.35 | 28.96 | 13.86 | - |
| YUV | 130.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 164 | 88 | 0.51 | 0 | 0.46 | 0.36 | 125.71 | 0.34 | 0.48 |
| Hex | 50 | A4 | 58 | 33 | 0 | 2E | 24 | 7E | 22 | 30 |
| Octal | 120 | 244 | 130 | 63 | 0 | 56 | 44 | 176 | 42 | 60 |
| Binary | 1010000 | 10100100 | 1011000 | 110011 | 0 | 101110 | 100100 | 1111110 | 100010 | 110000 |
Color Harmonies of #50A458
Complementary color
Monochromatic Colors of #50A458
Black with #50A458
Text Example
Text Example
White with #50A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A458; }
p { color: rgb(80,164,88); }
H1.HeaderClassName
{
color: #50A458;
}
.AnyTagClassName
{
color: #50A458;
}
</style>
background-color css
<style>
a { background-color: #50A458; }
a { background-color: rgb(80,164,88); }
div.DivClassName
{
background-color: #50A458;
}
.BgClassName
{
background-color: #50A458;
}
</style>
border-color css
<style>
span { border-color: #50A458; }
span { border-color: rgb(80,164,88); }
td.TdClassName
{
border-color: #50A458;
}
.TagClassName
{
border-color: #50A458;
}
</style>