Shades of Apple #50A238
Tints of Apple #50A238
RGB
CMYK
RGB Variations
Color information
#50A238 (or 0x50A238) is known color: Apple. HEX triplet: 50, A2 and 38. RGB value is (80,162,56). Sum of RGB (Red+Green+Blue) = 80+162+56=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #50A238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A238 is #AF5DC7. Grayscale: #7D7D7D. Windows color (decimal): -11492808 or 3711568. OLE color: 3711568.
HSL color Cylindrical-coordinate representation of color #50A238: hue angle of 106.42º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50A238 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 56 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.36 |
| HSL | 106.42º | 0.49% | 0.43% | - |
| HSV(B) | 106.42º | 0.65% | 0.64% | - |
| XYZ | 16.94 | 27.83 | 8.22 | - |
| YUV | 125.4 | 88.83 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 56 | 0.51 | 0 | 0.65 | 0.36 | 106.42 | 0.49 | 0.43 |
| Hex | 50 | A2 | 38 | 33 | 0 | 41 | 24 | 6A | 31 | 2B |
| Octal | 120 | 242 | 70 | 63 | 0 | 101 | 44 | 152 | 61 | 53 |
| Binary | 1010000 | 10100010 | 111000 | 110011 | 0 | 1000001 | 100100 | 1101010 | 110001 | 101011 |
Color Harmonies of #50A238
Complementary color
Monochromatic Colors of #50A238
Black with #50A238
Text Example
Text Example
White with #50A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A238; }
p { color: rgb(80,162,56); }
H1.HeaderClassName
{
color: #50A238;
}
.AnyTagClassName
{
color: #50A238;
}
</style>
background-color css
<style>
a { background-color: #50A238; }
a { background-color: rgb(80,162,56); }
div.DivClassName
{
background-color: #50A238;
}
.BgClassName
{
background-color: #50A238;
}
</style>
border-color css
<style>
span { border-color: #50A238; }
span { border-color: rgb(80,162,56); }
td.TdClassName
{
border-color: #50A238;
}
.TagClassName
{
border-color: #50A238;
}
</style>