Shades of Apple #50BD43
Tints of Apple #50BD43
RGB
CMYK
RGB Variations
Color information
#50BD43 (or 0x50BD43) is known color: Apple. HEX triplet: 50, BD and 43. RGB value is (80,189,67). Sum of RGB (Red+Green+Blue) = 80+189+67=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD43 is #AF42BC. Grayscale: #8E8E8E. Windows color (decimal): -11485885 or 4439376. OLE color: 4439376.
HSL color Cylindrical-coordinate representation of color #50BD43: hue angle of 113.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50BD43 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 67 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.26 |
| HSL | 113.61º | 0.48% | 0.5% | - |
| HSV(B) | 113.61º | 0.65% | 0.74% | - |
| XYZ | 22.52 | 38.51 | 11.56 | - |
| YUV | 142.5 | 85.39 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 67 | 0.58 | 0 | 0.65 | 0.26 | 113.61 | 0.48 | 0.5 |
| Hex | 50 | BD | 43 | 3A | 0 | 41 | 1A | 72 | 30 | 32 |
| Octal | 120 | 275 | 103 | 72 | 0 | 101 | 32 | 162 | 60 | 62 |
| Binary | 1010000 | 10111101 | 1000011 | 111010 | 0 | 1000001 | 11010 | 1110010 | 110000 | 110010 |
Color Harmonies of #50BD43
Complementary color
Monochromatic Colors of #50BD43
Black with #50BD43
Text Example
Text Example
White with #50BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD43; }
p { color: rgb(80,189,67); }
H1.HeaderClassName
{
color: #50BD43;
}
.AnyTagClassName
{
color: #50BD43;
}
</style>
background-color css
<style>
a { background-color: #50BD43; }
a { background-color: rgb(80,189,67); }
div.DivClassName
{
background-color: #50BD43;
}
.BgClassName
{
background-color: #50BD43;
}
</style>
border-color css
<style>
span { border-color: #50BD43; }
span { border-color: rgb(80,189,67); }
td.TdClassName
{
border-color: #50BD43;
}
.TagClassName
{
border-color: #50BD43;
}
</style>