Shades of Apple #50B53E
Tints of Apple #50B53E
RGB
CMYK
RGB Variations
Color information
#50B53E (or 0x50B53E) is known color: Apple. HEX triplet: 50, B5 and 3E. RGB value is (80,181,62). Sum of RGB (Red+Green+Blue) = 80+181+62=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #50B53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B53E is #AF4AC1. Grayscale: #898989. Windows color (decimal): -11487938 or 4109648. OLE color: 4109648.
HSL color Cylindrical-coordinate representation of color #50B53E: hue angle of 110.92º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B53E is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 62 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.29 |
| HSL | 110.92º | 0.49% | 0.48% | - |
| HSV(B) | 110.92º | 0.66% | 0.71% | - |
| XYZ | 20.7 | 35.1 | 10.24 | - |
| YUV | 137.24 | 85.54 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 62 | 0.56 | 0 | 0.66 | 0.29 | 110.92 | 0.49 | 0.48 |
| Hex | 50 | B5 | 3E | 38 | 0 | 42 | 1D | 6F | 31 | 30 |
| Octal | 120 | 265 | 76 | 70 | 0 | 102 | 35 | 157 | 61 | 60 |
| Binary | 1010000 | 10110101 | 111110 | 111000 | 0 | 1000010 | 11101 | 1101111 | 110001 | 110000 |
Color Harmonies of #50B53E
Complementary color
Monochromatic Colors of #50B53E
Black with #50B53E
Text Example
Text Example
White with #50B53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B53E; }
p { color: rgb(80,181,62); }
H1.HeaderClassName
{
color: #50B53E;
}
.AnyTagClassName
{
color: #50B53E;
}
</style>
background-color css
<style>
a { background-color: #50B53E; }
a { background-color: rgb(80,181,62); }
div.DivClassName
{
background-color: #50B53E;
}
.BgClassName
{
background-color: #50B53E;
}
</style>
border-color css
<style>
span { border-color: #50B53E; }
span { border-color: rgb(80,181,62); }
td.TdClassName
{
border-color: #50B53E;
}
.TagClassName
{
border-color: #50B53E;
}
</style>