Shades of Apple #50C63D
Tints of Apple #50C63D
RGB
CMYK
RGB Variations
Color information
#50C63D (or 0x50C63D) is known color: Apple. HEX triplet: 50, C6 and 3D. RGB value is (80,198,61). Sum of RGB (Red+Green+Blue) = 80+198+61=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #50C63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C63D is #AF39C2. Grayscale: #939393. Windows color (decimal): -11483587 or 4048464. OLE color: 4048464.
HSL color Cylindrical-coordinate representation of color #50C63D: hue angle of 111.68º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C63D is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 61 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.22 |
| HSL | 111.68º | 0.55% | 0.51% | - |
| HSV(B) | 111.68º | 0.69% | 0.78% | - |
| XYZ | 24.34 | 42.43 | 11.32 | - |
| YUV | 147.1 | 79.41 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 61 | 0.60 | 0 | 0.69 | 0.22 | 111.68 | 0.55 | 0.51 |
| Hex | 50 | C6 | 3D | 3C | 0 | 45 | 16 | 70 | 37 | 33 |
| Octal | 120 | 306 | 75 | 74 | 0 | 105 | 26 | 160 | 67 | 63 |
| Binary | 1010000 | 11000110 | 111101 | 111100 | 0 | 1000101 | 10110 | 1110000 | 110111 | 110011 |
Color Harmonies of #50C63D
Complementary color
Monochromatic Colors of #50C63D
Black with #50C63D
Text Example
Text Example
White with #50C63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C63D; }
p { color: rgb(80,198,61); }
H1.HeaderClassName
{
color: #50C63D;
}
.AnyTagClassName
{
color: #50C63D;
}
</style>
background-color css
<style>
a { background-color: #50C63D; }
a { background-color: rgb(80,198,61); }
div.DivClassName
{
background-color: #50C63D;
}
.BgClassName
{
background-color: #50C63D;
}
</style>
border-color css
<style>
span { border-color: #50C63D; }
span { border-color: rgb(80,198,61); }
td.TdClassName
{
border-color: #50C63D;
}
.TagClassName
{
border-color: #50C63D;
}
</style>