Shades of Apple #50BC3C
Tints of Apple #50BC3C
RGB
CMYK
RGB Variations
Color information
#50BC3C (or 0x50BC3C) is known color: Apple. HEX triplet: 50, BC and 3C. RGB value is (80,188,60). Sum of RGB (Red+Green+Blue) = 80+188+60=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC3C is #AF43C3. Grayscale: #8D8D8D. Windows color (decimal): -11486148 or 3980368. OLE color: 3980368.
HSL color Cylindrical-coordinate representation of color #50BC3C: hue angle of 110.62º 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 #50BC3C is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 60 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.26 |
| HSL | 110.63º | 0.52% | 0.49% | - |
| HSV(B) | 110.63º | 0.68% | 0.74% | - |
| XYZ | 22.11 | 38 | 10.44 | - |
| YUV | 141.12 | 82.22 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 60 | 0.57 | 0 | 0.68 | 0.26 | 110.63 | 0.52 | 0.49 |
| Hex | 50 | BC | 3C | 39 | 0 | 44 | 1A | 6F | 34 | 31 |
| Octal | 120 | 274 | 74 | 71 | 0 | 104 | 32 | 157 | 64 | 61 |
| Binary | 1010000 | 10111100 | 111100 | 111001 | 0 | 1000100 | 11010 | 1101111 | 110100 | 110001 |
Color Harmonies of #50BC3C
Complementary color
Monochromatic Colors of #50BC3C
Black with #50BC3C
Text Example
Text Example
White with #50BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC3C; }
p { color: rgb(80,188,60); }
H1.HeaderClassName
{
color: #50BC3C;
}
.AnyTagClassName
{
color: #50BC3C;
}
</style>
background-color css
<style>
a { background-color: #50BC3C; }
a { background-color: rgb(80,188,60); }
div.DivClassName
{
background-color: #50BC3C;
}
.BgClassName
{
background-color: #50BC3C;
}
</style>
border-color css
<style>
span { border-color: #50BC3C; }
span { border-color: rgb(80,188,60); }
td.TdClassName
{
border-color: #50BC3C;
}
.TagClassName
{
border-color: #50BC3C;
}
</style>