Shades of Apple #50C73E
Tints of Apple #50C73E
RGB
CMYK
RGB Variations
Color information
#50C73E (or 0x50C73E) is known color: Apple. HEX triplet: 50, C7 and 3E. RGB value is (80,199,62). Sum of RGB (Red+Green+Blue) = 80+199+62=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 199 (78.12% from 255 or 58.36% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 199 - color contains mainly: green. Hex color #50C73E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C73E is #AF38C1. Grayscale: #949494. Windows color (decimal): -11483330 or 4114256. OLE color: 4114256.
HSL color Cylindrical-coordinate representation of color #50C73E: hue angle of 112.12º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C73E is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 199 | 62 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.22 |
| HSL | 112.12º | 0.55% | 0.51% | - |
| HSV(B) | 112.12º | 0.69% | 0.78% | - |
| XYZ | 24.6 | 42.9 | 11.54 | - |
| YUV | 147.8 | 79.58 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 199 | 62 | 0.60 | 0 | 0.69 | 0.22 | 112.12 | 0.55 | 0.51 |
| Hex | 50 | C7 | 3E | 3C | 0 | 45 | 16 | 70 | 37 | 33 |
| Octal | 120 | 307 | 76 | 74 | 0 | 105 | 26 | 160 | 67 | 63 |
| Binary | 1010000 | 11000111 | 111110 | 111100 | 0 | 1000101 | 10110 | 1110000 | 110111 | 110011 |
Color Harmonies of #50C73E
Complementary color
Monochromatic Colors of #50C73E
Black with #50C73E
Text Example
Text Example
White with #50C73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C73E; }
p { color: rgb(80,199,62); }
H1.HeaderClassName
{
color: #50C73E;
}
.AnyTagClassName
{
color: #50C73E;
}
</style>
background-color css
<style>
a { background-color: #50C73E; }
a { background-color: rgb(80,199,62); }
div.DivClassName
{
background-color: #50C73E;
}
.BgClassName
{
background-color: #50C73E;
}
</style>
border-color css
<style>
span { border-color: #50C73E; }
span { border-color: rgb(80,199,62); }
td.TdClassName
{
border-color: #50C73E;
}
.TagClassName
{
border-color: #50C73E;
}
</style>