Shades of Apple #5BAB40
Tints of Apple #5BAB40
RGB
CMYK
RGB Variations
Color information
#5BAB40 (or 0x5BAB40) is known color: Apple. HEX triplet: 5B, AB and 40. RGB value is (91,171,64). Sum of RGB (Red+Green+Blue) = 91+171+64=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB40 is #A454BF. Grayscale: #878787. Windows color (decimal): -10769600 or 4238171. OLE color: 4238171.
HSL color Cylindrical-coordinate representation of color #5BAB40: hue angle of 104.86º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BAB40 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 64 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.33 |
| HSL | 104.86º | 0.46% | 0.46% | - |
| HSV(B) | 104.86º | 0.63% | 0.67% | - |
| XYZ | 19.8 | 31.72 | 9.93 | - |
| YUV | 134.88 | 88 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 64 | 0.47 | 0 | 0.63 | 0.33 | 104.86 | 0.46 | 0.46 |
| Hex | 5B | AB | 40 | 2F | 0 | 3F | 21 | 69 | 2E | 2E |
| Octal | 133 | 253 | 100 | 57 | 0 | 77 | 41 | 151 | 56 | 56 |
| Binary | 1011011 | 10101011 | 1000000 | 101111 | 0 | 111111 | 100001 | 1101001 | 101110 | 101110 |
Color Harmonies of #5BAB40
Complementary color
Monochromatic Colors of #5BAB40
Black with #5BAB40
Text Example
Text Example
White with #5BAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB40; }
p { color: rgb(91,171,64); }
H1.HeaderClassName
{
color: #5BAB40;
}
.AnyTagClassName
{
color: #5BAB40;
}
</style>
background-color css
<style>
a { background-color: #5BAB40; }
a { background-color: rgb(91,171,64); }
div.DivClassName
{
background-color: #5BAB40;
}
.BgClassName
{
background-color: #5BAB40;
}
</style>
border-color css
<style>
span { border-color: #5BAB40; }
span { border-color: rgb(91,171,64); }
td.TdClassName
{
border-color: #5BAB40;
}
.TagClassName
{
border-color: #5BAB40;
}
</style>