Shades of Apple #50C641
Tints of Apple #50C641
RGB
CMYK
RGB Variations
Color information
#50C641 (or 0x50C641) is known color: Apple. HEX triplet: 50, C6 and 41. RGB value is (80,198,65). Sum of RGB (Red+Green+Blue) = 80+198+65=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #50C641 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C641 is #AF39BE. Grayscale: #939393. Windows color (decimal): -11483583 or 4310608. OLE color: 4310608.
HSL color Cylindrical-coordinate representation of color #50C641: hue angle of 113.23º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C641 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 65 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.22 |
| HSL | 113.23º | 0.54% | 0.52% | - |
| HSV(B) | 113.23º | 0.67% | 0.78% | - |
| XYZ | 24.46 | 42.48 | 11.91 | - |
| YUV | 147.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 65 | 0.60 | 0 | 0.67 | 0.22 | 113.23 | 0.54 | 0.52 |
| Hex | 50 | C6 | 41 | 3C | 0 | 43 | 16 | 71 | 36 | 34 |
| Octal | 120 | 306 | 101 | 74 | 0 | 103 | 26 | 161 | 66 | 64 |
| Binary | 1010000 | 11000110 | 1000001 | 111100 | 0 | 1000011 | 10110 | 1110001 | 110110 | 110100 |
Color Harmonies of #50C641
Complementary color
Monochromatic Colors of #50C641
Black with #50C641
Text Example
Text Example
White with #50C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C641; }
p { color: rgb(80,198,65); }
H1.HeaderClassName
{
color: #50C641;
}
.AnyTagClassName
{
color: #50C641;
}
</style>
background-color css
<style>
a { background-color: #50C641; }
a { background-color: rgb(80,198,65); }
div.DivClassName
{
background-color: #50C641;
}
.BgClassName
{
background-color: #50C641;
}
</style>
border-color css
<style>
span { border-color: #50C641; }
span { border-color: rgb(80,198,65); }
td.TdClassName
{
border-color: #50C641;
}
.TagClassName
{
border-color: #50C641;
}
</style>