Shades of Fruit Salad #50AC61
Tints of Fruit Salad #50AC61
RGB
CMYK
RGB Variations
Color information
#50AC61 (or 0x50AC61) is known color: Fruit Salad. HEX triplet: 50, AC and 61. RGB value is (80,172,97). Sum of RGB (Red+Green+Blue) = 80+172+97=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC61 is #AF539E. Grayscale: #888888. Windows color (decimal): -11490207 or 6401104. OLE color: 6401104.
HSL color Cylindrical-coordinate representation of color #50AC61: hue angle of 131.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC61 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 97 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.33 |
| HSL | 131.09º | 0.37% | 0.49% | - |
| HSV(B) | 131.09º | 0.53% | 0.67% | - |
| XYZ | 20.22 | 32.07 | 16.43 | - |
| YUV | 135.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 97 | 0.53 | 0 | 0.44 | 0.33 | 131.09 | 0.37 | 0.49 |
| Hex | 50 | AC | 61 | 35 | 0 | 2C | 21 | 83 | 25 | 31 |
| Octal | 120 | 254 | 141 | 65 | 0 | 54 | 41 | 203 | 45 | 61 |
| Binary | 1010000 | 10101100 | 1100001 | 110101 | 0 | 101100 | 100001 | 10000011 | 100101 | 110001 |
Color Harmonies of #50AC61
Complementary color
Monochromatic Colors of #50AC61
Black with #50AC61
Text Example
Text Example
White with #50AC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC61; }
p { color: rgb(80,172,97); }
H1.HeaderClassName
{
color: #50AC61;
}
.AnyTagClassName
{
color: #50AC61;
}
</style>
background-color css
<style>
a { background-color: #50AC61; }
a { background-color: rgb(80,172,97); }
div.DivClassName
{
background-color: #50AC61;
}
.BgClassName
{
background-color: #50AC61;
}
</style>
border-color css
<style>
span { border-color: #50AC61; }
span { border-color: rgb(80,172,97); }
td.TdClassName
{
border-color: #50AC61;
}
.TagClassName
{
border-color: #50AC61;
}
</style>