Shades of Apple #50B23B
Tints of Apple #50B23B
RGB
CMYK
RGB Variations
Color information
#50B23B (or 0x50B23B) is known color: Apple. HEX triplet: 50, B2 and 3B. RGB value is (80,178,59). Sum of RGB (Red+Green+Blue) = 80+178+59=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #50B23B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B23B is #AF4DC4. Grayscale: #878787. Windows color (decimal): -11488709 or 3912272. OLE color: 3912272.
HSL color Cylindrical-coordinate representation of color #50B23B: hue angle of 109.41º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B23B is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 59 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.30 |
| HSL | 109.41º | 0.5% | 0.46% | - |
| HSV(B) | 109.41º | 0.67% | 0.7% | - |
| XYZ | 20.02 | 33.86 | 9.62 | - |
| YUV | 135.13 | 85.03 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 59 | 0.55 | 0 | 0.67 | 0.30 | 109.41 | 0.5 | 0.46 |
| Hex | 50 | B2 | 3B | 37 | 0 | 43 | 1E | 6D | 32 | 2E |
| Octal | 120 | 262 | 73 | 67 | 0 | 103 | 36 | 155 | 62 | 56 |
| Binary | 1010000 | 10110010 | 111011 | 110111 | 0 | 1000011 | 11110 | 1101101 | 110010 | 101110 |
Color Harmonies of #50B23B
Complementary color
Monochromatic Colors of #50B23B
Black with #50B23B
Text Example
Text Example
White with #50B23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B23B; }
p { color: rgb(80,178,59); }
H1.HeaderClassName
{
color: #50B23B;
}
.AnyTagClassName
{
color: #50B23B;
}
</style>
background-color css
<style>
a { background-color: #50B23B; }
a { background-color: rgb(80,178,59); }
div.DivClassName
{
background-color: #50B23B;
}
.BgClassName
{
background-color: #50B23B;
}
</style>
border-color css
<style>
span { border-color: #50B23B; }
span { border-color: rgb(80,178,59); }
td.TdClassName
{
border-color: #50B23B;
}
.TagClassName
{
border-color: #50B23B;
}
</style>