Shades of Apple #50BA3F
Tints of Apple #50BA3F
RGB
CMYK
RGB Variations
Color information
#50BA3F (or 0x50BA3F) is known color: Apple. HEX triplet: 50, BA and 3F. RGB value is (80,186,63). Sum of RGB (Red+Green+Blue) = 80+186+63=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA3F is #AF45C0. Grayscale: #8C8C8C. Windows color (decimal): -11486657 or 4176464. OLE color: 4176464.
HSL color Cylindrical-coordinate representation of color #50BA3F: hue angle of 111.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BA3F is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 63 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.27 |
| HSL | 111.71º | 0.49% | 0.49% | - |
| HSV(B) | 111.71º | 0.66% | 0.73% | - |
| XYZ | 21.76 | 37.18 | 10.73 | - |
| YUV | 140.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 63 | 0.57 | 0 | 0.66 | 0.27 | 111.71 | 0.49 | 0.49 |
| Hex | 50 | BA | 3F | 39 | 0 | 42 | 1B | 70 | 31 | 31 |
| Octal | 120 | 272 | 77 | 71 | 0 | 102 | 33 | 160 | 61 | 61 |
| Binary | 1010000 | 10111010 | 111111 | 111001 | 0 | 1000010 | 11011 | 1110000 | 110001 | 110001 |
Color Harmonies of #50BA3F
Complementary color
Monochromatic Colors of #50BA3F
Black with #50BA3F
Text Example
Text Example
White with #50BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA3F; }
p { color: rgb(80,186,63); }
H1.HeaderClassName
{
color: #50BA3F;
}
.AnyTagClassName
{
color: #50BA3F;
}
</style>
background-color css
<style>
a { background-color: #50BA3F; }
a { background-color: rgb(80,186,63); }
div.DivClassName
{
background-color: #50BA3F;
}
.BgClassName
{
background-color: #50BA3F;
}
</style>
border-color css
<style>
span { border-color: #50BA3F; }
span { border-color: rgb(80,186,63); }
td.TdClassName
{
border-color: #50BA3F;
}
.TagClassName
{
border-color: #50BA3F;
}
</style>