Shades of Apple #50C537
Tints of Apple #50C537
RGB
CMYK
RGB Variations
Color information
#50C537 (or 0x50C537) is known color: Apple. HEX triplet: 50, C5 and 37. RGB value is (80,197,55). Sum of RGB (Red+Green+Blue) = 80+197+55=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #50C537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C537 is #AF3AC8. Grayscale: #929292. Windows color (decimal): -11483849 or 3654992. OLE color: 3654992.
HSL color Cylindrical-coordinate representation of color #50C537: hue angle of 109.44º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50C537 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 55 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.23 |
| HSL | 109.44º | 0.56% | 0.49% | - |
| HSV(B) | 109.44º | 0.72% | 0.77% | - |
| XYZ | 23.96 | 41.91 | 10.44 | - |
| YUV | 145.83 | 76.74 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 55 | 0.59 | 0 | 0.72 | 0.23 | 109.44 | 0.56 | 0.49 |
| Hex | 50 | C5 | 37 | 3B | 0 | 48 | 17 | 6D | 38 | 31 |
| Octal | 120 | 305 | 67 | 73 | 0 | 110 | 27 | 155 | 70 | 61 |
| Binary | 1010000 | 11000101 | 110111 | 111011 | 0 | 1001000 | 10111 | 1101101 | 111000 | 110001 |
Color Harmonies of #50C537
Complementary color
Monochromatic Colors of #50C537
Black with #50C537
Text Example
Text Example
White with #50C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C537; }
p { color: rgb(80,197,55); }
H1.HeaderClassName
{
color: #50C537;
}
.AnyTagClassName
{
color: #50C537;
}
</style>
background-color css
<style>
a { background-color: #50C537; }
a { background-color: rgb(80,197,55); }
div.DivClassName
{
background-color: #50C537;
}
.BgClassName
{
background-color: #50C537;
}
</style>
border-color css
<style>
span { border-color: #50C537; }
span { border-color: rgb(80,197,55); }
td.TdClassName
{
border-color: #50C537;
}
.TagClassName
{
border-color: #50C537;
}
</style>