Shades of Apple #50B23C
Tints of Apple #50B23C
RGB
CMYK
RGB Variations
Color information
#50B23C (or 0x50B23C) is known color: Apple. HEX triplet: 50, B2 and 3C. RGB value is (80,178,60). Sum of RGB (Red+Green+Blue) = 80+178+60=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #50B23C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B23C is #AF4DC3. Grayscale: #878787. Windows color (decimal): -11488708 or 3977808. OLE color: 3977808.
HSL color Cylindrical-coordinate representation of color #50B23C: hue angle of 109.83º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B23C is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 60 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.30 |
| HSL | 109.83º | 0.5% | 0.47% | - |
| HSV(B) | 109.83º | 0.66% | 0.7% | - |
| XYZ | 20.04 | 33.87 | 9.76 | - |
| YUV | 135.25 | 85.53 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 60 | 0.55 | 0 | 0.66 | 0.30 | 109.83 | 0.5 | 0.47 |
| Hex | 50 | B2 | 3C | 37 | 0 | 42 | 1E | 6E | 32 | 2F |
| Octal | 120 | 262 | 74 | 67 | 0 | 102 | 36 | 156 | 62 | 57 |
| Binary | 1010000 | 10110010 | 111100 | 110111 | 0 | 1000010 | 11110 | 1101110 | 110010 | 101111 |
Color Harmonies of #50B23C
Complementary color
Monochromatic Colors of #50B23C
Black with #50B23C
Text Example
Text Example
White with #50B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B23C; }
p { color: rgb(80,178,60); }
H1.HeaderClassName
{
color: #50B23C;
}
.AnyTagClassName
{
color: #50B23C;
}
</style>
background-color css
<style>
a { background-color: #50B23C; }
a { background-color: rgb(80,178,60); }
div.DivClassName
{
background-color: #50B23C;
}
.BgClassName
{
background-color: #50B23C;
}
</style>
border-color css
<style>
span { border-color: #50B23C; }
span { border-color: rgb(80,178,60); }
td.TdClassName
{
border-color: #50B23C;
}
.TagClassName
{
border-color: #50B23C;
}
</style>