Shades of Apple #50C64C
Tints of Apple #50C64C
RGB
CMYK
RGB Variations
Color information
#50C64C (or 0x50C64C) is known color: Apple. HEX triplet: 50, C6 and 4C. RGB value is (80,198,76). Sum of RGB (Red+Green+Blue) = 80+198+76=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #50C64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C64C is #AF39B3. Grayscale: #959595. Windows color (decimal): -11483572 or 5031504. OLE color: 5031504.
HSL color Cylindrical-coordinate representation of color #50C64C: hue angle of 118.03º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50C64C is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 198 | 76 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.22 |
| HSL | 118.03º | 0.52% | 0.54% | - |
| HSV(B) | 118.03º | 0.62% | 0.78% | - |
| XYZ | 24.81 | 42.62 | 13.76 | - |
| YUV | 148.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 198 | 76 | 0.60 | 0 | 0.62 | 0.22 | 118.03 | 0.52 | 0.54 |
| Hex | 50 | C6 | 4C | 3C | 0 | 3E | 16 | 76 | 34 | 36 |
| Octal | 120 | 306 | 114 | 74 | 0 | 76 | 26 | 166 | 64 | 66 |
| Binary | 1010000 | 11000110 | 1001100 | 111100 | 0 | 111110 | 10110 | 1110110 | 110100 | 110110 |
Color Harmonies of #50C64C
Complementary color
Monochromatic Colors of #50C64C
Black with #50C64C
Text Example
Text Example
White with #50C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C64C; }
p { color: rgb(80,198,76); }
H1.HeaderClassName
{
color: #50C64C;
}
.AnyTagClassName
{
color: #50C64C;
}
</style>
background-color css
<style>
a { background-color: #50C64C; }
a { background-color: rgb(80,198,76); }
div.DivClassName
{
background-color: #50C64C;
}
.BgClassName
{
background-color: #50C64C;
}
</style>
border-color css
<style>
span { border-color: #50C64C; }
span { border-color: rgb(80,198,76); }
td.TdClassName
{
border-color: #50C64C;
}
.TagClassName
{
border-color: #50C64C;
}
</style>