Shades of Apple #5BBC49
Tints of Apple #5BBC49
RGB
CMYK
RGB Variations
Color information
#5BBC49 (or 0x5BBC49) is known color: Apple. HEX triplet: 5B, BC and 49. RGB value is (91,188,73). Sum of RGB (Red+Green+Blue) = 91+188+73=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC49 is #A443B6. Grayscale: #929292. Windows color (decimal): -10765239 or 4832347. OLE color: 4832347.
HSL color Cylindrical-coordinate representation of color #5BBC49: hue angle of 110.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BBC49 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 73 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.26 |
| HSL | 110.61º | 0.46% | 0.51% | - |
| HSV(B) | 110.61º | 0.61% | 0.74% | - |
| XYZ | 23.5 | 38.67 | 12.53 | - |
| YUV | 145.89 | 86.86 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 73 | 0.52 | 0 | 0.61 | 0.26 | 110.61 | 0.46 | 0.51 |
| Hex | 5B | BC | 49 | 34 | 0 | 3D | 1A | 6F | 2E | 33 |
| Octal | 133 | 274 | 111 | 64 | 0 | 75 | 32 | 157 | 56 | 63 |
| Binary | 1011011 | 10111100 | 1001001 | 110100 | 0 | 111101 | 11010 | 1101111 | 101110 | 110011 |
Color Harmonies of #5BBC49
Complementary color
Monochromatic Colors of #5BBC49
Black with #5BBC49
Text Example
Text Example
White with #5BBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC49; }
p { color: rgb(91,188,73); }
H1.HeaderClassName
{
color: #5BBC49;
}
.AnyTagClassName
{
color: #5BBC49;
}
</style>
background-color css
<style>
a { background-color: #5BBC49; }
a { background-color: rgb(91,188,73); }
div.DivClassName
{
background-color: #5BBC49;
}
.BgClassName
{
background-color: #5BBC49;
}
</style>
border-color css
<style>
span { border-color: #5BBC49; }
span { border-color: rgb(91,188,73); }
td.TdClassName
{
border-color: #5BBC49;
}
.TagClassName
{
border-color: #5BBC49;
}
</style>