Shades of Apple #50BA40
Tints of Apple #50BA40
RGB
CMYK
RGB Variations
Color information
#50BA40 (or 0x50BA40) is known color: Apple. HEX triplet: 50, BA and 40. RGB value is (80,186,64). Sum of RGB (Red+Green+Blue) = 80+186+64=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA40 is #AF45BF. Grayscale: #8C8C8C. Windows color (decimal): -11486656 or 4242000. OLE color: 4242000.
HSL color Cylindrical-coordinate representation of color #50BA40: hue angle of 112.13º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BA40 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 64 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.27 |
| HSL | 112.13º | 0.49% | 0.49% | - |
| HSV(B) | 112.13º | 0.66% | 0.73% | - |
| XYZ | 21.79 | 37.19 | 10.88 | - |
| YUV | 140.4 | 84.88 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 64 | 0.57 | 0 | 0.66 | 0.27 | 112.13 | 0.49 | 0.49 |
| Hex | 50 | BA | 40 | 39 | 0 | 42 | 1B | 70 | 31 | 31 |
| Octal | 120 | 272 | 100 | 71 | 0 | 102 | 33 | 160 | 61 | 61 |
| Binary | 1010000 | 10111010 | 1000000 | 111001 | 0 | 1000010 | 11011 | 1110000 | 110001 | 110001 |
Color Harmonies of #50BA40
Complementary color
Monochromatic Colors of #50BA40
Black with #50BA40
Text Example
Text Example
White with #50BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA40; }
p { color: rgb(80,186,64); }
H1.HeaderClassName
{
color: #50BA40;
}
.AnyTagClassName
{
color: #50BA40;
}
</style>
background-color css
<style>
a { background-color: #50BA40; }
a { background-color: rgb(80,186,64); }
div.DivClassName
{
background-color: #50BA40;
}
.BgClassName
{
background-color: #50BA40;
}
</style>
border-color css
<style>
span { border-color: #50BA40; }
span { border-color: rgb(80,186,64); }
td.TdClassName
{
border-color: #50BA40;
}
.TagClassName
{
border-color: #50BA40;
}
</style>