Shades of Apple #50C943
Tints of Apple #50C943
RGB
CMYK
RGB Variations
Color information
#50C943 (or 0x50C943) is known color: Apple. HEX triplet: 50, C9 and 43. RGB value is (80,201,67). Sum of RGB (Red+Green+Blue) = 80+201+67=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #50C943 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C943 is #AF36BC. Grayscale: #959595. Windows color (decimal): -11482813 or 4442448. OLE color: 4442448.
HSL color Cylindrical-coordinate representation of color #50C943: hue angle of 114.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C943 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 67 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.21 |
| HSL | 114.18º | 0.55% | 0.53% | - |
| HSV(B) | 114.18º | 0.67% | 0.79% | - |
| XYZ | 25.21 | 43.88 | 12.45 | - |
| YUV | 149.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 67 | 0.60 | 0 | 0.67 | 0.21 | 114.18 | 0.55 | 0.53 |
| Hex | 50 | C9 | 43 | 3C | 0 | 43 | 15 | 72 | 37 | 35 |
| Octal | 120 | 311 | 103 | 74 | 0 | 103 | 25 | 162 | 67 | 65 |
| Binary | 1010000 | 11001001 | 1000011 | 111100 | 0 | 1000011 | 10101 | 1110010 | 110111 | 110101 |
Color Harmonies of #50C943
Complementary color
Monochromatic Colors of #50C943
Black with #50C943
Text Example
Text Example
White with #50C943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C943; }
p { color: rgb(80,201,67); }
H1.HeaderClassName
{
color: #50C943;
}
.AnyTagClassName
{
color: #50C943;
}
</style>
background-color css
<style>
a { background-color: #50C943; }
a { background-color: rgb(80,201,67); }
div.DivClassName
{
background-color: #50C943;
}
.BgClassName
{
background-color: #50C943;
}
</style>
border-color css
<style>
span { border-color: #50C943; }
span { border-color: rgb(80,201,67); }
td.TdClassName
{
border-color: #50C943;
}
.TagClassName
{
border-color: #50C943;
}
</style>