Shades of Apple #5BBB49
Tints of Apple #5BBB49
RGB
CMYK
RGB Variations
Color information
#5BBB49 (or 0x5BBB49) is known color: Apple. HEX triplet: 5B, BB and 49. RGB value is (91,187,73). Sum of RGB (Red+Green+Blue) = 91+187+73=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBB49 is #A444B6. Grayscale: #919191. Windows color (decimal): -10765495 or 4832091. OLE color: 4832091.
HSL color Cylindrical-coordinate representation of color #5BBB49: hue angle of 110.53º degrees, saturation: 0.46, 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 #5BBB49 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 73 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.27 |
| HSL | 110.53º | 0.46% | 0.51% | - |
| HSV(B) | 110.53º | 0.61% | 0.73% | - |
| XYZ | 23.29 | 38.25 | 12.46 | - |
| YUV | 145.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 73 | 0.51 | 0 | 0.61 | 0.27 | 110.53 | 0.46 | 0.51 |
| Hex | 5B | BB | 49 | 33 | 0 | 3D | 1B | 6F | 2E | 33 |
| Octal | 133 | 273 | 111 | 63 | 0 | 75 | 33 | 157 | 56 | 63 |
| Binary | 1011011 | 10111011 | 1001001 | 110011 | 0 | 111101 | 11011 | 1101111 | 101110 | 110011 |
Color Harmonies of #5BBB49
Complementary color
Monochromatic Colors of #5BBB49
Black with #5BBB49
Text Example
Text Example
White with #5BBB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB49; }
p { color: rgb(91,187,73); }
H1.HeaderClassName
{
color: #5BBB49;
}
.AnyTagClassName
{
color: #5BBB49;
}
</style>
background-color css
<style>
a { background-color: #5BBB49; }
a { background-color: rgb(91,187,73); }
div.DivClassName
{
background-color: #5BBB49;
}
.BgClassName
{
background-color: #5BBB49;
}
</style>
border-color css
<style>
span { border-color: #5BBB49; }
span { border-color: rgb(91,187,73); }
td.TdClassName
{
border-color: #5BBB49;
}
.TagClassName
{
border-color: #5BBB49;
}
</style>