Shades of Fruit Salad #50AE62
Tints of Fruit Salad #50AE62
RGB
CMYK
RGB Variations
Color information
#50AE62 (or 0x50AE62) is known color: Fruit Salad. HEX triplet: 50, AE and 62. RGB value is (80,174,98). Sum of RGB (Red+Green+Blue) = 80+174+98=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AE62 is #AF519D. Grayscale: #898989. Windows color (decimal): -11489694 or 6467152. OLE color: 6467152.
HSL color Cylindrical-coordinate representation of color #50AE62: hue angle of 131.49º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AE62 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 98 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.32 |
| HSL | 131.49º | 0.37% | 0.5% | - |
| HSV(B) | 131.49º | 0.54% | 0.68% | - |
| XYZ | 20.65 | 32.86 | 16.81 | - |
| YUV | 137.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 98 | 0.54 | 0 | 0.44 | 0.32 | 131.49 | 0.37 | 0.5 |
| Hex | 50 | AE | 62 | 36 | 0 | 2C | 20 | 83 | 25 | 32 |
| Octal | 120 | 256 | 142 | 66 | 0 | 54 | 40 | 203 | 45 | 62 |
| Binary | 1010000 | 10101110 | 1100010 | 110110 | 0 | 101100 | 100000 | 10000011 | 100101 | 110010 |
Color Harmonies of #50AE62
Complementary color
Monochromatic Colors of #50AE62
Black with #50AE62
Text Example
Text Example
White with #50AE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE62; }
p { color: rgb(80,174,98); }
H1.HeaderClassName
{
color: #50AE62;
}
.AnyTagClassName
{
color: #50AE62;
}
</style>
background-color css
<style>
a { background-color: #50AE62; }
a { background-color: rgb(80,174,98); }
div.DivClassName
{
background-color: #50AE62;
}
.BgClassName
{
background-color: #50AE62;
}
</style>
border-color css
<style>
span { border-color: #50AE62; }
span { border-color: rgb(80,174,98); }
td.TdClassName
{
border-color: #50AE62;
}
.TagClassName
{
border-color: #50AE62;
}
</style>