Shades of Apple #50BF48
Tints of Apple #50BF48
RGB
CMYK
RGB Variations
Color information
#50BF48 (or 0x50BF48) is known color: Apple. HEX triplet: 50, BF and 48. RGB value is (80,191,72). Sum of RGB (Red+Green+Blue) = 80+191+72=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF48 is #AF40B7. Grayscale: #909090. Windows color (decimal): -11485368 or 4767568. OLE color: 4767568.
HSL color Cylindrical-coordinate representation of color #50BF48: hue angle of 115.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50BF48 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 191 | 72 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.25 |
| HSL | 115.97º | 0.48% | 0.52% | - |
| HSV(B) | 115.97º | 0.62% | 0.75% | - |
| XYZ | 23.11 | 39.43 | 12.52 | - |
| YUV | 144.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 72 | 0.58 | 0 | 0.62 | 0.25 | 115.97 | 0.48 | 0.52 |
| Hex | 50 | BF | 48 | 3A | 0 | 3E | 19 | 74 | 30 | 34 |
| Octal | 120 | 277 | 110 | 72 | 0 | 76 | 31 | 164 | 60 | 64 |
| Binary | 1010000 | 10111111 | 1001000 | 111010 | 0 | 111110 | 11001 | 1110100 | 110000 | 110100 |
Color Harmonies of #50BF48
Complementary color
Monochromatic Colors of #50BF48
Black with #50BF48
Text Example
Text Example
White with #50BF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BF48; }
p { color: rgb(80,191,72); }
H1.HeaderClassName
{
color: #50BF48;
}
.AnyTagClassName
{
color: #50BF48;
}
</style>
background-color css
<style>
a { background-color: #50BF48; }
a { background-color: rgb(80,191,72); }
div.DivClassName
{
background-color: #50BF48;
}
.BgClassName
{
background-color: #50BF48;
}
</style>
border-color css
<style>
span { border-color: #50BF48; }
span { border-color: rgb(80,191,72); }
td.TdClassName
{
border-color: #50BF48;
}
.TagClassName
{
border-color: #50BF48;
}
</style>