Shades of Apple #50B537
Tints of Apple #50B537
RGB
CMYK
RGB Variations
Color information
#50B537 (or 0x50B537) is known color: Apple. HEX triplet: 50, B5 and 37. RGB value is (80,181,55). Sum of RGB (Red+Green+Blue) = 80+181+55=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #50B537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B537 is #AF4AC8. Grayscale: #888888. Windows color (decimal): -11487945 or 3650896. OLE color: 3650896.
HSL color Cylindrical-coordinate representation of color #50B537: hue angle of 108.1º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50B537 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 55 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.29 |
| HSL | 108.1º | 0.53% | 0.46% | - |
| HSV(B) | 108.1º | 0.7% | 0.71% | - |
| XYZ | 20.52 | 35.03 | 9.29 | - |
| YUV | 136.44 | 82.04 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 55 | 0.56 | 0 | 0.70 | 0.29 | 108.1 | 0.53 | 0.46 |
| Hex | 50 | B5 | 37 | 38 | 0 | 46 | 1D | 6C | 35 | 2E |
| Octal | 120 | 265 | 67 | 70 | 0 | 106 | 35 | 154 | 65 | 56 |
| Binary | 1010000 | 10110101 | 110111 | 111000 | 0 | 1000110 | 11101 | 1101100 | 110101 | 101110 |
Color Harmonies of #50B537
Complementary color
Monochromatic Colors of #50B537
Black with #50B537
Text Example
Text Example
White with #50B537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B537; }
p { color: rgb(80,181,55); }
H1.HeaderClassName
{
color: #50B537;
}
.AnyTagClassName
{
color: #50B537;
}
</style>
background-color css
<style>
a { background-color: #50B537; }
a { background-color: rgb(80,181,55); }
div.DivClassName
{
background-color: #50B537;
}
.BgClassName
{
background-color: #50B537;
}
</style>
border-color css
<style>
span { border-color: #50B537; }
span { border-color: rgb(80,181,55); }
td.TdClassName
{
border-color: #50B537;
}
.TagClassName
{
border-color: #50B537;
}
</style>