Shades of Apple #5BAA3B
Tints of Apple #5BAA3B
RGB
CMYK
RGB Variations
Color information
#5BAA3B (or 0x5BAA3B) is known color: Apple. HEX triplet: 5B, AA and 3B. RGB value is (91,170,59). Sum of RGB (Red+Green+Blue) = 91+170+59=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA3B is #A455C4. Grayscale: #868686. Windows color (decimal): -10769861 or 3910235. OLE color: 3910235.
HSL color Cylindrical-coordinate representation of color #5BAA3B: hue angle of 102.7º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BAA3B is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 59 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.33 |
| HSL | 102.7º | 0.48% | 0.45% | - |
| HSV(B) | 102.7º | 0.65% | 0.67% | - |
| XYZ | 19.48 | 31.29 | 9.15 | - |
| YUV | 133.73 | 85.83 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 59 | 0.46 | 0 | 0.65 | 0.33 | 102.7 | 0.48 | 0.45 |
| Hex | 5B | AA | 3B | 2E | 0 | 41 | 21 | 67 | 30 | 2D |
| Octal | 133 | 252 | 73 | 56 | 0 | 101 | 41 | 147 | 60 | 55 |
| Binary | 1011011 | 10101010 | 111011 | 101110 | 0 | 1000001 | 100001 | 1100111 | 110000 | 101101 |
Color Harmonies of #5BAA3B
Complementary color
Monochromatic Colors of #5BAA3B
Black with #5BAA3B
Text Example
Text Example
White with #5BAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA3B; }
p { color: rgb(91,170,59); }
H1.HeaderClassName
{
color: #5BAA3B;
}
.AnyTagClassName
{
color: #5BAA3B;
}
</style>
background-color css
<style>
a { background-color: #5BAA3B; }
a { background-color: rgb(91,170,59); }
div.DivClassName
{
background-color: #5BAA3B;
}
.BgClassName
{
background-color: #5BAA3B;
}
</style>
border-color css
<style>
span { border-color: #5BAA3B; }
span { border-color: rgb(91,170,59); }
td.TdClassName
{
border-color: #5BAA3B;
}
.TagClassName
{
border-color: #5BAA3B;
}
</style>