Shades of Fruit Salad #50AA42
Tints of Fruit Salad #50AA42
RGB
CMYK
RGB Variations
Color information
#50AA42 (or 0x50AA42) is known color: Fruit Salad. HEX triplet: 50, AA and 42. RGB value is (80,170,66). Sum of RGB (Red+Green+Blue) = 80+170+66=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AA42 is #AF55BD. Grayscale: #838383. Windows color (decimal): -11490750 or 4368976. OLE color: 4368976.
HSL color Cylindrical-coordinate representation of color #50AA42: hue angle of 111.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50AA42 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 66 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.33 |
| HSL | 111.92º | 0.44% | 0.46% | - |
| HSV(B) | 111.92º | 0.61% | 0.67% | - |
| XYZ | 18.67 | 30.85 | 10.12 | - |
| YUV | 131.23 | 91.18 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 66 | 0.53 | 0 | 0.61 | 0.33 | 111.92 | 0.44 | 0.46 |
| Hex | 50 | AA | 42 | 35 | 0 | 3D | 21 | 70 | 2C | 2E |
| Octal | 120 | 252 | 102 | 65 | 0 | 75 | 41 | 160 | 54 | 56 |
| Binary | 1010000 | 10101010 | 1000010 | 110101 | 0 | 111101 | 100001 | 1110000 | 101100 | 101110 |
Color Harmonies of #50AA42
Complementary color
Monochromatic Colors of #50AA42
Black with #50AA42
Text Example
Text Example
White with #50AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AA42; }
p { color: rgb(80,170,66); }
H1.HeaderClassName
{
color: #50AA42;
}
.AnyTagClassName
{
color: #50AA42;
}
</style>
background-color css
<style>
a { background-color: #50AA42; }
a { background-color: rgb(80,170,66); }
div.DivClassName
{
background-color: #50AA42;
}
.BgClassName
{
background-color: #50AA42;
}
</style>
border-color css
<style>
span { border-color: #50AA42; }
span { border-color: rgb(80,170,66); }
td.TdClassName
{
border-color: #50AA42;
}
.TagClassName
{
border-color: #50AA42;
}
</style>