Shades of Apple #50A637
Tints of Apple #50A637
RGB
CMYK
RGB Variations
Color information
#50A637 (or 0x50A637) is known color: Apple. HEX triplet: 50, A6 and 37. RGB value is (80,166,55). Sum of RGB (Red+Green+Blue) = 80+166+55=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #50A637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A637 is #AF59C8. Grayscale: #7F7F7F. Windows color (decimal): -11491785 or 3647056. OLE color: 3647056.
HSL color Cylindrical-coordinate representation of color #50A637: hue angle of 106.49º 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 #50A637 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 55 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.35 |
| HSL | 106.49º | 0.5% | 0.43% | - |
| HSV(B) | 106.49º | 0.67% | 0.65% | - |
| XYZ | 17.63 | 29.25 | 8.33 | - |
| YUV | 127.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 55 | 0.52 | 0 | 0.67 | 0.35 | 106.49 | 0.5 | 0.43 |
| Hex | 50 | A6 | 37 | 34 | 0 | 43 | 23 | 6A | 32 | 2B |
| Octal | 120 | 246 | 67 | 64 | 0 | 103 | 43 | 152 | 62 | 53 |
| Binary | 1010000 | 10100110 | 110111 | 110100 | 0 | 1000011 | 100011 | 1101010 | 110010 | 101011 |
Color Harmonies of #50A637
Complementary color
Monochromatic Colors of #50A637
Black with #50A637
Text Example
Text Example
White with #50A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A637; }
p { color: rgb(80,166,55); }
H1.HeaderClassName
{
color: #50A637;
}
.AnyTagClassName
{
color: #50A637;
}
</style>
background-color css
<style>
a { background-color: #50A637; }
a { background-color: rgb(80,166,55); }
div.DivClassName
{
background-color: #50A637;
}
.BgClassName
{
background-color: #50A637;
}
</style>
border-color css
<style>
span { border-color: #50A637; }
span { border-color: rgb(80,166,55); }
td.TdClassName
{
border-color: #50A637;
}
.TagClassName
{
border-color: #50A637;
}
</style>