Shades of Apple #5BC150
Tints of Apple #5BC150
RGB
CMYK
RGB Variations
Color information
#5BC150 (or 0x5BC150) is known color: Apple. HEX triplet: 5B, C1 and 50. RGB value is (91,193,80). Sum of RGB (Red+Green+Blue) = 91+193+80=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC150 is #A43EAF. Grayscale: #959595. Windows color (decimal): -10763952 or 5292379. OLE color: 5292379.
HSL color Cylindrical-coordinate representation of color #5BC150: hue angle of 114.16º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BC150 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 80 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.24 |
| HSL | 114.16º | 0.48% | 0.54% | - |
| HSV(B) | 114.16º | 0.59% | 0.76% | - |
| XYZ | 24.83 | 40.94 | 14.18 | - |
| YUV | 149.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 80 | 0.53 | 0 | 0.59 | 0.24 | 114.16 | 0.48 | 0.54 |
| Hex | 5B | C1 | 50 | 35 | 0 | 3B | 18 | 72 | 30 | 36 |
| Octal | 133 | 301 | 120 | 65 | 0 | 73 | 30 | 162 | 60 | 66 |
| Binary | 1011011 | 11000001 | 1010000 | 110101 | 0 | 111011 | 11000 | 1110010 | 110000 | 110110 |
Color Harmonies of #5BC150
Complementary color
Monochromatic Colors of #5BC150
Black with #5BC150
Text Example
Text Example
White with #5BC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC150; }
p { color: rgb(91,193,80); }
H1.HeaderClassName
{
color: #5BC150;
}
.AnyTagClassName
{
color: #5BC150;
}
</style>
background-color css
<style>
a { background-color: #5BC150; }
a { background-color: rgb(91,193,80); }
div.DivClassName
{
background-color: #5BC150;
}
.BgClassName
{
background-color: #5BC150;
}
</style>
border-color css
<style>
span { border-color: #5BC150; }
span { border-color: rgb(91,193,80); }
td.TdClassName
{
border-color: #5BC150;
}
.TagClassName
{
border-color: #5BC150;
}
</style>