Shades of Apple #50BA36
Tints of Apple #50BA36
RGB
CMYK
RGB Variations
Color information
#50BA36 (or 0x50BA36) is known color: Apple. HEX triplet: 50, BA and 36. RGB value is (80,186,54). Sum of RGB (Red+Green+Blue) = 80+186+54=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA36 is #AF45C9. Grayscale: #8B8B8B. Windows color (decimal): -11486666 or 3586640. OLE color: 3586640.
HSL color Cylindrical-coordinate representation of color #50BA36: hue angle of 108.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50BA36 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 54 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.27 |
| HSL | 108.18º | 0.55% | 0.47% | - |
| HSV(B) | 108.18º | 0.71% | 0.73% | - |
| XYZ | 21.53 | 37.09 | 9.51 | - |
| YUV | 139.26 | 79.88 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 54 | 0.57 | 0 | 0.71 | 0.27 | 108.18 | 0.55 | 0.47 |
| Hex | 50 | BA | 36 | 39 | 0 | 47 | 1B | 6C | 37 | 2F |
| Octal | 120 | 272 | 66 | 71 | 0 | 107 | 33 | 154 | 67 | 57 |
| Binary | 1010000 | 10111010 | 110110 | 111001 | 0 | 1000111 | 11011 | 1101100 | 110111 | 101111 |
Color Harmonies of #50BA36
Complementary color
Monochromatic Colors of #50BA36
Black with #50BA36
Text Example
Text Example
White with #50BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA36; }
p { color: rgb(80,186,54); }
H1.HeaderClassName
{
color: #50BA36;
}
.AnyTagClassName
{
color: #50BA36;
}
</style>
background-color css
<style>
a { background-color: #50BA36; }
a { background-color: rgb(80,186,54); }
div.DivClassName
{
background-color: #50BA36;
}
.BgClassName
{
background-color: #50BA36;
}
</style>
border-color css
<style>
span { border-color: #50BA36; }
span { border-color: rgb(80,186,54); }
td.TdClassName
{
border-color: #50BA36;
}
.TagClassName
{
border-color: #50BA36;
}
</style>