Shades of Apple #50A935
Tints of Apple #50A935
RGB
CMYK
RGB Variations
Color information
#50A935 (or 0x50A935) is known color: Apple. HEX triplet: 50, A9 and 35. RGB value is (80,169,53). Sum of RGB (Red+Green+Blue) = 80+169+53=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #50A935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A935 is #AF56CA. Grayscale: #818181. Windows color (decimal): -11491019 or 3516752. OLE color: 3516752.
HSL color Cylindrical-coordinate representation of color #50A935: hue angle of 106.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50A935 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 53 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.34 |
| HSL | 106.03º | 0.52% | 0.44% | - |
| HSV(B) | 106.03º | 0.69% | 0.66% | - |
| XYZ | 18.14 | 30.34 | 8.27 | - |
| YUV | 129.17 | 85.01 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 53 | 0.53 | 0 | 0.69 | 0.34 | 106.03 | 0.52 | 0.44 |
| Hex | 50 | A9 | 35 | 35 | 0 | 45 | 22 | 6A | 34 | 2C |
| Octal | 120 | 251 | 65 | 65 | 0 | 105 | 42 | 152 | 64 | 54 |
| Binary | 1010000 | 10101001 | 110101 | 110101 | 0 | 1000101 | 100010 | 1101010 | 110100 | 101100 |
Color Harmonies of #50A935
Complementary color
Monochromatic Colors of #50A935
Black with #50A935
Text Example
Text Example
White with #50A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A935; }
p { color: rgb(80,169,53); }
H1.HeaderClassName
{
color: #50A935;
}
.AnyTagClassName
{
color: #50A935;
}
</style>
background-color css
<style>
a { background-color: #50A935; }
a { background-color: rgb(80,169,53); }
div.DivClassName
{
background-color: #50A935;
}
.BgClassName
{
background-color: #50A935;
}
</style>
border-color css
<style>
span { border-color: #50A935; }
span { border-color: rgb(80,169,53); }
td.TdClassName
{
border-color: #50A935;
}
.TagClassName
{
border-color: #50A935;
}
</style>