Shades of Apple #50C94E
Tints of Apple #50C94E
RGB
CMYK
RGB Variations
Color information
#50C94E (or 0x50C94E) is known color: Apple. HEX triplet: 50, C9 and 4E. RGB value is (80,201,78). Sum of RGB (Red+Green+Blue) = 80+201+78=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #50C94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C94E is #AF36B1. Grayscale: #979797. Windows color (decimal): -11482802 or 5163344. OLE color: 5163344.
HSL color Cylindrical-coordinate representation of color #50C94E: hue angle of 119.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50C94E is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 78 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.21 |
| HSL | 119.02º | 0.53% | 0.55% | - |
| HSV(B) | 119.02º | 0.61% | 0.79% | - |
| XYZ | 25.57 | 44.03 | 14.36 | - |
| YUV | 150.8 | 86.91 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 78 | 0.60 | 0 | 0.61 | 0.21 | 119.02 | 0.53 | 0.55 |
| Hex | 50 | C9 | 4E | 3C | 0 | 3D | 15 | 77 | 35 | 37 |
| Octal | 120 | 311 | 116 | 74 | 0 | 75 | 25 | 167 | 65 | 67 |
| Binary | 1010000 | 11001001 | 1001110 | 111100 | 0 | 111101 | 10101 | 1110111 | 110101 | 110111 |
Color Harmonies of #50C94E
Complementary color
Monochromatic Colors of #50C94E
Black with #50C94E
Text Example
Text Example
White with #50C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C94E; }
p { color: rgb(80,201,78); }
H1.HeaderClassName
{
color: #50C94E;
}
.AnyTagClassName
{
color: #50C94E;
}
</style>
background-color css
<style>
a { background-color: #50C94E; }
a { background-color: rgb(80,201,78); }
div.DivClassName
{
background-color: #50C94E;
}
.BgClassName
{
background-color: #50C94E;
}
</style>
border-color css
<style>
span { border-color: #50C94E; }
span { border-color: rgb(80,201,78); }
td.TdClassName
{
border-color: #50C94E;
}
.TagClassName
{
border-color: #50C94E;
}
</style>