Shades of Apple #5BC050
Tints of Apple #5BC050
RGB
CMYK
RGB Variations
Color information
#5BC050 (or 0x5BC050) is known color: Apple. HEX triplet: 5B, C0 and 50. RGB value is (91,192,80). Sum of RGB (Red+Green+Blue) = 91+192+80=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC050 is #A43FAF. Grayscale: #959595. Windows color (decimal): -10764208 or 5292123. OLE color: 5292123.
HSL color Cylindrical-coordinate representation of color #5BC050: hue angle of 114.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BC050 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 80 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.25 |
| HSL | 114.11º | 0.47% | 0.53% | - |
| HSV(B) | 114.11º | 0.58% | 0.75% | - |
| XYZ | 24.61 | 40.5 | 14.11 | - |
| YUV | 149.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 80 | 0.53 | 0 | 0.58 | 0.25 | 114.11 | 0.47 | 0.53 |
| Hex | 5B | C0 | 50 | 35 | 0 | 3A | 19 | 72 | 2F | 35 |
| Octal | 133 | 300 | 120 | 65 | 0 | 72 | 31 | 162 | 57 | 65 |
| Binary | 1011011 | 11000000 | 1010000 | 110101 | 0 | 111010 | 11001 | 1110010 | 101111 | 110101 |
Color Harmonies of #5BC050
Complementary color
Monochromatic Colors of #5BC050
Black with #5BC050
Text Example
Text Example
White with #5BC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC050; }
p { color: rgb(91,192,80); }
H1.HeaderClassName
{
color: #5BC050;
}
.AnyTagClassName
{
color: #5BC050;
}
</style>
background-color css
<style>
a { background-color: #5BC050; }
a { background-color: rgb(91,192,80); }
div.DivClassName
{
background-color: #5BC050;
}
.BgClassName
{
background-color: #5BC050;
}
</style>
border-color css
<style>
span { border-color: #5BC050; }
span { border-color: rgb(91,192,80); }
td.TdClassName
{
border-color: #5BC050;
}
.TagClassName
{
border-color: #5BC050;
}
</style>