Shades of Apple #50C53D
Tints of Apple #50C53D
RGB
CMYK
RGB Variations
Color information
#50C53D (or 0x50C53D) is known color: Apple. HEX triplet: 50, C5 and 3D. RGB value is (80,197,61). Sum of RGB (Red+Green+Blue) = 80+197+61=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #50C53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C53D is #AF3AC2. Grayscale: #929292. Windows color (decimal): -11483843 or 4048208. OLE color: 4048208.
HSL color Cylindrical-coordinate representation of color #50C53D: hue angle of 111.62º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C53D is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 61 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.23 |
| HSL | 111.62º | 0.54% | 0.51% | - |
| HSV(B) | 111.62º | 0.69% | 0.77% | - |
| XYZ | 24.12 | 41.97 | 11.25 | - |
| YUV | 146.51 | 79.74 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 61 | 0.59 | 0 | 0.69 | 0.23 | 111.62 | 0.54 | 0.51 |
| Hex | 50 | C5 | 3D | 3B | 0 | 45 | 17 | 70 | 36 | 33 |
| Octal | 120 | 305 | 75 | 73 | 0 | 105 | 27 | 160 | 66 | 63 |
| Binary | 1010000 | 11000101 | 111101 | 111011 | 0 | 1000101 | 10111 | 1110000 | 110110 | 110011 |
Color Harmonies of #50C53D
Complementary color
Monochromatic Colors of #50C53D
Black with #50C53D
Text Example
Text Example
White with #50C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C53D; }
p { color: rgb(80,197,61); }
H1.HeaderClassName
{
color: #50C53D;
}
.AnyTagClassName
{
color: #50C53D;
}
</style>
background-color css
<style>
a { background-color: #50C53D; }
a { background-color: rgb(80,197,61); }
div.DivClassName
{
background-color: #50C53D;
}
.BgClassName
{
background-color: #50C53D;
}
</style>
border-color css
<style>
span { border-color: #50C53D; }
span { border-color: rgb(80,197,61); }
td.TdClassName
{
border-color: #50C53D;
}
.TagClassName
{
border-color: #50C53D;
}
</style>