Shades of Apple #5BA547
Tints of Apple #5BA547
RGB
CMYK
RGB Variations
Color information
#5BA547 (or 0x5BA547) is known color: Apple. HEX triplet: 5B, A5 and 47. RGB value is (91,165,71). Sum of RGB (Red+Green+Blue) = 91+165+71=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA547 is #A45AB8. Grayscale: #848484. Windows color (decimal): -10771129 or 4695387. OLE color: 4695387.
HSL color Cylindrical-coordinate representation of color #5BA547: hue angle of 107.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BA547 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 71 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.35 |
| HSL | 107.23º | 0.4% | 0.46% | - |
| HSV(B) | 107.23º | 0.57% | 0.65% | - |
| XYZ | 18.91 | 29.59 | 10.68 | - |
| YUV | 132.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 71 | 0.45 | 0 | 0.57 | 0.35 | 107.23 | 0.4 | 0.46 |
| Hex | 5B | A5 | 47 | 2D | 0 | 39 | 23 | 6B | 28 | 2E |
| Octal | 133 | 245 | 107 | 55 | 0 | 71 | 43 | 153 | 50 | 56 |
| Binary | 1011011 | 10100101 | 1000111 | 101101 | 0 | 111001 | 100011 | 1101011 | 101000 | 101110 |
Color Harmonies of #5BA547
Complementary color
Monochromatic Colors of #5BA547
Black with #5BA547
Text Example
Text Example
White with #5BA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA547; }
p { color: rgb(91,165,71); }
H1.HeaderClassName
{
color: #5BA547;
}
.AnyTagClassName
{
color: #5BA547;
}
</style>
background-color css
<style>
a { background-color: #5BA547; }
a { background-color: rgb(91,165,71); }
div.DivClassName
{
background-color: #5BA547;
}
.BgClassName
{
background-color: #5BA547;
}
</style>
border-color css
<style>
span { border-color: #5BA547; }
span { border-color: rgb(91,165,71); }
td.TdClassName
{
border-color: #5BA547;
}
.TagClassName
{
border-color: #5BA547;
}
</style>