Shades of Apple #50CA4C
Tints of Apple #50CA4C
RGB
CMYK
RGB Variations
Color information
#50CA4C (or 0x50CA4C) is known color: Apple. HEX triplet: 50, CA and 4C. RGB value is (80,202,76). Sum of RGB (Red+Green+Blue) = 80+202+76=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA4C is #AF35B3. Grayscale: #979797. Windows color (decimal): -11482548 or 5032528. OLE color: 5032528.
HSL color Cylindrical-coordinate representation of color #50CA4C: hue angle of 118.1º 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 #50CA4C is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 76 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.21 |
| HSL | 118.1º | 0.54% | 0.55% | - |
| HSV(B) | 118.1º | 0.62% | 0.79% | - |
| XYZ | 25.73 | 44.47 | 14.06 | - |
| YUV | 151.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 76 | 0.60 | 0 | 0.62 | 0.21 | 118.1 | 0.54 | 0.55 |
| Hex | 50 | CA | 4C | 3C | 0 | 3E | 15 | 76 | 36 | 37 |
| Octal | 120 | 312 | 114 | 74 | 0 | 76 | 25 | 166 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1001100 | 111100 | 0 | 111110 | 10101 | 1110110 | 110110 | 110111 |
Color Harmonies of #50CA4C
Complementary color
Monochromatic Colors of #50CA4C
Black with #50CA4C
Text Example
Text Example
White with #50CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA4C; }
p { color: rgb(80,202,76); }
H1.HeaderClassName
{
color: #50CA4C;
}
.AnyTagClassName
{
color: #50CA4C;
}
</style>
background-color css
<style>
a { background-color: #50CA4C; }
a { background-color: rgb(80,202,76); }
div.DivClassName
{
background-color: #50CA4C;
}
.BgClassName
{
background-color: #50CA4C;
}
</style>
border-color css
<style>
span { border-color: #50CA4C; }
span { border-color: rgb(80,202,76); }
td.TdClassName
{
border-color: #50CA4C;
}
.TagClassName
{
border-color: #50CA4C;
}
</style>