Shades of Apple #50C84D
Tints of Apple #50C84D
RGB
CMYK
RGB Variations
Color information
#50C84D (or 0x50C84D) is known color: Apple. HEX triplet: 50, C8 and 4D. RGB value is (80,200,77). Sum of RGB (Red+Green+Blue) = 80+200+77=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #50C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C84D is #AF37B2. Grayscale: #969696. Windows color (decimal): -11483059 or 5097552. OLE color: 5097552.
HSL color Cylindrical-coordinate representation of color #50C84D: hue angle of 118.54º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50C84D is Cyan = 0.6, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 77 | - |
| CMYK | 0.6 | 0 | 0.62 | 0.22 |
| HSL | 118.54º | 0.53% | 0.54% | - |
| HSV(B) | 118.54º | 0.62% | 0.78% | - |
| XYZ | 25.3 | 43.55 | 14.09 | - |
| YUV | 150.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 77 | 0.6 | 0 | 0.62 | 0.22 | 118.54 | 0.53 | 0.54 |
| Hex | 50 | C8 | 4D | 3C | 0 | 3E | 16 | 77 | 35 | 36 |
| Octal | 120 | 310 | 115 | 74 | 0 | 76 | 26 | 167 | 65 | 66 |
| Binary | 1010000 | 11001000 | 1001101 | 111100 | 0 | 111110 | 10110 | 1110111 | 110101 | 110110 |
Color Harmonies of #50C84D
Complementary color
Monochromatic Colors of #50C84D
Black with #50C84D
Text Example
Text Example
White with #50C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C84D; }
p { color: rgb(80,200,77); }
H1.HeaderClassName
{
color: #50C84D;
}
.AnyTagClassName
{
color: #50C84D;
}
</style>
background-color css
<style>
a { background-color: #50C84D; }
a { background-color: rgb(80,200,77); }
div.DivClassName
{
background-color: #50C84D;
}
.BgClassName
{
background-color: #50C84D;
}
</style>
border-color css
<style>
span { border-color: #50C84D; }
span { border-color: rgb(80,200,77); }
td.TdClassName
{
border-color: #50C84D;
}
.TagClassName
{
border-color: #50C84D;
}
</style>