Shades of Apple #50CB4C
Tints of Apple #50CB4C
RGB
CMYK
RGB Variations
Color information
#50CB4C (or 0x50CB4C) is known color: Apple. HEX triplet: 50, CB and 4C. RGB value is (80,203,76). Sum of RGB (Red+Green+Blue) = 80+203+76=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB4C is #AF34B3. Grayscale: #989898. Windows color (decimal): -11482292 or 5032784. OLE color: 5032784.
HSL color Cylindrical-coordinate representation of color #50CB4C: hue angle of 118.11º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50CB4C is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 76 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.20 |
| HSL | 118.11º | 0.55% | 0.55% | - |
| HSV(B) | 118.11º | 0.63% | 0.8% | - |
| XYZ | 25.97 | 44.94 | 14.14 | - |
| YUV | 151.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 76 | 0.61 | 0 | 0.63 | 0.20 | 118.11 | 0.55 | 0.55 |
| Hex | 50 | CB | 4C | 3D | 0 | 3F | 14 | 76 | 37 | 37 |
| Octal | 120 | 313 | 114 | 75 | 0 | 77 | 24 | 166 | 67 | 67 |
| Binary | 1010000 | 11001011 | 1001100 | 111101 | 0 | 111111 | 10100 | 1110110 | 110111 | 110111 |
Color Harmonies of #50CB4C
Complementary color
Monochromatic Colors of #50CB4C
Black with #50CB4C
Text Example
Text Example
White with #50CB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB4C; }
p { color: rgb(80,203,76); }
H1.HeaderClassName
{
color: #50CB4C;
}
.AnyTagClassName
{
color: #50CB4C;
}
</style>
background-color css
<style>
a { background-color: #50CB4C; }
a { background-color: rgb(80,203,76); }
div.DivClassName
{
background-color: #50CB4C;
}
.BgClassName
{
background-color: #50CB4C;
}
</style>
border-color css
<style>
span { border-color: #50CB4C; }
span { border-color: rgb(80,203,76); }
td.TdClassName
{
border-color: #50CB4C;
}
.TagClassName
{
border-color: #50CB4C;
}
</style>