Shades of Apple #5BAB4C
Tints of Apple #5BAB4C
RGB
CMYK
RGB Variations
Color information
#5BAB4C (or 0x5BAB4C) is known color: Apple. HEX triplet: 5B, AB and 4C. RGB value is (91,171,76). Sum of RGB (Red+Green+Blue) = 91+171+76=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB4C is #A454B3. Grayscale: #888888. Windows color (decimal): -10769588 or 5024603. OLE color: 5024603.
HSL color Cylindrical-coordinate representation of color #5BAB4C: hue angle of 110.53º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BAB4C is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 76 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.33 |
| HSL | 110.53º | 0.38% | 0.48% | - |
| HSV(B) | 110.53º | 0.56% | 0.67% | - |
| XYZ | 20.18 | 31.87 | 11.93 | - |
| YUV | 136.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 76 | 0.47 | 0 | 0.56 | 0.33 | 110.53 | 0.38 | 0.48 |
| Hex | 5B | AB | 4C | 2F | 0 | 38 | 21 | 6F | 26 | 30 |
| Octal | 133 | 253 | 114 | 57 | 0 | 70 | 41 | 157 | 46 | 60 |
| Binary | 1011011 | 10101011 | 1001100 | 101111 | 0 | 111000 | 100001 | 1101111 | 100110 | 110000 |
Color Harmonies of #5BAB4C
Complementary color
Monochromatic Colors of #5BAB4C
Black with #5BAB4C
Text Example
Text Example
White with #5BAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB4C; }
p { color: rgb(91,171,76); }
H1.HeaderClassName
{
color: #5BAB4C;
}
.AnyTagClassName
{
color: #5BAB4C;
}
</style>
background-color css
<style>
a { background-color: #5BAB4C; }
a { background-color: rgb(91,171,76); }
div.DivClassName
{
background-color: #5BAB4C;
}
.BgClassName
{
background-color: #5BAB4C;
}
</style>
border-color css
<style>
span { border-color: #5BAB4C; }
span { border-color: rgb(91,171,76); }
td.TdClassName
{
border-color: #5BAB4C;
}
.TagClassName
{
border-color: #5BAB4C;
}
</style>