Shades of Fruit Salad #50A85E
Tints of Fruit Salad #50A85E
RGB
CMYK
RGB Variations
Color information
#50A85E (or 0x50A85E) is known color: Fruit Salad. HEX triplet: 50, A8 and 5E. RGB value is (80,168,94). Sum of RGB (Red+Green+Blue) = 80+168+94=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #50A85E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A85E is #AF57A1. Grayscale: #858585. Windows color (decimal): -11491234 or 6203472. OLE color: 6203472.
HSL color Cylindrical-coordinate representation of color #50A85E: hue angle of 129.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A85E is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 94 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.34 |
| HSL | 129.55º | 0.35% | 0.49% | - |
| HSV(B) | 129.55º | 0.52% | 0.66% | - |
| XYZ | 19.33 | 30.52 | 15.46 | - |
| YUV | 133.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 94 | 0.52 | 0 | 0.44 | 0.34 | 129.55 | 0.35 | 0.49 |
| Hex | 50 | A8 | 5E | 34 | 0 | 2C | 22 | 82 | 23 | 31 |
| Octal | 120 | 250 | 136 | 64 | 0 | 54 | 42 | 202 | 43 | 61 |
| Binary | 1010000 | 10101000 | 1011110 | 110100 | 0 | 101100 | 100010 | 10000010 | 100011 | 110001 |
Color Harmonies of #50A85E
Complementary color
Monochromatic Colors of #50A85E
Black with #50A85E
Text Example
Text Example
White with #50A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A85E; }
p { color: rgb(80,168,94); }
H1.HeaderClassName
{
color: #50A85E;
}
.AnyTagClassName
{
color: #50A85E;
}
</style>
background-color css
<style>
a { background-color: #50A85E; }
a { background-color: rgb(80,168,94); }
div.DivClassName
{
background-color: #50A85E;
}
.BgClassName
{
background-color: #50A85E;
}
</style>
border-color css
<style>
span { border-color: #50A85E; }
span { border-color: rgb(80,168,94); }
td.TdClassName
{
border-color: #50A85E;
}
.TagClassName
{
border-color: #50A85E;
}
</style>