Shades of Apple #5BBA4D
Tints of Apple #5BBA4D
RGB
CMYK
RGB Variations
Color information
#5BBA4D (or 0x5BBA4D) is known color: Apple. HEX triplet: 5B, BA and 4D. RGB value is (91,186,77). Sum of RGB (Red+Green+Blue) = 91+186+77=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBA4D is #A445B2. Grayscale: #919191. Windows color (decimal): -10765747 or 5093979. OLE color: 5093979.
HSL color Cylindrical-coordinate representation of color #5BBA4D: hue angle of 112.29º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBA4D is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 186 | 77 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.27 |
| HSL | 112.29º | 0.44% | 0.52% | - |
| HSV(B) | 112.29º | 0.59% | 0.73% | - |
| XYZ | 23.21 | 37.88 | 13.11 | - |
| YUV | 145.17 | 89.53 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 77 | 0.51 | 0 | 0.59 | 0.27 | 112.29 | 0.44 | 0.52 |
| Hex | 5B | BA | 4D | 33 | 0 | 3B | 1B | 70 | 2C | 34 |
| Octal | 133 | 272 | 115 | 63 | 0 | 73 | 33 | 160 | 54 | 64 |
| Binary | 1011011 | 10111010 | 1001101 | 110011 | 0 | 111011 | 11011 | 1110000 | 101100 | 110100 |
Color Harmonies of #5BBA4D
Complementary color
Monochromatic Colors of #5BBA4D
Black with #5BBA4D
Text Example
Text Example
White with #5BBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBA4D; }
p { color: rgb(91,186,77); }
H1.HeaderClassName
{
color: #5BBA4D;
}
.AnyTagClassName
{
color: #5BBA4D;
}
</style>
background-color css
<style>
a { background-color: #5BBA4D; }
a { background-color: rgb(91,186,77); }
div.DivClassName
{
background-color: #5BBA4D;
}
.BgClassName
{
background-color: #5BBA4D;
}
</style>
border-color css
<style>
span { border-color: #5BBA4D; }
span { border-color: rgb(91,186,77); }
td.TdClassName
{
border-color: #5BBA4D;
}
.TagClassName
{
border-color: #5BBA4D;
}
</style>