Shades of Apple #50BB40
Tints of Apple #50BB40
RGB
CMYK
RGB Variations
Color information
#50BB40 (or 0x50BB40) is known color: Apple. HEX triplet: 50, BB and 40. RGB value is (80,187,64). Sum of RGB (Red+Green+Blue) = 80+187+64=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB40 is #AF44BF. Grayscale: #8D8D8D. Windows color (decimal): -11486400 or 4242256. OLE color: 4242256.
HSL color Cylindrical-coordinate representation of color #50BB40: hue angle of 112.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BB40 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 187 | 64 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.27 |
| HSL | 112.2º | 0.49% | 0.49% | - |
| HSV(B) | 112.2º | 0.66% | 0.73% | - |
| XYZ | 22 | 37.62 | 10.95 | - |
| YUV | 140.99 | 84.55 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 64 | 0.57 | 0 | 0.66 | 0.27 | 112.2 | 0.49 | 0.49 |
| Hex | 50 | BB | 40 | 39 | 0 | 42 | 1B | 70 | 31 | 31 |
| Octal | 120 | 273 | 100 | 71 | 0 | 102 | 33 | 160 | 61 | 61 |
| Binary | 1010000 | 10111011 | 1000000 | 111001 | 0 | 1000010 | 11011 | 1110000 | 110001 | 110001 |
Color Harmonies of #50BB40
Complementary color
Monochromatic Colors of #50BB40
Black with #50BB40
Text Example
Text Example
White with #50BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BB40; }
p { color: rgb(80,187,64); }
H1.HeaderClassName
{
color: #50BB40;
}
.AnyTagClassName
{
color: #50BB40;
}
</style>
background-color css
<style>
a { background-color: #50BB40; }
a { background-color: rgb(80,187,64); }
div.DivClassName
{
background-color: #50BB40;
}
.BgClassName
{
background-color: #50BB40;
}
</style>
border-color css
<style>
span { border-color: #50BB40; }
span { border-color: rgb(80,187,64); }
td.TdClassName
{
border-color: #50BB40;
}
.TagClassName
{
border-color: #50BB40;
}
</style>