Shades of Apple #50AC3A
Tints of Apple #50AC3A
RGB
CMYK
RGB Variations
Color information
#50AC3A (or 0x50AC3A) is known color: Apple. HEX triplet: 50, AC and 3A. RGB value is (80,172,58). Sum of RGB (Red+Green+Blue) = 80+172+58=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC3A is #AF53C5. Grayscale: #838383. Windows color (decimal): -11490246 or 3845200. OLE color: 3845200.
HSL color Cylindrical-coordinate representation of color #50AC3A: hue angle of 108.42º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50AC3A is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 58 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.33 |
| HSL | 108.42º | 0.5% | 0.45% | - |
| HSV(B) | 108.42º | 0.66% | 0.67% | - |
| XYZ | 18.82 | 31.52 | 9.09 | - |
| YUV | 131.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 58 | 0.53 | 0 | 0.66 | 0.33 | 108.42 | 0.5 | 0.45 |
| Hex | 50 | AC | 3A | 35 | 0 | 42 | 21 | 6C | 32 | 2D |
| Octal | 120 | 254 | 72 | 65 | 0 | 102 | 41 | 154 | 62 | 55 |
| Binary | 1010000 | 10101100 | 111010 | 110101 | 0 | 1000010 | 100001 | 1101100 | 110010 | 101101 |
Color Harmonies of #50AC3A
Complementary color
Monochromatic Colors of #50AC3A
Black with #50AC3A
Text Example
Text Example
White with #50AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC3A; }
p { color: rgb(80,172,58); }
H1.HeaderClassName
{
color: #50AC3A;
}
.AnyTagClassName
{
color: #50AC3A;
}
</style>
background-color css
<style>
a { background-color: #50AC3A; }
a { background-color: rgb(80,172,58); }
div.DivClassName
{
background-color: #50AC3A;
}
.BgClassName
{
background-color: #50AC3A;
}
</style>
border-color css
<style>
span { border-color: #50AC3A; }
span { border-color: rgb(80,172,58); }
td.TdClassName
{
border-color: #50AC3A;
}
.TagClassName
{
border-color: #50AC3A;
}
</style>