Shades of Apple #50AE34
Tints of Apple #50AE34
RGB
CMYK
RGB Variations
Color information
#50AE34 (or 0x50AE34) is known color: Apple. HEX triplet: 50, AE and 34. RGB value is (80,174,52). Sum of RGB (Red+Green+Blue) = 80+174+52=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE34 is #AF51CB. Grayscale: #848484. Windows color (decimal): -11489740 or 3452496. OLE color: 3452496.
HSL color Cylindrical-coordinate representation of color #50AE34: hue angle of 106.23º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50AE34 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 52 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.32 |
| HSL | 106.23º | 0.54% | 0.44% | - |
| HSV(B) | 106.23º | 0.7% | 0.68% | - |
| XYZ | 19.06 | 32.23 | 8.46 | - |
| YUV | 131.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 52 | 0.54 | 0 | 0.70 | 0.32 | 106.23 | 0.54 | 0.44 |
| Hex | 50 | AE | 34 | 36 | 0 | 46 | 20 | 6A | 36 | 2C |
| Octal | 120 | 256 | 64 | 66 | 0 | 106 | 40 | 152 | 66 | 54 |
| Binary | 1010000 | 10101110 | 110100 | 110110 | 0 | 1000110 | 100000 | 1101010 | 110110 | 101100 |
Color Harmonies of #50AE34
Complementary color
Monochromatic Colors of #50AE34
Black with #50AE34
Text Example
Text Example
White with #50AE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE34; }
p { color: rgb(80,174,52); }
H1.HeaderClassName
{
color: #50AE34;
}
.AnyTagClassName
{
color: #50AE34;
}
</style>
background-color css
<style>
a { background-color: #50AE34; }
a { background-color: rgb(80,174,52); }
div.DivClassName
{
background-color: #50AE34;
}
.BgClassName
{
background-color: #50AE34;
}
</style>
border-color css
<style>
span { border-color: #50AE34; }
span { border-color: rgb(80,174,52); }
td.TdClassName
{
border-color: #50AE34;
}
.TagClassName
{
border-color: #50AE34;
}
</style>