Shades of Apple #50B240
Tints of Apple #50B240
RGB
CMYK
RGB Variations
Color information
#50B240 (or 0x50B240) is known color: Apple. HEX triplet: 50, B2 and 40. RGB value is (80,178,64). Sum of RGB (Red+Green+Blue) = 80+178+64=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #50B240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B240 is #AF4DBF. Grayscale: #888888. Windows color (decimal): -11488704 or 4239952. OLE color: 4239952.
HSL color Cylindrical-coordinate representation of color #50B240: hue angle of 111.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50B240 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 64 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.30 |
| HSL | 111.58º | 0.47% | 0.47% | - |
| HSV(B) | 111.58º | 0.64% | 0.7% | - |
| XYZ | 20.15 | 33.92 | 10.33 | - |
| YUV | 135.7 | 87.53 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 64 | 0.55 | 0 | 0.64 | 0.30 | 111.58 | 0.47 | 0.47 |
| Hex | 50 | B2 | 40 | 37 | 0 | 40 | 1E | 70 | 2F | 2F |
| Octal | 120 | 262 | 100 | 67 | 0 | 100 | 36 | 160 | 57 | 57 |
| Binary | 1010000 | 10110010 | 1000000 | 110111 | 0 | 1000000 | 11110 | 1110000 | 101111 | 101111 |
Color Harmonies of #50B240
Complementary color
Monochromatic Colors of #50B240
Black with #50B240
Text Example
Text Example
White with #50B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B240; }
p { color: rgb(80,178,64); }
H1.HeaderClassName
{
color: #50B240;
}
.AnyTagClassName
{
color: #50B240;
}
</style>
background-color css
<style>
a { background-color: #50B240; }
a { background-color: rgb(80,178,64); }
div.DivClassName
{
background-color: #50B240;
}
.BgClassName
{
background-color: #50B240;
}
</style>
border-color css
<style>
span { border-color: #50B240; }
span { border-color: rgb(80,178,64); }
td.TdClassName
{
border-color: #50B240;
}
.TagClassName
{
border-color: #50B240;
}
</style>