Shades of Apple #50C337
Tints of Apple #50C337
RGB
CMYK
RGB Variations
Color information
#50C337 (or 0x50C337) is known color: Apple. HEX triplet: 50, C3 and 37. RGB value is (80,195,55). Sum of RGB (Red+Green+Blue) = 80+195+55=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #50C337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C337 is #AF3CC8. Grayscale: #919191. Windows color (decimal): -11484361 or 3654480. OLE color: 3654480.
HSL color Cylindrical-coordinate representation of color #50C337: hue angle of 109.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50C337 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 55 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.24 |
| HSL | 109.29º | 0.56% | 0.49% | - |
| HSV(B) | 109.29º | 0.72% | 0.76% | - |
| XYZ | 23.51 | 41.01 | 10.29 | - |
| YUV | 144.66 | 77.4 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 55 | 0.59 | 0 | 0.72 | 0.24 | 109.29 | 0.56 | 0.49 |
| Hex | 50 | C3 | 37 | 3B | 0 | 48 | 18 | 6D | 38 | 31 |
| Octal | 120 | 303 | 67 | 73 | 0 | 110 | 30 | 155 | 70 | 61 |
| Binary | 1010000 | 11000011 | 110111 | 111011 | 0 | 1001000 | 11000 | 1101101 | 111000 | 110001 |
Color Harmonies of #50C337
Complementary color
Monochromatic Colors of #50C337
Black with #50C337
Text Example
Text Example
White with #50C337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C337; }
p { color: rgb(80,195,55); }
H1.HeaderClassName
{
color: #50C337;
}
.AnyTagClassName
{
color: #50C337;
}
</style>
background-color css
<style>
a { background-color: #50C337; }
a { background-color: rgb(80,195,55); }
div.DivClassName
{
background-color: #50C337;
}
.BgClassName
{
background-color: #50C337;
}
</style>
border-color css
<style>
span { border-color: #50C337; }
span { border-color: rgb(80,195,55); }
td.TdClassName
{
border-color: #50C337;
}
.TagClassName
{
border-color: #50C337;
}
</style>