Shades of Fruit Salad #50AA40
Tints of Fruit Salad #50AA40
RGB
CMYK
RGB Variations
Color information
#50AA40 (or 0x50AA40) is known color: Fruit Salad. HEX triplet: 50, AA and 40. RGB value is (80,170,64). Sum of RGB (Red+Green+Blue) = 80+170+64=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AA40 is #AF55BF. Grayscale: #838383. Windows color (decimal): -11490752 or 4237904. OLE color: 4237904.
HSL color Cylindrical-coordinate representation of color #50AA40: hue angle of 110.94º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50AA40 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 64 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.33 |
| HSL | 110.94º | 0.45% | 0.46% | - |
| HSV(B) | 110.94º | 0.62% | 0.67% | - |
| XYZ | 18.61 | 30.83 | 9.82 | - |
| YUV | 131.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 64 | 0.53 | 0 | 0.62 | 0.33 | 110.94 | 0.45 | 0.46 |
| Hex | 50 | AA | 40 | 35 | 0 | 3E | 21 | 6F | 2D | 2E |
| Octal | 120 | 252 | 100 | 65 | 0 | 76 | 41 | 157 | 55 | 56 |
| Binary | 1010000 | 10101010 | 1000000 | 110101 | 0 | 111110 | 100001 | 1101111 | 101101 | 101110 |
Color Harmonies of #50AA40
Complementary color
Monochromatic Colors of #50AA40
Black with #50AA40
Text Example
Text Example
White with #50AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AA40; }
p { color: rgb(80,170,64); }
H1.HeaderClassName
{
color: #50AA40;
}
.AnyTagClassName
{
color: #50AA40;
}
</style>
background-color css
<style>
a { background-color: #50AA40; }
a { background-color: rgb(80,170,64); }
div.DivClassName
{
background-color: #50AA40;
}
.BgClassName
{
background-color: #50AA40;
}
</style>
border-color css
<style>
span { border-color: #50AA40; }
span { border-color: rgb(80,170,64); }
td.TdClassName
{
border-color: #50AA40;
}
.TagClassName
{
border-color: #50AA40;
}
</style>