Shades of Apple #50BD3C
Tints of Apple #50BD3C
RGB
CMYK
RGB Variations
Color information
#50BD3C (or 0x50BD3C) is known color: Apple. HEX triplet: 50, BD and 3C. RGB value is (80,189,60). Sum of RGB (Red+Green+Blue) = 80+189+60=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD3C is #AF42C3. Grayscale: #8E8E8E. Windows color (decimal): -11485892 or 3980624. OLE color: 3980624.
HSL color Cylindrical-coordinate representation of color #50BD3C: hue angle of 110.7º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50BD3C is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 60 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.26 |
| HSL | 110.7º | 0.52% | 0.49% | - |
| HSV(B) | 110.7º | 0.68% | 0.74% | - |
| XYZ | 22.32 | 38.43 | 10.52 | - |
| YUV | 141.7 | 81.89 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 60 | 0.58 | 0 | 0.68 | 0.26 | 110.7 | 0.52 | 0.49 |
| Hex | 50 | BD | 3C | 3A | 0 | 44 | 1A | 6F | 34 | 31 |
| Octal | 120 | 275 | 74 | 72 | 0 | 104 | 32 | 157 | 64 | 61 |
| Binary | 1010000 | 10111101 | 111100 | 111010 | 0 | 1000100 | 11010 | 1101111 | 110100 | 110001 |
Color Harmonies of #50BD3C
Complementary color
Monochromatic Colors of #50BD3C
Black with #50BD3C
Text Example
Text Example
White with #50BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD3C; }
p { color: rgb(80,189,60); }
H1.HeaderClassName
{
color: #50BD3C;
}
.AnyTagClassName
{
color: #50BD3C;
}
</style>
background-color css
<style>
a { background-color: #50BD3C; }
a { background-color: rgb(80,189,60); }
div.DivClassName
{
background-color: #50BD3C;
}
.BgClassName
{
background-color: #50BD3C;
}
</style>
border-color css
<style>
span { border-color: #50BD3C; }
span { border-color: rgb(80,189,60); }
td.TdClassName
{
border-color: #50BD3C;
}
.TagClassName
{
border-color: #50BD3C;
}
</style>