Shades of Apple #50C148
Tints of Apple #50C148
RGB
CMYK
RGB Variations
Color information
#50C148 (or 0x50C148) is known color: Apple. HEX triplet: 50, C1 and 48. RGB value is (80,193,72). Sum of RGB (Red+Green+Blue) = 80+193+72=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #50C148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C148 is #AF3EB7. Grayscale: #919191. Windows color (decimal): -11484856 or 4768080. OLE color: 4768080.
HSL color Cylindrical-coordinate representation of color #50C148: hue angle of 116.03º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C148 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 193 | 72 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.24 |
| HSL | 116.03º | 0.49% | 0.52% | - |
| HSV(B) | 116.03º | 0.63% | 0.76% | - |
| XYZ | 23.55 | 40.31 | 12.67 | - |
| YUV | 145.42 | 86.56 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 193 | 72 | 0.59 | 0 | 0.63 | 0.24 | 116.03 | 0.49 | 0.52 |
| Hex | 50 | C1 | 48 | 3B | 0 | 3F | 18 | 74 | 31 | 34 |
| Octal | 120 | 301 | 110 | 73 | 0 | 77 | 30 | 164 | 61 | 64 |
| Binary | 1010000 | 11000001 | 1001000 | 111011 | 0 | 111111 | 11000 | 1110100 | 110001 | 110100 |
Color Harmonies of #50C148
Complementary color
Monochromatic Colors of #50C148
Black with #50C148
Text Example
Text Example
White with #50C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C148; }
p { color: rgb(80,193,72); }
H1.HeaderClassName
{
color: #50C148;
}
.AnyTagClassName
{
color: #50C148;
}
</style>
background-color css
<style>
a { background-color: #50C148; }
a { background-color: rgb(80,193,72); }
div.DivClassName
{
background-color: #50C148;
}
.BgClassName
{
background-color: #50C148;
}
</style>
border-color css
<style>
span { border-color: #50C148; }
span { border-color: rgb(80,193,72); }
td.TdClassName
{
border-color: #50C148;
}
.TagClassName
{
border-color: #50C148;
}
</style>