Shades of Apple #5BBA55
Tints of Apple #5BBA55
RGB
CMYK
RGB Variations
Color information
#5BBA55 (or 0x5BBA55) is known color: Apple. HEX triplet: 5B, BA and 55. RGB value is (91,186,85). Sum of RGB (Red+Green+Blue) = 91+186+85=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBA55 is #A445AA. Grayscale: #929292. Windows color (decimal): -10765739 or 5618267. OLE color: 5618267.
HSL color Cylindrical-coordinate representation of color #5BBA55: hue angle of 116.44º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BBA55 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 186 | 85 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.27 |
| HSL | 116.44º | 0.42% | 0.53% | - |
| HSV(B) | 116.44º | 0.54% | 0.73% | - |
| XYZ | 23.51 | 38 | 14.69 | - |
| YUV | 146.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 85 | 0.51 | 0 | 0.54 | 0.27 | 116.44 | 0.42 | 0.53 |
| Hex | 5B | BA | 55 | 33 | 0 | 36 | 1B | 74 | 2A | 35 |
| Octal | 133 | 272 | 125 | 63 | 0 | 66 | 33 | 164 | 52 | 65 |
| Binary | 1011011 | 10111010 | 1010101 | 110011 | 0 | 110110 | 11011 | 1110100 | 101010 | 110101 |
Color Harmonies of #5BBA55
Complementary color
Monochromatic Colors of #5BBA55
Black with #5BBA55
Text Example
Text Example
White with #5BBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBA55; }
p { color: rgb(91,186,85); }
H1.HeaderClassName
{
color: #5BBA55;
}
.AnyTagClassName
{
color: #5BBA55;
}
</style>
background-color css
<style>
a { background-color: #5BBA55; }
a { background-color: rgb(91,186,85); }
div.DivClassName
{
background-color: #5BBA55;
}
.BgClassName
{
background-color: #5BBA55;
}
</style>
border-color css
<style>
span { border-color: #5BBA55; }
span { border-color: rgb(91,186,85); }
td.TdClassName
{
border-color: #5BBA55;
}
.TagClassName
{
border-color: #5BBA55;
}
</style>