Shades of Apple #50C43E
Tints of Apple #50C43E
RGB
CMYK
RGB Variations
Color information
#50C43E (or 0x50C43E) is known color: Apple. HEX triplet: 50, C4 and 3E. RGB value is (80,196,62). Sum of RGB (Red+Green+Blue) = 80+196+62=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #50C43E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C43E is #AF3BC1. Grayscale: #929292. Windows color (decimal): -11484098 or 4113488. OLE color: 4113488.
HSL color Cylindrical-coordinate representation of color #50C43E: hue angle of 111.94º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50C43E is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 62 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.23 |
| HSL | 111.94º | 0.53% | 0.51% | - |
| HSV(B) | 111.94º | 0.68% | 0.77% | - |
| XYZ | 23.92 | 41.53 | 11.31 | - |
| YUV | 146.04 | 80.57 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 62 | 0.59 | 0 | 0.68 | 0.23 | 111.94 | 0.53 | 0.51 |
| Hex | 50 | C4 | 3E | 3B | 0 | 44 | 17 | 70 | 35 | 33 |
| Octal | 120 | 304 | 76 | 73 | 0 | 104 | 27 | 160 | 65 | 63 |
| Binary | 1010000 | 11000100 | 111110 | 111011 | 0 | 1000100 | 10111 | 1110000 | 110101 | 110011 |
Color Harmonies of #50C43E
Complementary color
Monochromatic Colors of #50C43E
Black with #50C43E
Text Example
Text Example
White with #50C43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C43E; }
p { color: rgb(80,196,62); }
H1.HeaderClassName
{
color: #50C43E;
}
.AnyTagClassName
{
color: #50C43E;
}
</style>
background-color css
<style>
a { background-color: #50C43E; }
a { background-color: rgb(80,196,62); }
div.DivClassName
{
background-color: #50C43E;
}
.BgClassName
{
background-color: #50C43E;
}
</style>
border-color css
<style>
span { border-color: #50C43E; }
span { border-color: rgb(80,196,62); }
td.TdClassName
{
border-color: #50C43E;
}
.TagClassName
{
border-color: #50C43E;
}
</style>