Shades of Apple #50A634
Tints of Apple #50A634
RGB
CMYK
RGB Variations
Color information
#50A634 (or 0x50A634) is known color: Apple. HEX triplet: 50, A6 and 34. RGB value is (80,166,52). Sum of RGB (Red+Green+Blue) = 80+166+52=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #50A634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A634 is #AF59CB. Grayscale: #7F7F7F. Windows color (decimal): -11491788 or 3450448. OLE color: 3450448.
HSL color Cylindrical-coordinate representation of color #50A634: hue angle of 105.26º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50A634 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 52 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.35 |
| HSL | 105.26º | 0.52% | 0.43% | - |
| HSV(B) | 105.26º | 0.69% | 0.65% | - |
| XYZ | 17.56 | 29.23 | 7.96 | - |
| YUV | 127.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 52 | 0.52 | 0 | 0.69 | 0.35 | 105.26 | 0.52 | 0.43 |
| Hex | 50 | A6 | 34 | 34 | 0 | 45 | 23 | 69 | 34 | 2B |
| Octal | 120 | 246 | 64 | 64 | 0 | 105 | 43 | 151 | 64 | 53 |
| Binary | 1010000 | 10100110 | 110100 | 110100 | 0 | 1000101 | 100011 | 1101001 | 110100 | 101011 |
Color Harmonies of #50A634
Complementary color
Monochromatic Colors of #50A634
Black with #50A634
Text Example
Text Example
White with #50A634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A634; }
p { color: rgb(80,166,52); }
H1.HeaderClassName
{
color: #50A634;
}
.AnyTagClassName
{
color: #50A634;
}
</style>
background-color css
<style>
a { background-color: #50A634; }
a { background-color: rgb(80,166,52); }
div.DivClassName
{
background-color: #50A634;
}
.BgClassName
{
background-color: #50A634;
}
</style>
border-color css
<style>
span { border-color: #50A634; }
span { border-color: rgb(80,166,52); }
td.TdClassName
{
border-color: #50A634;
}
.TagClassName
{
border-color: #50A634;
}
</style>