Shades of Apple #50CA4D
Tints of Apple #50CA4D
RGB
CMYK
RGB Variations
Color information
#50CA4D (or 0x50CA4D) is known color: Apple. HEX triplet: 50, CA and 4D. RGB value is (80,202,77). Sum of RGB (Red+Green+Blue) = 80+202+77=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA4D is #AF35B2. Grayscale: #979797. Windows color (decimal): -11482547 or 5098064. OLE color: 5098064.
HSL color Cylindrical-coordinate representation of color #50CA4D: hue angle of 118.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50CA4D is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 77 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.21 |
| HSL | 118.56º | 0.54% | 0.55% | - |
| HSV(B) | 118.56º | 0.62% | 0.79% | - |
| XYZ | 25.77 | 44.48 | 14.25 | - |
| YUV | 151.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 77 | 0.60 | 0 | 0.62 | 0.21 | 118.56 | 0.54 | 0.55 |
| Hex | 50 | CA | 4D | 3C | 0 | 3E | 15 | 77 | 36 | 37 |
| Octal | 120 | 312 | 115 | 74 | 0 | 76 | 25 | 167 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1001101 | 111100 | 0 | 111110 | 10101 | 1110111 | 110110 | 110111 |
Color Harmonies of #50CA4D
Complementary color
Monochromatic Colors of #50CA4D
Black with #50CA4D
Text Example
Text Example
White with #50CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA4D; }
p { color: rgb(80,202,77); }
H1.HeaderClassName
{
color: #50CA4D;
}
.AnyTagClassName
{
color: #50CA4D;
}
</style>
background-color css
<style>
a { background-color: #50CA4D; }
a { background-color: rgb(80,202,77); }
div.DivClassName
{
background-color: #50CA4D;
}
.BgClassName
{
background-color: #50CA4D;
}
</style>
border-color css
<style>
span { border-color: #50CA4D; }
span { border-color: rgb(80,202,77); }
td.TdClassName
{
border-color: #50CA4D;
}
.TagClassName
{
border-color: #50CA4D;
}
</style>