Shades of Fruit Salad #50AB40
Tints of Fruit Salad #50AB40
RGB
CMYK
RGB Variations
Color information
#50AB40 (or 0x50AB40) is known color: Fruit Salad. HEX triplet: 50, AB and 40. RGB value is (80,171,64). Sum of RGB (Red+Green+Blue) = 80+171+64=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB40 is #AF54BF. Grayscale: #838383. Windows color (decimal): -11490496 or 4238160. OLE color: 4238160.
HSL color Cylindrical-coordinate representation of color #50AB40: hue angle of 111.03º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50AB40 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 64 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.33 |
| HSL | 111.03º | 0.46% | 0.46% | - |
| HSV(B) | 111.03º | 0.63% | 0.67% | - |
| XYZ | 18.8 | 31.2 | 9.88 | - |
| YUV | 131.59 | 89.85 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 64 | 0.53 | 0 | 0.63 | 0.33 | 111.03 | 0.46 | 0.46 |
| Hex | 50 | AB | 40 | 35 | 0 | 3F | 21 | 6F | 2E | 2E |
| Octal | 120 | 253 | 100 | 65 | 0 | 77 | 41 | 157 | 56 | 56 |
| Binary | 1010000 | 10101011 | 1000000 | 110101 | 0 | 111111 | 100001 | 1101111 | 101110 | 101110 |
Color Harmonies of #50AB40
Complementary color
Monochromatic Colors of #50AB40
Black with #50AB40
Text Example
Text Example
White with #50AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB40; }
p { color: rgb(80,171,64); }
H1.HeaderClassName
{
color: #50AB40;
}
.AnyTagClassName
{
color: #50AB40;
}
</style>
background-color css
<style>
a { background-color: #50AB40; }
a { background-color: rgb(80,171,64); }
div.DivClassName
{
background-color: #50AB40;
}
.BgClassName
{
background-color: #50AB40;
}
</style>
border-color css
<style>
span { border-color: #50AB40; }
span { border-color: rgb(80,171,64); }
td.TdClassName
{
border-color: #50AB40;
}
.TagClassName
{
border-color: #50AB40;
}
</style>