Shades of Apple #50C946
Tints of Apple #50C946
RGB
CMYK
RGB Variations
Color information
#50C946 (or 0x50C946) is known color: Apple. HEX triplet: 50, C9 and 46. RGB value is (80,201,70). Sum of RGB (Red+Green+Blue) = 80+201+70=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #50C946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C946 is #AF36B9. Grayscale: #969696. Windows color (decimal): -11482810 or 4639056. OLE color: 4639056.
HSL color Cylindrical-coordinate representation of color #50C946: hue angle of 115.42º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50C946 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 70 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.21 |
| HSL | 115.42º | 0.55% | 0.53% | - |
| HSV(B) | 115.42º | 0.65% | 0.79% | - |
| XYZ | 25.3 | 43.92 | 12.94 | - |
| YUV | 149.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 70 | 0.60 | 0 | 0.65 | 0.21 | 115.42 | 0.55 | 0.53 |
| Hex | 50 | C9 | 46 | 3C | 0 | 41 | 15 | 73 | 37 | 35 |
| Octal | 120 | 311 | 106 | 74 | 0 | 101 | 25 | 163 | 67 | 65 |
| Binary | 1010000 | 11001001 | 1000110 | 111100 | 0 | 1000001 | 10101 | 1110011 | 110111 | 110101 |
Color Harmonies of #50C946
Complementary color
Monochromatic Colors of #50C946
Black with #50C946
Text Example
Text Example
White with #50C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C946; }
p { color: rgb(80,201,70); }
H1.HeaderClassName
{
color: #50C946;
}
.AnyTagClassName
{
color: #50C946;
}
</style>
background-color css
<style>
a { background-color: #50C946; }
a { background-color: rgb(80,201,70); }
div.DivClassName
{
background-color: #50C946;
}
.BgClassName
{
background-color: #50C946;
}
</style>
border-color css
<style>
span { border-color: #50C946; }
span { border-color: rgb(80,201,70); }
td.TdClassName
{
border-color: #50C946;
}
.TagClassName
{
border-color: #50C946;
}
</style>