Shades of Apple #50BE44
Tints of Apple #50BE44
RGB
CMYK
RGB Variations
Color information
#50BE44 (or 0x50BE44) is known color: Apple. HEX triplet: 50, BE and 44. RGB value is (80,190,68). Sum of RGB (Red+Green+Blue) = 80+190+68=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE44 is #AF41BB. Grayscale: #8F8F8F. Windows color (decimal): -11485628 or 4505168. OLE color: 4505168.
HSL color Cylindrical-coordinate representation of color #50BE44: hue angle of 114.1º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BE44 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 68 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.25 |
| HSL | 114.1º | 0.48% | 0.51% | - |
| HSV(B) | 114.1º | 0.64% | 0.75% | - |
| XYZ | 22.77 | 38.95 | 11.79 | - |
| YUV | 143.2 | 85.56 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 68 | 0.58 | 0 | 0.64 | 0.25 | 114.1 | 0.48 | 0.51 |
| Hex | 50 | BE | 44 | 3A | 0 | 40 | 19 | 72 | 30 | 33 |
| Octal | 120 | 276 | 104 | 72 | 0 | 100 | 31 | 162 | 60 | 63 |
| Binary | 1010000 | 10111110 | 1000100 | 111010 | 0 | 1000000 | 11001 | 1110010 | 110000 | 110011 |
Color Harmonies of #50BE44
Complementary color
Monochromatic Colors of #50BE44
Black with #50BE44
Text Example
Text Example
White with #50BE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE44; }
p { color: rgb(80,190,68); }
H1.HeaderClassName
{
color: #50BE44;
}
.AnyTagClassName
{
color: #50BE44;
}
</style>
background-color css
<style>
a { background-color: #50BE44; }
a { background-color: rgb(80,190,68); }
div.DivClassName
{
background-color: #50BE44;
}
.BgClassName
{
background-color: #50BE44;
}
</style>
border-color css
<style>
span { border-color: #50BE44; }
span { border-color: rgb(80,190,68); }
td.TdClassName
{
border-color: #50BE44;
}
.TagClassName
{
border-color: #50BE44;
}
</style>