Shades of Apple #50C94A
Tints of Apple #50C94A
RGB
CMYK
RGB Variations
Color information
#50C94A (or 0x50C94A) is known color: Apple. HEX triplet: 50, C9 and 4A. RGB value is (80,201,74). Sum of RGB (Red+Green+Blue) = 80+201+74=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #50C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C94A is #AF36B5. Grayscale: #969696. Windows color (decimal): -11482806 or 4901200. OLE color: 4901200.
HSL color Cylindrical-coordinate representation of color #50C94A: hue angle of 117.17º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C94A is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 74 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.21 |
| HSL | 117.17º | 0.54% | 0.54% | - |
| HSV(B) | 117.17º | 0.63% | 0.79% | - |
| XYZ | 25.43 | 43.97 | 13.63 | - |
| YUV | 150.34 | 84.91 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 74 | 0.60 | 0 | 0.63 | 0.21 | 117.17 | 0.54 | 0.54 |
| Hex | 50 | C9 | 4A | 3C | 0 | 3F | 15 | 75 | 36 | 36 |
| Octal | 120 | 311 | 112 | 74 | 0 | 77 | 25 | 165 | 66 | 66 |
| Binary | 1010000 | 11001001 | 1001010 | 111100 | 0 | 111111 | 10101 | 1110101 | 110110 | 110110 |
Color Harmonies of #50C94A
Complementary color
Monochromatic Colors of #50C94A
Black with #50C94A
Text Example
Text Example
White with #50C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C94A; }
p { color: rgb(80,201,74); }
H1.HeaderClassName
{
color: #50C94A;
}
.AnyTagClassName
{
color: #50C94A;
}
</style>
background-color css
<style>
a { background-color: #50C94A; }
a { background-color: rgb(80,201,74); }
div.DivClassName
{
background-color: #50C94A;
}
.BgClassName
{
background-color: #50C94A;
}
</style>
border-color css
<style>
span { border-color: #50C94A; }
span { border-color: rgb(80,201,74); }
td.TdClassName
{
border-color: #50C94A;
}
.TagClassName
{
border-color: #50C94A;
}
</style>