Shades of Apple #50C849
Tints of Apple #50C849
RGB
CMYK
RGB Variations
Color information
#50C849 (or 0x50C849) is known color: Apple. HEX triplet: 50, C8 and 49. RGB value is (80,200,73). Sum of RGB (Red+Green+Blue) = 80+200+73=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #50C849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C849 is #AF37B6. Grayscale: #969696. Windows color (decimal): -11483063 or 4835408. OLE color: 4835408.
HSL color Cylindrical-coordinate representation of color #50C849: hue angle of 116.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C849 is Cyan = 0.6, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 73 | - |
| CMYK | 0.6 | 0 | 0.64 | 0.22 |
| HSL | 116.69º | 0.54% | 0.54% | - |
| HSV(B) | 116.69º | 0.64% | 0.78% | - |
| XYZ | 25.17 | 43.5 | 13.37 | - |
| YUV | 149.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 73 | 0.6 | 0 | 0.64 | 0.22 | 116.69 | 0.54 | 0.54 |
| Hex | 50 | C8 | 49 | 3C | 0 | 40 | 16 | 75 | 36 | 36 |
| Octal | 120 | 310 | 111 | 74 | 0 | 100 | 26 | 165 | 66 | 66 |
| Binary | 1010000 | 11001000 | 1001001 | 111100 | 0 | 1000000 | 10110 | 1110101 | 110110 | 110110 |
Color Harmonies of #50C849
Complementary color
Monochromatic Colors of #50C849
Black with #50C849
Text Example
Text Example
White with #50C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C849; }
p { color: rgb(80,200,73); }
H1.HeaderClassName
{
color: #50C849;
}
.AnyTagClassName
{
color: #50C849;
}
</style>
background-color css
<style>
a { background-color: #50C849; }
a { background-color: rgb(80,200,73); }
div.DivClassName
{
background-color: #50C849;
}
.BgClassName
{
background-color: #50C849;
}
</style>
border-color css
<style>
span { border-color: #50C849; }
span { border-color: rgb(80,200,73); }
td.TdClassName
{
border-color: #50C849;
}
.TagClassName
{
border-color: #50C849;
}
</style>