Shades of Apple #50AC39
Tints of Apple #50AC39
RGB
CMYK
RGB Variations
Color information
#50AC39 (or 0x50AC39) is known color: Apple. HEX triplet: 50, AC and 39. RGB value is (80,172,57). Sum of RGB (Red+Green+Blue) = 80+172+57=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC39 is #AF53C6. Grayscale: #838383. Windows color (decimal): -11490247 or 3779664. OLE color: 3779664.
HSL color Cylindrical-coordinate representation of color #50AC39: hue angle of 108º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50AC39 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 57 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.33 |
| HSL | 108º | 0.5% | 0.45% | - |
| HSV(B) | 108º | 0.67% | 0.67% | - |
| XYZ | 18.8 | 31.51 | 8.96 | - |
| YUV | 131.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 57 | 0.53 | 0 | 0.67 | 0.33 | 108 | 0.5 | 0.45 |
| Hex | 50 | AC | 39 | 35 | 0 | 43 | 21 | 6C | 32 | 2D |
| Octal | 120 | 254 | 71 | 65 | 0 | 103 | 41 | 154 | 62 | 55 |
| Binary | 1010000 | 10101100 | 111001 | 110101 | 0 | 1000011 | 100001 | 1101100 | 110010 | 101101 |
Color Harmonies of #50AC39
Complementary color
Monochromatic Colors of #50AC39
Black with #50AC39
Text Example
Text Example
White with #50AC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC39; }
p { color: rgb(80,172,57); }
H1.HeaderClassName
{
color: #50AC39;
}
.AnyTagClassName
{
color: #50AC39;
}
</style>
background-color css
<style>
a { background-color: #50AC39; }
a { background-color: rgb(80,172,57); }
div.DivClassName
{
background-color: #50AC39;
}
.BgClassName
{
background-color: #50AC39;
}
</style>
border-color css
<style>
span { border-color: #50AC39; }
span { border-color: rgb(80,172,57); }
td.TdClassName
{
border-color: #50AC39;
}
.TagClassName
{
border-color: #50AC39;
}
</style>