Shades of Apple #50B935
Tints of Apple #50B935
RGB
CMYK
RGB Variations
Color information
#50B935 (or 0x50B935) is known color: Apple. HEX triplet: 50, B9 and 35. RGB value is (80,185,53). Sum of RGB (Red+Green+Blue) = 80+185+53=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #50B935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B935 is #AF46CA. Grayscale: #8A8A8A. Windows color (decimal): -11486923 or 3520848. OLE color: 3520848.
HSL color Cylindrical-coordinate representation of color #50B935: hue angle of 107.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50B935 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 53 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.27 |
| HSL | 107.73º | 0.55% | 0.47% | - |
| HSV(B) | 107.73º | 0.71% | 0.73% | - |
| XYZ | 21.3 | 36.66 | 9.32 | - |
| YUV | 138.56 | 79.71 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 53 | 0.57 | 0 | 0.71 | 0.27 | 107.73 | 0.55 | 0.47 |
| Hex | 50 | B9 | 35 | 39 | 0 | 47 | 1B | 6C | 37 | 2F |
| Octal | 120 | 271 | 65 | 71 | 0 | 107 | 33 | 154 | 67 | 57 |
| Binary | 1010000 | 10111001 | 110101 | 111001 | 0 | 1000111 | 11011 | 1101100 | 110111 | 101111 |
Color Harmonies of #50B935
Complementary color
Monochromatic Colors of #50B935
Black with #50B935
Text Example
Text Example
White with #50B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B935; }
p { color: rgb(80,185,53); }
H1.HeaderClassName
{
color: #50B935;
}
.AnyTagClassName
{
color: #50B935;
}
</style>
background-color css
<style>
a { background-color: #50B935; }
a { background-color: rgb(80,185,53); }
div.DivClassName
{
background-color: #50B935;
}
.BgClassName
{
background-color: #50B935;
}
</style>
border-color css
<style>
span { border-color: #50B935; }
span { border-color: rgb(80,185,53); }
td.TdClassName
{
border-color: #50B935;
}
.TagClassName
{
border-color: #50B935;
}
</style>