Shades of Apple #50AC3C
Tints of Apple #50AC3C
RGB
CMYK
RGB Variations
Color information
#50AC3C (or 0x50AC3C) is known color: Apple. HEX triplet: 50, AC and 3C. RGB value is (80,172,60). Sum of RGB (Red+Green+Blue) = 80+172+60=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC3C is #AF53C3. Grayscale: #848484. Windows color (decimal): -11490244 or 3976272. OLE color: 3976272.
HSL color Cylindrical-coordinate representation of color #50AC3C: hue angle of 109.29º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50AC3C is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 60 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.33 |
| HSL | 109.29º | 0.48% | 0.45% | - |
| HSV(B) | 109.29º | 0.65% | 0.67% | - |
| XYZ | 18.88 | 31.54 | 9.37 | - |
| YUV | 131.72 | 87.52 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 60 | 0.53 | 0 | 0.65 | 0.33 | 109.29 | 0.48 | 0.45 |
| Hex | 50 | AC | 3C | 35 | 0 | 41 | 21 | 6D | 30 | 2D |
| Octal | 120 | 254 | 74 | 65 | 0 | 101 | 41 | 155 | 60 | 55 |
| Binary | 1010000 | 10101100 | 111100 | 110101 | 0 | 1000001 | 100001 | 1101101 | 110000 | 101101 |
Color Harmonies of #50AC3C
Complementary color
Monochromatic Colors of #50AC3C
Black with #50AC3C
Text Example
Text Example
White with #50AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC3C; }
p { color: rgb(80,172,60); }
H1.HeaderClassName
{
color: #50AC3C;
}
.AnyTagClassName
{
color: #50AC3C;
}
</style>
background-color css
<style>
a { background-color: #50AC3C; }
a { background-color: rgb(80,172,60); }
div.DivClassName
{
background-color: #50AC3C;
}
.BgClassName
{
background-color: #50AC3C;
}
</style>
border-color css
<style>
span { border-color: #50AC3C; }
span { border-color: rgb(80,172,60); }
td.TdClassName
{
border-color: #50AC3C;
}
.TagClassName
{
border-color: #50AC3C;
}
</style>