Shades of Apple #50B83D
Tints of Apple #50B83D
RGB
CMYK
RGB Variations
Color information
#50B83D (or 0x50B83D) is known color: Apple. HEX triplet: 50, B8 and 3D. RGB value is (80,184,61). Sum of RGB (Red+Green+Blue) = 80+184+61=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #50B83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B83D is #AF47C2. Grayscale: #8B8B8B. Windows color (decimal): -11487171 or 4044880. OLE color: 4044880.
HSL color Cylindrical-coordinate representation of color #50B83D: hue angle of 110.73º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B83D is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 61 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.28 |
| HSL | 110.73º | 0.5% | 0.48% | - |
| HSV(B) | 110.73º | 0.67% | 0.72% | - |
| XYZ | 21.29 | 36.32 | 10.3 | - |
| YUV | 138.88 | 84.04 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 61 | 0.57 | 0 | 0.67 | 0.28 | 110.73 | 0.5 | 0.48 |
| Hex | 50 | B8 | 3D | 39 | 0 | 43 | 1C | 6F | 32 | 30 |
| Octal | 120 | 270 | 75 | 71 | 0 | 103 | 34 | 157 | 62 | 60 |
| Binary | 1010000 | 10111000 | 111101 | 111001 | 0 | 1000011 | 11100 | 1101111 | 110010 | 110000 |
Color Harmonies of #50B83D
Complementary color
Monochromatic Colors of #50B83D
Black with #50B83D
Text Example
Text Example
White with #50B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B83D; }
p { color: rgb(80,184,61); }
H1.HeaderClassName
{
color: #50B83D;
}
.AnyTagClassName
{
color: #50B83D;
}
</style>
background-color css
<style>
a { background-color: #50B83D; }
a { background-color: rgb(80,184,61); }
div.DivClassName
{
background-color: #50B83D;
}
.BgClassName
{
background-color: #50B83D;
}
</style>
border-color css
<style>
span { border-color: #50B83D; }
span { border-color: rgb(80,184,61); }
td.TdClassName
{
border-color: #50B83D;
}
.TagClassName
{
border-color: #50B83D;
}
</style>