Shades of Fruit Salad #50AB55
Tints of Fruit Salad #50AB55
RGB
CMYK
RGB Variations
Color information
#50AB55 (or 0x50AB55) is known color: Fruit Salad. HEX triplet: 50, AB and 55. RGB value is (80,171,85). Sum of RGB (Red+Green+Blue) = 80+171+85=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB55 is #AF54AA. Grayscale: #868686. Windows color (decimal): -11490475 or 5614416. OLE color: 5614416.
HSL color Cylindrical-coordinate representation of color #50AB55: hue angle of 123.3º degrees, saturation: 0.36, 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 #50AB55 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 85 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.33 |
| HSL | 123.3º | 0.36% | 0.49% | - |
| HSV(B) | 123.3º | 0.53% | 0.67% | - |
| XYZ | 19.51 | 31.49 | 13.64 | - |
| YUV | 133.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 85 | 0.53 | 0 | 0.50 | 0.33 | 123.3 | 0.36 | 0.49 |
| Hex | 50 | AB | 55 | 35 | 0 | 32 | 21 | 7B | 24 | 31 |
| Octal | 120 | 253 | 125 | 65 | 0 | 62 | 41 | 173 | 44 | 61 |
| Binary | 1010000 | 10101011 | 1010101 | 110101 | 0 | 110010 | 100001 | 1111011 | 100100 | 110001 |
Color Harmonies of #50AB55
Complementary color
Monochromatic Colors of #50AB55
Black with #50AB55
Text Example
Text Example
White with #50AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB55; }
p { color: rgb(80,171,85); }
H1.HeaderClassName
{
color: #50AB55;
}
.AnyTagClassName
{
color: #50AB55;
}
</style>
background-color css
<style>
a { background-color: #50AB55; }
a { background-color: rgb(80,171,85); }
div.DivClassName
{
background-color: #50AB55;
}
.BgClassName
{
background-color: #50AB55;
}
</style>
border-color css
<style>
span { border-color: #50AB55; }
span { border-color: rgb(80,171,85); }
td.TdClassName
{
border-color: #50AB55;
}
.TagClassName
{
border-color: #50AB55;
}
</style>