Shades of Apple #50B840
Tints of Apple #50B840
RGB
CMYK
RGB Variations
Color information
#50B840 (or 0x50B840) is known color: Apple. HEX triplet: 50, B8 and 40. RGB value is (80,184,64). Sum of RGB (Red+Green+Blue) = 80+184+64=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #50B840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B840 is #AF47BF. Grayscale: #8B8B8B. Windows color (decimal): -11487168 or 4241488. OLE color: 4241488.
HSL color Cylindrical-coordinate representation of color #50B840: hue angle of 112º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50B840 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 64 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.28 |
| HSL | 112º | 0.48% | 0.49% | - |
| HSV(B) | 112º | 0.65% | 0.72% | - |
| XYZ | 21.37 | 36.36 | 10.74 | - |
| YUV | 139.22 | 85.54 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 64 | 0.57 | 0 | 0.65 | 0.28 | 112 | 0.48 | 0.49 |
| Hex | 50 | B8 | 40 | 39 | 0 | 41 | 1C | 70 | 30 | 31 |
| Octal | 120 | 270 | 100 | 71 | 0 | 101 | 34 | 160 | 60 | 61 |
| Binary | 1010000 | 10111000 | 1000000 | 111001 | 0 | 1000001 | 11100 | 1110000 | 110000 | 110001 |
Color Harmonies of #50B840
Complementary color
Monochromatic Colors of #50B840
Black with #50B840
Text Example
Text Example
White with #50B840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B840; }
p { color: rgb(80,184,64); }
H1.HeaderClassName
{
color: #50B840;
}
.AnyTagClassName
{
color: #50B840;
}
</style>
background-color css
<style>
a { background-color: #50B840; }
a { background-color: rgb(80,184,64); }
div.DivClassName
{
background-color: #50B840;
}
.BgClassName
{
background-color: #50B840;
}
</style>
border-color css
<style>
span { border-color: #50B840; }
span { border-color: rgb(80,184,64); }
td.TdClassName
{
border-color: #50B840;
}
.TagClassName
{
border-color: #50B840;
}
</style>