Shades of Apple #5BAB44
Tints of Apple #5BAB44
RGB
CMYK
RGB Variations
Color information
#5BAB44 (or 0x5BAB44) is known color: Apple. HEX triplet: 5B, AB and 44. RGB value is (91,171,68). Sum of RGB (Red+Green+Blue) = 91+171+68=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB44 is #A454BB. Grayscale: #878787. Windows color (decimal): -10769596 or 4500315. OLE color: 4500315.
HSL color Cylindrical-coordinate representation of color #5BAB44: hue angle of 106.6º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BAB44 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 68 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.33 |
| HSL | 106.6º | 0.43% | 0.47% | - |
| HSV(B) | 106.6º | 0.6% | 0.67% | - |
| XYZ | 19.92 | 31.77 | 10.55 | - |
| YUV | 135.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 68 | 0.47 | 0 | 0.60 | 0.33 | 106.6 | 0.43 | 0.47 |
| Hex | 5B | AB | 44 | 2F | 0 | 3C | 21 | 6B | 2B | 2F |
| Octal | 133 | 253 | 104 | 57 | 0 | 74 | 41 | 153 | 53 | 57 |
| Binary | 1011011 | 10101011 | 1000100 | 101111 | 0 | 111100 | 100001 | 1101011 | 101011 | 101111 |
Color Harmonies of #5BAB44
Complementary color
Monochromatic Colors of #5BAB44
Black with #5BAB44
Text Example
Text Example
White with #5BAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB44; }
p { color: rgb(91,171,68); }
H1.HeaderClassName
{
color: #5BAB44;
}
.AnyTagClassName
{
color: #5BAB44;
}
</style>
background-color css
<style>
a { background-color: #5BAB44; }
a { background-color: rgb(91,171,68); }
div.DivClassName
{
background-color: #5BAB44;
}
.BgClassName
{
background-color: #5BAB44;
}
</style>
border-color css
<style>
span { border-color: #5BAB44; }
span { border-color: rgb(91,171,68); }
td.TdClassName
{
border-color: #5BAB44;
}
.TagClassName
{
border-color: #5BAB44;
}
</style>