Shades of Apple #50B946
Tints of Apple #50B946
RGB
CMYK
RGB Variations
Color information
#50B946 (or 0x50B946) is known color: Apple. HEX triplet: 50, B9 and 46. RGB value is (80,185,70). Sum of RGB (Red+Green+Blue) = 80+185+70=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #50B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B946 is #AF46B9. Grayscale: #8C8C8C. Windows color (decimal): -11486906 or 4634960. OLE color: 4634960.
HSL color Cylindrical-coordinate representation of color #50B946: hue angle of 114.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50B946 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 70 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.27 |
| HSL | 114.78º | 0.45% | 0.5% | - |
| HSV(B) | 114.78º | 0.62% | 0.73% | - |
| XYZ | 21.76 | 36.85 | 11.76 | - |
| YUV | 140.5 | 88.21 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 70 | 0.57 | 0 | 0.62 | 0.27 | 114.78 | 0.45 | 0.5 |
| Hex | 50 | B9 | 46 | 39 | 0 | 3E | 1B | 73 | 2D | 32 |
| Octal | 120 | 271 | 106 | 71 | 0 | 76 | 33 | 163 | 55 | 62 |
| Binary | 1010000 | 10111001 | 1000110 | 111001 | 0 | 111110 | 11011 | 1110011 | 101101 | 110010 |
Color Harmonies of #50B946
Complementary color
Monochromatic Colors of #50B946
Black with #50B946
Text Example
Text Example
White with #50B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B946; }
p { color: rgb(80,185,70); }
H1.HeaderClassName
{
color: #50B946;
}
.AnyTagClassName
{
color: #50B946;
}
</style>
background-color css
<style>
a { background-color: #50B946; }
a { background-color: rgb(80,185,70); }
div.DivClassName
{
background-color: #50B946;
}
.BgClassName
{
background-color: #50B946;
}
</style>
border-color css
<style>
span { border-color: #50B946; }
span { border-color: rgb(80,185,70); }
td.TdClassName
{
border-color: #50B946;
}
.TagClassName
{
border-color: #50B946;
}
</style>