Shades of Apple #50C945
Tints of Apple #50C945
RGB
CMYK
RGB Variations
Color information
#50C945 (or 0x50C945) is known color: Apple. HEX triplet: 50, C9 and 45. RGB value is (80,201,69). Sum of RGB (Red+Green+Blue) = 80+201+69=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #50C945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C945 is #AF36BA. Grayscale: #969696. Windows color (decimal): -11482811 or 4573520. OLE color: 4573520.
HSL color Cylindrical-coordinate representation of color #50C945: hue angle of 115º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50C945 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 69 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.21 |
| HSL | 115º | 0.55% | 0.53% | - |
| HSV(B) | 115º | 0.66% | 0.79% | - |
| XYZ | 25.27 | 43.91 | 12.77 | - |
| YUV | 149.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 69 | 0.60 | 0 | 0.66 | 0.21 | 115 | 0.55 | 0.53 |
| Hex | 50 | C9 | 45 | 3C | 0 | 42 | 15 | 73 | 37 | 35 |
| Octal | 120 | 311 | 105 | 74 | 0 | 102 | 25 | 163 | 67 | 65 |
| Binary | 1010000 | 11001001 | 1000101 | 111100 | 0 | 1000010 | 10101 | 1110011 | 110111 | 110101 |
Color Harmonies of #50C945
Complementary color
Monochromatic Colors of #50C945
Black with #50C945
Text Example
Text Example
White with #50C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C945; }
p { color: rgb(80,201,69); }
H1.HeaderClassName
{
color: #50C945;
}
.AnyTagClassName
{
color: #50C945;
}
</style>
background-color css
<style>
a { background-color: #50C945; }
a { background-color: rgb(80,201,69); }
div.DivClassName
{
background-color: #50C945;
}
.BgClassName
{
background-color: #50C945;
}
</style>
border-color css
<style>
span { border-color: #50C945; }
span { border-color: rgb(80,201,69); }
td.TdClassName
{
border-color: #50C945;
}
.TagClassName
{
border-color: #50C945;
}
</style>