Shades of Apple #50AF41
Tints of Apple #50AF41
RGB
CMYK
RGB Variations
Color information
#50AF41 (or 0x50AF41) is known color: Apple. HEX triplet: 50, AF and 41. RGB value is (80,175,65). Sum of RGB (Red+Green+Blue) = 80+175+65=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF41 is #AF50BE. Grayscale: #868686. Windows color (decimal): -11489471 or 4304720. OLE color: 4304720.
HSL color Cylindrical-coordinate representation of color #50AF41: hue angle of 111.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50AF41 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 65 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.31 |
| HSL | 111.82º | 0.46% | 0.47% | - |
| HSV(B) | 111.82º | 0.63% | 0.69% | - |
| XYZ | 19.59 | 32.75 | 10.29 | - |
| YUV | 134.06 | 89.03 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 65 | 0.54 | 0 | 0.63 | 0.31 | 111.82 | 0.46 | 0.47 |
| Hex | 50 | AF | 41 | 36 | 0 | 3F | 1F | 70 | 2E | 2F |
| Octal | 120 | 257 | 101 | 66 | 0 | 77 | 37 | 160 | 56 | 57 |
| Binary | 1010000 | 10101111 | 1000001 | 110110 | 0 | 111111 | 11111 | 1110000 | 101110 | 101111 |
Color Harmonies of #50AF41
Complementary color
Monochromatic Colors of #50AF41
Black with #50AF41
Text Example
Text Example
White with #50AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF41; }
p { color: rgb(80,175,65); }
H1.HeaderClassName
{
color: #50AF41;
}
.AnyTagClassName
{
color: #50AF41;
}
</style>
background-color css
<style>
a { background-color: #50AF41; }
a { background-color: rgb(80,175,65); }
div.DivClassName
{
background-color: #50AF41;
}
.BgClassName
{
background-color: #50AF41;
}
</style>
border-color css
<style>
span { border-color: #50AF41; }
span { border-color: rgb(80,175,65); }
td.TdClassName
{
border-color: #50AF41;
}
.TagClassName
{
border-color: #50AF41;
}
</style>