Shades of Apple #5BC547
Tints of Apple #5BC547
RGB
CMYK
RGB Variations
Color information
#5BC547 (or 0x5BC547) is known color: Apple. HEX triplet: 5B, C5 and 47. RGB value is (91,197,71). Sum of RGB (Red+Green+Blue) = 91+197+71=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC547 is #A43AB8. Grayscale: #979797. Windows color (decimal): -10762937 or 4703579. OLE color: 4703579.
HSL color Cylindrical-coordinate representation of color #5BC547: hue angle of 110.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BC547 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 71 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.23 |
| HSL | 110.48º | 0.52% | 0.53% | - |
| HSV(B) | 110.48º | 0.64% | 0.77% | - |
| XYZ | 25.42 | 42.61 | 12.85 | - |
| YUV | 150.94 | 82.88 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 71 | 0.54 | 0 | 0.64 | 0.23 | 110.48 | 0.52 | 0.53 |
| Hex | 5B | C5 | 47 | 36 | 0 | 40 | 17 | 6E | 34 | 35 |
| Octal | 133 | 305 | 107 | 66 | 0 | 100 | 27 | 156 | 64 | 65 |
| Binary | 1011011 | 11000101 | 1000111 | 110110 | 0 | 1000000 | 10111 | 1101110 | 110100 | 110101 |
Color Harmonies of #5BC547
Complementary color
Monochromatic Colors of #5BC547
Black with #5BC547
Text Example
Text Example
White with #5BC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC547; }
p { color: rgb(91,197,71); }
H1.HeaderClassName
{
color: #5BC547;
}
.AnyTagClassName
{
color: #5BC547;
}
</style>
background-color css
<style>
a { background-color: #5BC547; }
a { background-color: rgb(91,197,71); }
div.DivClassName
{
background-color: #5BC547;
}
.BgClassName
{
background-color: #5BC547;
}
</style>
border-color css
<style>
span { border-color: #5BC547; }
span { border-color: rgb(91,197,71); }
td.TdClassName
{
border-color: #5BC547;
}
.TagClassName
{
border-color: #5BC547;
}
</style>