Shades of Apple #5BAC4C
Tints of Apple #5BAC4C
RGB
CMYK
RGB Variations
Color information
#5BAC4C (or 0x5BAC4C) is known color: Apple. HEX triplet: 5B, AC and 4C. RGB value is (91,172,76). Sum of RGB (Red+Green+Blue) = 91+172+76=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC4C is #A453B3. Grayscale: #898989. Windows color (decimal): -10769332 or 5024859. OLE color: 5024859.
HSL color Cylindrical-coordinate representation of color #5BAC4C: hue angle of 110.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BAC4C is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 76 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.33 |
| HSL | 110.63º | 0.39% | 0.49% | - |
| HSV(B) | 110.63º | 0.56% | 0.67% | - |
| XYZ | 20.37 | 32.25 | 11.99 | - |
| YUV | 136.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 76 | 0.47 | 0 | 0.56 | 0.33 | 110.63 | 0.39 | 0.49 |
| Hex | 5B | AC | 4C | 2F | 0 | 38 | 21 | 6F | 27 | 31 |
| Octal | 133 | 254 | 114 | 57 | 0 | 70 | 41 | 157 | 47 | 61 |
| Binary | 1011011 | 10101100 | 1001100 | 101111 | 0 | 111000 | 100001 | 1101111 | 100111 | 110001 |
Color Harmonies of #5BAC4C
Complementary color
Monochromatic Colors of #5BAC4C
Black with #5BAC4C
Text Example
Text Example
White with #5BAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC4C; }
p { color: rgb(91,172,76); }
H1.HeaderClassName
{
color: #5BAC4C;
}
.AnyTagClassName
{
color: #5BAC4C;
}
</style>
background-color css
<style>
a { background-color: #5BAC4C; }
a { background-color: rgb(91,172,76); }
div.DivClassName
{
background-color: #5BAC4C;
}
.BgClassName
{
background-color: #5BAC4C;
}
</style>
border-color css
<style>
span { border-color: #5BAC4C; }
span { border-color: rgb(91,172,76); }
td.TdClassName
{
border-color: #5BAC4C;
}
.TagClassName
{
border-color: #5BAC4C;
}
</style>