Shades of Apple #50A639
Tints of Apple #50A639
RGB
CMYK
RGB Variations
Color information
#50A639 (or 0x50A639) is known color: Apple. HEX triplet: 50, A6 and 39. RGB value is (80,166,57). Sum of RGB (Red+Green+Blue) = 80+166+57=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #50A639 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A639 is #AF59C6. Grayscale: #808080. Windows color (decimal): -11491783 or 3778128. OLE color: 3778128.
HSL color Cylindrical-coordinate representation of color #50A639: hue angle of 107.34º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A639 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 57 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.35 |
| HSL | 107.34º | 0.49% | 0.44% | - |
| HSV(B) | 107.34º | 0.66% | 0.65% | - |
| XYZ | 17.68 | 29.27 | 8.59 | - |
| YUV | 127.86 | 88.01 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 57 | 0.52 | 0 | 0.66 | 0.35 | 107.34 | 0.49 | 0.44 |
| Hex | 50 | A6 | 39 | 34 | 0 | 42 | 23 | 6B | 31 | 2C |
| Octal | 120 | 246 | 71 | 64 | 0 | 102 | 43 | 153 | 61 | 54 |
| Binary | 1010000 | 10100110 | 111001 | 110100 | 0 | 1000010 | 100011 | 1101011 | 110001 | 101100 |
Color Harmonies of #50A639
Complementary color
Monochromatic Colors of #50A639
Black with #50A639
Text Example
Text Example
White with #50A639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A639; }
p { color: rgb(80,166,57); }
H1.HeaderClassName
{
color: #50A639;
}
.AnyTagClassName
{
color: #50A639;
}
</style>
background-color css
<style>
a { background-color: #50A639; }
a { background-color: rgb(80,166,57); }
div.DivClassName
{
background-color: #50A639;
}
.BgClassName
{
background-color: #50A639;
}
</style>
border-color css
<style>
span { border-color: #50A639; }
span { border-color: rgb(80,166,57); }
td.TdClassName
{
border-color: #50A639;
}
.TagClassName
{
border-color: #50A639;
}
</style>