Shades of Apple #5BAA3F
Tints of Apple #5BAA3F
RGB
CMYK
RGB Variations
Color information
#5BAA3F (or 0x5BAA3F) is known color: Apple. HEX triplet: 5B, AA and 3F. RGB value is (91,170,63). Sum of RGB (Red+Green+Blue) = 91+170+63=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA3F is #A455C0. Grayscale: #868686. Windows color (decimal): -10769857 or 4172379. OLE color: 4172379.
HSL color Cylindrical-coordinate representation of color #5BAA3F: hue angle of 104.3º 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 #5BAA3F is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 63 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.33 |
| HSL | 104.3º | 0.46% | 0.46% | - |
| HSV(B) | 104.3º | 0.63% | 0.67% | - |
| XYZ | 19.59 | 31.33 | 9.72 | - |
| YUV | 134.18 | 87.83 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 63 | 0.46 | 0 | 0.63 | 0.33 | 104.3 | 0.46 | 0.46 |
| Hex | 5B | AA | 3F | 2E | 0 | 3F | 21 | 68 | 2E | 2E |
| Octal | 133 | 252 | 77 | 56 | 0 | 77 | 41 | 150 | 56 | 56 |
| Binary | 1011011 | 10101010 | 111111 | 101110 | 0 | 111111 | 100001 | 1101000 | 101110 | 101110 |
Color Harmonies of #5BAA3F
Complementary color
Monochromatic Colors of #5BAA3F
Black with #5BAA3F
Text Example
Text Example
White with #5BAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA3F; }
p { color: rgb(91,170,63); }
H1.HeaderClassName
{
color: #5BAA3F;
}
.AnyTagClassName
{
color: #5BAA3F;
}
</style>
background-color css
<style>
a { background-color: #5BAA3F; }
a { background-color: rgb(91,170,63); }
div.DivClassName
{
background-color: #5BAA3F;
}
.BgClassName
{
background-color: #5BAA3F;
}
</style>
border-color css
<style>
span { border-color: #5BAA3F; }
span { border-color: rgb(91,170,63); }
td.TdClassName
{
border-color: #5BAA3F;
}
.TagClassName
{
border-color: #5BAA3F;
}
</style>