Shades of Apple #50BD3F
Tints of Apple #50BD3F
RGB
CMYK
RGB Variations
Color information
#50BD3F (or 0x50BD3F) is known color: Apple. HEX triplet: 50, BD and 3F. RGB value is (80,189,63). Sum of RGB (Red+Green+Blue) = 80+189+63=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD3F is #AF42C0. Grayscale: #8E8E8E. Windows color (decimal): -11485889 or 4177232. OLE color: 4177232.
HSL color Cylindrical-coordinate representation of color #50BD3F: hue angle of 111.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50BD3F is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 63 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.26 |
| HSL | 111.9º | 0.5% | 0.49% | - |
| HSV(B) | 111.9º | 0.67% | 0.74% | - |
| XYZ | 22.4 | 38.46 | 10.95 | - |
| YUV | 142.05 | 83.39 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 63 | 0.58 | 0 | 0.67 | 0.26 | 111.9 | 0.5 | 0.49 |
| Hex | 50 | BD | 3F | 3A | 0 | 43 | 1A | 70 | 32 | 31 |
| Octal | 120 | 275 | 77 | 72 | 0 | 103 | 32 | 160 | 62 | 61 |
| Binary | 1010000 | 10111101 | 111111 | 111010 | 0 | 1000011 | 11010 | 1110000 | 110010 | 110001 |
Color Harmonies of #50BD3F
Complementary color
Monochromatic Colors of #50BD3F
Black with #50BD3F
Text Example
Text Example
White with #50BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD3F; }
p { color: rgb(80,189,63); }
H1.HeaderClassName
{
color: #50BD3F;
}
.AnyTagClassName
{
color: #50BD3F;
}
</style>
background-color css
<style>
a { background-color: #50BD3F; }
a { background-color: rgb(80,189,63); }
div.DivClassName
{
background-color: #50BD3F;
}
.BgClassName
{
background-color: #50BD3F;
}
</style>
border-color css
<style>
span { border-color: #50BD3F; }
span { border-color: rgb(80,189,63); }
td.TdClassName
{
border-color: #50BD3F;
}
.TagClassName
{
border-color: #50BD3F;
}
</style>