Shades of Apple #50BA37
Tints of Apple #50BA37
RGB
CMYK
RGB Variations
Color information
#50BA37 (or 0x50BA37) is known color: Apple. HEX triplet: 50, BA and 37. RGB value is (80,186,55). Sum of RGB (Red+Green+Blue) = 80+186+55=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA37 is #AF45C8. Grayscale: #8B8B8B. Windows color (decimal): -11486665 or 3652176. OLE color: 3652176.
HSL color Cylindrical-coordinate representation of color #50BA37: hue angle of 108.55º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50BA37 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 55 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.27 |
| HSL | 108.55º | 0.54% | 0.47% | - |
| HSV(B) | 108.55º | 0.7% | 0.73% | - |
| XYZ | 21.56 | 37.1 | 9.64 | - |
| YUV | 139.37 | 80.38 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 55 | 0.57 | 0 | 0.70 | 0.27 | 108.55 | 0.54 | 0.47 |
| Hex | 50 | BA | 37 | 39 | 0 | 46 | 1B | 6D | 36 | 2F |
| Octal | 120 | 272 | 67 | 71 | 0 | 106 | 33 | 155 | 66 | 57 |
| Binary | 1010000 | 10111010 | 110111 | 111001 | 0 | 1000110 | 11011 | 1101101 | 110110 | 101111 |
Color Harmonies of #50BA37
Complementary color
Monochromatic Colors of #50BA37
Black with #50BA37
Text Example
Text Example
White with #50BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA37; }
p { color: rgb(80,186,55); }
H1.HeaderClassName
{
color: #50BA37;
}
.AnyTagClassName
{
color: #50BA37;
}
</style>
background-color css
<style>
a { background-color: #50BA37; }
a { background-color: rgb(80,186,55); }
div.DivClassName
{
background-color: #50BA37;
}
.BgClassName
{
background-color: #50BA37;
}
</style>
border-color css
<style>
span { border-color: #50BA37; }
span { border-color: rgb(80,186,55); }
td.TdClassName
{
border-color: #50BA37;
}
.TagClassName
{
border-color: #50BA37;
}
</style>