Shades of Apple #5BB949
Tints of Apple #5BB949
RGB
CMYK
RGB Variations
Color information
#5BB949 (or 0x5BB949) is known color: Apple. HEX triplet: 5B, B9 and 49. RGB value is (91,185,73). Sum of RGB (Red+Green+Blue) = 91+185+73=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #5BB949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BB949 is #A446B6. Grayscale: #909090. Windows color (decimal): -10766007 or 4831579. OLE color: 4831579.
HSL color Cylindrical-coordinate representation of color #5BB949: hue angle of 110.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BB949 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 185 | 73 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.27 |
| HSL | 110.36º | 0.44% | 0.51% | - |
| HSV(B) | 110.36º | 0.61% | 0.73% | - |
| XYZ | 22.87 | 37.4 | 12.32 | - |
| YUV | 144.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 185 | 73 | 0.51 | 0 | 0.61 | 0.27 | 110.36 | 0.44 | 0.51 |
| Hex | 5B | B9 | 49 | 33 | 0 | 3D | 1B | 6E | 2C | 33 |
| Octal | 133 | 271 | 111 | 63 | 0 | 75 | 33 | 156 | 54 | 63 |
| Binary | 1011011 | 10111001 | 1001001 | 110011 | 0 | 111101 | 11011 | 1101110 | 101100 | 110011 |
Color Harmonies of #5BB949
Complementary color
Monochromatic Colors of #5BB949
Black with #5BB949
Text Example
Text Example
White with #5BB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB949; }
p { color: rgb(91,185,73); }
H1.HeaderClassName
{
color: #5BB949;
}
.AnyTagClassName
{
color: #5BB949;
}
</style>
background-color css
<style>
a { background-color: #5BB949; }
a { background-color: rgb(91,185,73); }
div.DivClassName
{
background-color: #5BB949;
}
.BgClassName
{
background-color: #5BB949;
}
</style>
border-color css
<style>
span { border-color: #5BB949; }
span { border-color: rgb(91,185,73); }
td.TdClassName
{
border-color: #5BB949;
}
.TagClassName
{
border-color: #5BB949;
}
</style>