Shades of Apple #50B33D
Tints of Apple #50B33D
RGB
CMYK
RGB Variations
Color information
#50B33D (or 0x50B33D) is known color: Apple. HEX triplet: 50, B3 and 3D. RGB value is (80,179,61). Sum of RGB (Red+Green+Blue) = 80+179+61=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #50B33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B33D is #AF4CC2. Grayscale: #888888. Windows color (decimal): -11488451 or 4043600. OLE color: 4043600.
HSL color Cylindrical-coordinate representation of color #50B33D: hue angle of 110.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B33D is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 179 | 61 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.30 |
| HSL | 110.34º | 0.49% | 0.47% | - |
| HSV(B) | 110.34º | 0.66% | 0.7% | - |
| XYZ | 20.27 | 34.28 | 9.96 | - |
| YUV | 135.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 179 | 61 | 0.55 | 0 | 0.66 | 0.30 | 110.34 | 0.49 | 0.47 |
| Hex | 50 | B3 | 3D | 37 | 0 | 42 | 1E | 6E | 31 | 2F |
| Octal | 120 | 263 | 75 | 67 | 0 | 102 | 36 | 156 | 61 | 57 |
| Binary | 1010000 | 10110011 | 111101 | 110111 | 0 | 1000010 | 11110 | 1101110 | 110001 | 101111 |
Color Harmonies of #50B33D
Complementary color
Monochromatic Colors of #50B33D
Black with #50B33D
Text Example
Text Example
White with #50B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B33D; }
p { color: rgb(80,179,61); }
H1.HeaderClassName
{
color: #50B33D;
}
.AnyTagClassName
{
color: #50B33D;
}
</style>
background-color css
<style>
a { background-color: #50B33D; }
a { background-color: rgb(80,179,61); }
div.DivClassName
{
background-color: #50B33D;
}
.BgClassName
{
background-color: #50B33D;
}
</style>
border-color css
<style>
span { border-color: #50B33D; }
span { border-color: rgb(80,179,61); }
td.TdClassName
{
border-color: #50B33D;
}
.TagClassName
{
border-color: #50B33D;
}
</style>