Shades of Apple #50C136
Tints of Apple #50C136
RGB
CMYK
RGB Variations
Color information
#50C136 (or 0x50C136) is known color: Apple. HEX triplet: 50, C1 and 36. RGB value is (80,193,54). Sum of RGB (Red+Green+Blue) = 80+193+54=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #50C136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C136 is #AF3EC9. Grayscale: #8F8F8F. Windows color (decimal): -11484874 or 3588432. OLE color: 3588432.
HSL color Cylindrical-coordinate representation of color #50C136: hue angle of 108.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50C136 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 193 | 54 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.24 |
| HSL | 108.78º | 0.56% | 0.48% | - |
| HSV(B) | 108.78º | 0.72% | 0.76% | - |
| XYZ | 23.04 | 40.11 | 10.02 | - |
| YUV | 143.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 193 | 54 | 0.59 | 0 | 0.72 | 0.24 | 108.78 | 0.56 | 0.48 |
| Hex | 50 | C1 | 36 | 3B | 0 | 48 | 18 | 6D | 38 | 30 |
| Octal | 120 | 301 | 66 | 73 | 0 | 110 | 30 | 155 | 70 | 60 |
| Binary | 1010000 | 11000001 | 110110 | 111011 | 0 | 1001000 | 11000 | 1101101 | 111000 | 110000 |
Color Harmonies of #50C136
Complementary color
Monochromatic Colors of #50C136
Black with #50C136
Text Example
Text Example
White with #50C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C136; }
p { color: rgb(80,193,54); }
H1.HeaderClassName
{
color: #50C136;
}
.AnyTagClassName
{
color: #50C136;
}
</style>
background-color css
<style>
a { background-color: #50C136; }
a { background-color: rgb(80,193,54); }
div.DivClassName
{
background-color: #50C136;
}
.BgClassName
{
background-color: #50C136;
}
</style>
border-color css
<style>
span { border-color: #50C136; }
span { border-color: rgb(80,193,54); }
td.TdClassName
{
border-color: #50C136;
}
.TagClassName
{
border-color: #50C136;
}
</style>