Shades of Apple #50A83A
Tints of Apple #50A83A
RGB
CMYK
RGB Variations
Color information
#50A83A (or 0x50A83A) is known color: Apple. HEX triplet: 50, A8 and 3A. RGB value is (80,168,58). Sum of RGB (Red+Green+Blue) = 80+168+58=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #50A83A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A83A is #AF57C5. Grayscale: #818181. Windows color (decimal): -11491270 or 3844176. OLE color: 3844176.
HSL color Cylindrical-coordinate representation of color #50A83A: hue angle of 108º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50A83A is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 58 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.34 |
| HSL | 108º | 0.49% | 0.44% | - |
| HSV(B) | 108º | 0.65% | 0.66% | - |
| XYZ | 18.07 | 30.02 | 8.84 | - |
| YUV | 129.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 58 | 0.52 | 0 | 0.65 | 0.34 | 108 | 0.49 | 0.44 |
| Hex | 50 | A8 | 3A | 34 | 0 | 41 | 22 | 6C | 31 | 2C |
| Octal | 120 | 250 | 72 | 64 | 0 | 101 | 42 | 154 | 61 | 54 |
| Binary | 1010000 | 10101000 | 111010 | 110100 | 0 | 1000001 | 100010 | 1101100 | 110001 | 101100 |
Color Harmonies of #50A83A
Complementary color
Monochromatic Colors of #50A83A
Black with #50A83A
Text Example
Text Example
White with #50A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A83A; }
p { color: rgb(80,168,58); }
H1.HeaderClassName
{
color: #50A83A;
}
.AnyTagClassName
{
color: #50A83A;
}
</style>
background-color css
<style>
a { background-color: #50A83A; }
a { background-color: rgb(80,168,58); }
div.DivClassName
{
background-color: #50A83A;
}
.BgClassName
{
background-color: #50A83A;
}
</style>
border-color css
<style>
span { border-color: #50A83A; }
span { border-color: rgb(80,168,58); }
td.TdClassName
{
border-color: #50A83A;
}
.TagClassName
{
border-color: #50A83A;
}
</style>