Shades of Apple #50A537
Tints of Apple #50A537
RGB
CMYK
RGB Variations
Color information
#50A537 (or 0x50A537) is known color: Apple. HEX triplet: 50, A5 and 37. RGB value is (80,165,55). Sum of RGB (Red+Green+Blue) = 80+165+55=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #50A537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A537 is #AF5AC8. Grayscale: #7F7F7F. Windows color (decimal): -11492041 or 3646800. OLE color: 3646800.
HSL color Cylindrical-coordinate representation of color #50A537: hue angle of 106.36º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50A537 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 165 | 55 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.35 |
| HSL | 106.36º | 0.5% | 0.43% | - |
| HSV(B) | 106.36º | 0.67% | 0.65% | - |
| XYZ | 17.45 | 28.89 | 8.27 | - |
| YUV | 127.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 165 | 55 | 0.52 | 0 | 0.67 | 0.35 | 106.36 | 0.5 | 0.43 |
| Hex | 50 | A5 | 37 | 34 | 0 | 43 | 23 | 6A | 32 | 2B |
| Octal | 120 | 245 | 67 | 64 | 0 | 103 | 43 | 152 | 62 | 53 |
| Binary | 1010000 | 10100101 | 110111 | 110100 | 0 | 1000011 | 100011 | 1101010 | 110010 | 101011 |
Color Harmonies of #50A537
Complementary color
Monochromatic Colors of #50A537
Black with #50A537
Text Example
Text Example
White with #50A537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A537; }
p { color: rgb(80,165,55); }
H1.HeaderClassName
{
color: #50A537;
}
.AnyTagClassName
{
color: #50A537;
}
</style>
background-color css
<style>
a { background-color: #50A537; }
a { background-color: rgb(80,165,55); }
div.DivClassName
{
background-color: #50A537;
}
.BgClassName
{
background-color: #50A537;
}
</style>
border-color css
<style>
span { border-color: #50A537; }
span { border-color: rgb(80,165,55); }
td.TdClassName
{
border-color: #50A537;
}
.TagClassName
{
border-color: #50A537;
}
</style>