Shades of Apple #50AE3F
Tints of Apple #50AE3F
RGB
CMYK
RGB Variations
Color information
#50AE3F (or 0x50AE3F) is known color: Apple. HEX triplet: 50, AE and 3F. RGB value is (80,174,63). Sum of RGB (Red+Green+Blue) = 80+174+63=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE3F is #AF51C0. Grayscale: #858585. Windows color (decimal): -11489729 or 4173392. OLE color: 4173392.
HSL color Cylindrical-coordinate representation of color #50AE3F: hue angle of 110.81º 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 #50AE3F is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 63 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.32 |
| HSL | 110.81º | 0.47% | 0.46% | - |
| HSV(B) | 110.81º | 0.64% | 0.68% | - |
| XYZ | 19.34 | 32.34 | 9.92 | - |
| YUV | 133.24 | 88.36 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 63 | 0.54 | 0 | 0.64 | 0.32 | 110.81 | 0.47 | 0.46 |
| Hex | 50 | AE | 3F | 36 | 0 | 40 | 20 | 6F | 2F | 2E |
| Octal | 120 | 256 | 77 | 66 | 0 | 100 | 40 | 157 | 57 | 56 |
| Binary | 1010000 | 10101110 | 111111 | 110110 | 0 | 1000000 | 100000 | 1101111 | 101111 | 101110 |
Color Harmonies of #50AE3F
Complementary color
Monochromatic Colors of #50AE3F
Black with #50AE3F
Text Example
Text Example
White with #50AE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE3F; }
p { color: rgb(80,174,63); }
H1.HeaderClassName
{
color: #50AE3F;
}
.AnyTagClassName
{
color: #50AE3F;
}
</style>
background-color css
<style>
a { background-color: #50AE3F; }
a { background-color: rgb(80,174,63); }
div.DivClassName
{
background-color: #50AE3F;
}
.BgClassName
{
background-color: #50AE3F;
}
</style>
border-color css
<style>
span { border-color: #50AE3F; }
span { border-color: rgb(80,174,63); }
td.TdClassName
{
border-color: #50AE3F;
}
.TagClassName
{
border-color: #50AE3F;
}
</style>