Shades of Apple #50C239
Tints of Apple #50C239
RGB
CMYK
RGB Variations
Color information
#50C239 (or 0x50C239) is known color: Apple. HEX triplet: 50, C2 and 39. RGB value is (80,194,57). Sum of RGB (Red+Green+Blue) = 80+194+57=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #50C239 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C239 is #AF3DC6. Grayscale: #909090. Windows color (decimal): -11484615 or 3785296. OLE color: 3785296.
HSL color Cylindrical-coordinate representation of color #50C239: hue angle of 109.93º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50C239 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 57 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.24 |
| HSL | 109.93º | 0.55% | 0.49% | - |
| HSV(B) | 109.93º | 0.71% | 0.76% | - |
| XYZ | 23.34 | 40.58 | 10.47 | - |
| YUV | 144.3 | 78.73 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 57 | 0.59 | 0 | 0.71 | 0.24 | 109.93 | 0.55 | 0.49 |
| Hex | 50 | C2 | 39 | 3B | 0 | 47 | 18 | 6E | 37 | 31 |
| Octal | 120 | 302 | 71 | 73 | 0 | 107 | 30 | 156 | 67 | 61 |
| Binary | 1010000 | 11000010 | 111001 | 111011 | 0 | 1000111 | 11000 | 1101110 | 110111 | 110001 |
Color Harmonies of #50C239
Complementary color
Monochromatic Colors of #50C239
Black with #50C239
Text Example
Text Example
White with #50C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C239; }
p { color: rgb(80,194,57); }
H1.HeaderClassName
{
color: #50C239;
}
.AnyTagClassName
{
color: #50C239;
}
</style>
background-color css
<style>
a { background-color: #50C239; }
a { background-color: rgb(80,194,57); }
div.DivClassName
{
background-color: #50C239;
}
.BgClassName
{
background-color: #50C239;
}
</style>
border-color css
<style>
span { border-color: #50C239; }
span { border-color: rgb(80,194,57); }
td.TdClassName
{
border-color: #50C239;
}
.TagClassName
{
border-color: #50C239;
}
</style>