Shades of Apple #50AE3A
Tints of Apple #50AE3A
RGB
CMYK
RGB Variations
Color information
#50AE3A (or 0x50AE3A) is known color: Apple. HEX triplet: 50, AE and 3A. RGB value is (80,174,58). Sum of RGB (Red+Green+Blue) = 80+174+58=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE3A is #AF51C5. Grayscale: #858585. Windows color (decimal): -11489734 or 3845712. OLE color: 3845712.
HSL color Cylindrical-coordinate representation of color #50AE3A: hue angle of 108.62º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50AE3A is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 58 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.32 |
| HSL | 108.62º | 0.5% | 0.45% | - |
| HSV(B) | 108.62º | 0.67% | 0.68% | - |
| XYZ | 19.21 | 32.28 | 9.22 | - |
| YUV | 132.67 | 85.86 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 58 | 0.54 | 0 | 0.67 | 0.32 | 108.62 | 0.5 | 0.45 |
| Hex | 50 | AE | 3A | 36 | 0 | 43 | 20 | 6D | 32 | 2D |
| Octal | 120 | 256 | 72 | 66 | 0 | 103 | 40 | 155 | 62 | 55 |
| Binary | 1010000 | 10101110 | 111010 | 110110 | 0 | 1000011 | 100000 | 1101101 | 110010 | 101101 |
Color Harmonies of #50AE3A
Complementary color
Monochromatic Colors of #50AE3A
Black with #50AE3A
Text Example
Text Example
White with #50AE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE3A; }
p { color: rgb(80,174,58); }
H1.HeaderClassName
{
color: #50AE3A;
}
.AnyTagClassName
{
color: #50AE3A;
}
</style>
background-color css
<style>
a { background-color: #50AE3A; }
a { background-color: rgb(80,174,58); }
div.DivClassName
{
background-color: #50AE3A;
}
.BgClassName
{
background-color: #50AE3A;
}
</style>
border-color css
<style>
span { border-color: #50AE3A; }
span { border-color: rgb(80,174,58); }
td.TdClassName
{
border-color: #50AE3A;
}
.TagClassName
{
border-color: #50AE3A;
}
</style>