Shades of Apple #50C649
Tints of Apple #50C649
RGB
CMYK
RGB Variations
Color information
#50C649 (or 0x50C649) is known color: Apple. HEX triplet: 50, C6 and 49. RGB value is (80,198,73). Sum of RGB (Red+Green+Blue) = 80+198+73=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #50C649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C649 is #AF39B6. Grayscale: #949494. Windows color (decimal): -11483575 or 4834896. OLE color: 4834896.
HSL color Cylindrical-coordinate representation of color #50C649: hue angle of 116.64º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C649 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 73 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.22 |
| HSL | 116.64º | 0.52% | 0.53% | - |
| HSV(B) | 116.64º | 0.63% | 0.78% | - |
| XYZ | 24.7 | 42.57 | 13.22 | - |
| YUV | 148.47 | 85.41 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 73 | 0.60 | 0 | 0.63 | 0.22 | 116.64 | 0.52 | 0.53 |
| Hex | 50 | C6 | 49 | 3C | 0 | 3F | 16 | 75 | 34 | 35 |
| Octal | 120 | 306 | 111 | 74 | 0 | 77 | 26 | 165 | 64 | 65 |
| Binary | 1010000 | 11000110 | 1001001 | 111100 | 0 | 111111 | 10110 | 1110101 | 110100 | 110101 |
Color Harmonies of #50C649
Complementary color
Monochromatic Colors of #50C649
Black with #50C649
Text Example
Text Example
White with #50C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C649; }
p { color: rgb(80,198,73); }
H1.HeaderClassName
{
color: #50C649;
}
.AnyTagClassName
{
color: #50C649;
}
</style>
background-color css
<style>
a { background-color: #50C649; }
a { background-color: rgb(80,198,73); }
div.DivClassName
{
background-color: #50C649;
}
.BgClassName
{
background-color: #50C649;
}
</style>
border-color css
<style>
span { border-color: #50C649; }
span { border-color: rgb(80,198,73); }
td.TdClassName
{
border-color: #50C649;
}
.TagClassName
{
border-color: #50C649;
}
</style>