Shades of Apple #5BAB42
Tints of Apple #5BAB42
RGB
CMYK
RGB Variations
Color information
#5BAB42 (or 0x5BAB42) is known color: Apple. HEX triplet: 5B, AB and 42. RGB value is (91,171,66). Sum of RGB (Red+Green+Blue) = 91+171+66=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB42 is #A454BD. Grayscale: #878787. Windows color (decimal): -10769598 or 4369243. OLE color: 4369243.
HSL color Cylindrical-coordinate representation of color #5BAB42: hue angle of 105.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BAB42 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 66 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.33 |
| HSL | 105.71º | 0.44% | 0.46% | - |
| HSV(B) | 105.71º | 0.61% | 0.67% | - |
| XYZ | 19.86 | 31.74 | 10.23 | - |
| YUV | 135.11 | 89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 66 | 0.47 | 0 | 0.61 | 0.33 | 105.71 | 0.44 | 0.46 |
| Hex | 5B | AB | 42 | 2F | 0 | 3D | 21 | 6A | 2C | 2E |
| Octal | 133 | 253 | 102 | 57 | 0 | 75 | 41 | 152 | 54 | 56 |
| Binary | 1011011 | 10101011 | 1000010 | 101111 | 0 | 111101 | 100001 | 1101010 | 101100 | 101110 |
Color Harmonies of #5BAB42
Complementary color
Monochromatic Colors of #5BAB42
Black with #5BAB42
Text Example
Text Example
White with #5BAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB42; }
p { color: rgb(91,171,66); }
H1.HeaderClassName
{
color: #5BAB42;
}
.AnyTagClassName
{
color: #5BAB42;
}
</style>
background-color css
<style>
a { background-color: #5BAB42; }
a { background-color: rgb(91,171,66); }
div.DivClassName
{
background-color: #5BAB42;
}
.BgClassName
{
background-color: #5BAB42;
}
</style>
border-color css
<style>
span { border-color: #5BAB42; }
span { border-color: rgb(91,171,66); }
td.TdClassName
{
border-color: #5BAB42;
}
.TagClassName
{
border-color: #5BAB42;
}
</style>