Shades of Apple #50C542
Tints of Apple #50C542
RGB
CMYK
RGB Variations
Color information
#50C542 (or 0x50C542) is known color: Apple. HEX triplet: 50, C5 and 42. RGB value is (80,197,66). Sum of RGB (Red+Green+Blue) = 80+197+66=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #50C542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C542 is #AF3ABD. Grayscale: #939393. Windows color (decimal): -11483838 or 4375888. OLE color: 4375888.
HSL color Cylindrical-coordinate representation of color #50C542: hue angle of 113.59º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50C542 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 66 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.23 |
| HSL | 113.59º | 0.53% | 0.52% | - |
| HSV(B) | 113.59º | 0.66% | 0.77% | - |
| XYZ | 24.26 | 42.03 | 11.99 | - |
| YUV | 147.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 66 | 0.59 | 0 | 0.66 | 0.23 | 113.59 | 0.53 | 0.52 |
| Hex | 50 | C5 | 42 | 3B | 0 | 42 | 17 | 72 | 35 | 34 |
| Octal | 120 | 305 | 102 | 73 | 0 | 102 | 27 | 162 | 65 | 64 |
| Binary | 1010000 | 11000101 | 1000010 | 111011 | 0 | 1000010 | 10111 | 1110010 | 110101 | 110100 |
Color Harmonies of #50C542
Complementary color
Monochromatic Colors of #50C542
Black with #50C542
Text Example
Text Example
White with #50C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C542; }
p { color: rgb(80,197,66); }
H1.HeaderClassName
{
color: #50C542;
}
.AnyTagClassName
{
color: #50C542;
}
</style>
background-color css
<style>
a { background-color: #50C542; }
a { background-color: rgb(80,197,66); }
div.DivClassName
{
background-color: #50C542;
}
.BgClassName
{
background-color: #50C542;
}
</style>
border-color css
<style>
span { border-color: #50C542; }
span { border-color: rgb(80,197,66); }
td.TdClassName
{
border-color: #50C542;
}
.TagClassName
{
border-color: #50C542;
}
</style>