Shades of Apple #5BBC54
Tints of Apple #5BBC54
RGB
CMYK
RGB Variations
Color information
#5BBC54 (or 0x5BBC54) is known color: Apple. HEX triplet: 5B, BC and 54. RGB value is (91,188,84). Sum of RGB (Red+Green+Blue) = 91+188+84=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC54 is #A443AB. Grayscale: #939393. Windows color (decimal): -10765228 or 5553243. OLE color: 5553243.
HSL color Cylindrical-coordinate representation of color #5BBC54: hue angle of 115.96º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BBC54 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 84 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.26 |
| HSL | 115.96º | 0.44% | 0.53% | - |
| HSV(B) | 115.96º | 0.55% | 0.74% | - |
| XYZ | 23.9 | 38.83 | 14.62 | - |
| YUV | 147.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 84 | 0.52 | 0 | 0.55 | 0.26 | 115.96 | 0.44 | 0.53 |
| Hex | 5B | BC | 54 | 34 | 0 | 37 | 1A | 74 | 2C | 35 |
| Octal | 133 | 274 | 124 | 64 | 0 | 67 | 32 | 164 | 54 | 65 |
| Binary | 1011011 | 10111100 | 1010100 | 110100 | 0 | 110111 | 11010 | 1110100 | 101100 | 110101 |
Color Harmonies of #5BBC54
Complementary color
Monochromatic Colors of #5BBC54
Black with #5BBC54
Text Example
Text Example
White with #5BBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC54; }
p { color: rgb(91,188,84); }
H1.HeaderClassName
{
color: #5BBC54;
}
.AnyTagClassName
{
color: #5BBC54;
}
</style>
background-color css
<style>
a { background-color: #5BBC54; }
a { background-color: rgb(91,188,84); }
div.DivClassName
{
background-color: #5BBC54;
}
.BgClassName
{
background-color: #5BBC54;
}
</style>
border-color css
<style>
span { border-color: #5BBC54; }
span { border-color: rgb(91,188,84); }
td.TdClassName
{
border-color: #5BBC54;
}
.TagClassName
{
border-color: #5BBC54;
}
</style>