Shades of Apple #50AE3E
Tints of Apple #50AE3E
RGB
CMYK
RGB Variations
Color information
#50AE3E (or 0x50AE3E) is known color: Apple. HEX triplet: 50, AE and 3E. RGB value is (80,174,62). Sum of RGB (Red+Green+Blue) = 80+174+62=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE3E is #AF51C1. Grayscale: #858585. Windows color (decimal): -11489730 or 4107856. OLE color: 4107856.
HSL color Cylindrical-coordinate representation of color #50AE3E: hue angle of 110.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50AE3E is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 62 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.32 |
| HSL | 110.36º | 0.47% | 0.46% | - |
| HSV(B) | 110.36º | 0.64% | 0.68% | - |
| XYZ | 19.31 | 32.33 | 9.78 | - |
| YUV | 133.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 62 | 0.54 | 0 | 0.64 | 0.32 | 110.36 | 0.47 | 0.46 |
| Hex | 50 | AE | 3E | 36 | 0 | 40 | 20 | 6E | 2F | 2E |
| Octal | 120 | 256 | 76 | 66 | 0 | 100 | 40 | 156 | 57 | 56 |
| Binary | 1010000 | 10101110 | 111110 | 110110 | 0 | 1000000 | 100000 | 1101110 | 101111 | 101110 |
Color Harmonies of #50AE3E
Complementary color
Monochromatic Colors of #50AE3E
Black with #50AE3E
Text Example
Text Example
White with #50AE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE3E; }
p { color: rgb(80,174,62); }
H1.HeaderClassName
{
color: #50AE3E;
}
.AnyTagClassName
{
color: #50AE3E;
}
</style>
background-color css
<style>
a { background-color: #50AE3E; }
a { background-color: rgb(80,174,62); }
div.DivClassName
{
background-color: #50AE3E;
}
.BgClassName
{
background-color: #50AE3E;
}
</style>
border-color css
<style>
span { border-color: #50AE3E; }
span { border-color: rgb(80,174,62); }
td.TdClassName
{
border-color: #50AE3E;
}
.TagClassName
{
border-color: #50AE3E;
}
</style>