Shades of Apple #50AC3F
Tints of Apple #50AC3F
RGB
CMYK
RGB Variations
Color information
#50AC3F (or 0x50AC3F) is known color: Apple. HEX triplet: 50, AC and 3F. RGB value is (80,172,63). Sum of RGB (Red+Green+Blue) = 80+172+63=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC3F is #AF53C0. Grayscale: #848484. Windows color (decimal): -11490241 or 4172880. OLE color: 4172880.
HSL color Cylindrical-coordinate representation of color #50AC3F: hue angle of 110.64º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50AC3F is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 63 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.33 |
| HSL | 110.64º | 0.46% | 0.46% | - |
| HSV(B) | 110.64º | 0.63% | 0.67% | - |
| XYZ | 18.96 | 31.57 | 9.8 | - |
| YUV | 132.07 | 89.02 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 63 | 0.53 | 0 | 0.63 | 0.33 | 110.64 | 0.46 | 0.46 |
| Hex | 50 | AC | 3F | 35 | 0 | 3F | 21 | 6F | 2E | 2E |
| Octal | 120 | 254 | 77 | 65 | 0 | 77 | 41 | 157 | 56 | 56 |
| Binary | 1010000 | 10101100 | 111111 | 110101 | 0 | 111111 | 100001 | 1101111 | 101110 | 101110 |
Color Harmonies of #50AC3F
Complementary color
Monochromatic Colors of #50AC3F
Black with #50AC3F
Text Example
Text Example
White with #50AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC3F; }
p { color: rgb(80,172,63); }
H1.HeaderClassName
{
color: #50AC3F;
}
.AnyTagClassName
{
color: #50AC3F;
}
</style>
background-color css
<style>
a { background-color: #50AC3F; }
a { background-color: rgb(80,172,63); }
div.DivClassName
{
background-color: #50AC3F;
}
.BgClassName
{
background-color: #50AC3F;
}
</style>
border-color css
<style>
span { border-color: #50AC3F; }
span { border-color: rgb(80,172,63); }
td.TdClassName
{
border-color: #50AC3F;
}
.TagClassName
{
border-color: #50AC3F;
}
</style>