Shades of Apple #50C948
Tints of Apple #50C948
RGB
CMYK
RGB Variations
Color information
#50C948 (or 0x50C948) is known color: Apple. HEX triplet: 50, C9 and 48. RGB value is (80,201,72). Sum of RGB (Red+Green+Blue) = 80+201+72=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #50C948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C948 is #AF36B7. Grayscale: #969696. Windows color (decimal): -11482808 or 4770128. OLE color: 4770128.
HSL color Cylindrical-coordinate representation of color #50C948: hue angle of 116.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50C948 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 72 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.21 |
| HSL | 116.28º | 0.54% | 0.54% | - |
| HSV(B) | 116.28º | 0.64% | 0.79% | - |
| XYZ | 25.36 | 43.95 | 13.28 | - |
| YUV | 150.12 | 83.91 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 72 | 0.60 | 0 | 0.64 | 0.21 | 116.28 | 0.54 | 0.54 |
| Hex | 50 | C9 | 48 | 3C | 0 | 40 | 15 | 74 | 36 | 36 |
| Octal | 120 | 311 | 110 | 74 | 0 | 100 | 25 | 164 | 66 | 66 |
| Binary | 1010000 | 11001001 | 1001000 | 111100 | 0 | 1000000 | 10101 | 1110100 | 110110 | 110110 |
Color Harmonies of #50C948
Complementary color
Monochromatic Colors of #50C948
Black with #50C948
Text Example
Text Example
White with #50C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C948; }
p { color: rgb(80,201,72); }
H1.HeaderClassName
{
color: #50C948;
}
.AnyTagClassName
{
color: #50C948;
}
</style>
background-color css
<style>
a { background-color: #50C948; }
a { background-color: rgb(80,201,72); }
div.DivClassName
{
background-color: #50C948;
}
.BgClassName
{
background-color: #50C948;
}
</style>
border-color css
<style>
span { border-color: #50C948; }
span { border-color: rgb(80,201,72); }
td.TdClassName
{
border-color: #50C948;
}
.TagClassName
{
border-color: #50C948;
}
</style>