Shades of Apple #5BBA52
Tints of Apple #5BBA52
RGB
CMYK
RGB Variations
Color information
#5BBA52 (or 0x5BBA52) is known color: Apple. HEX triplet: 5B, BA and 52. RGB value is (91,186,82). Sum of RGB (Red+Green+Blue) = 91+186+82=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBA52 is #A445AD. Grayscale: #929292. Windows color (decimal): -10765742 or 5421659. OLE color: 5421659.
HSL color Cylindrical-coordinate representation of color #5BBA52: hue angle of 114.81º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BBA52 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 186 | 82 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.27 |
| HSL | 114.81º | 0.43% | 0.53% | - |
| HSV(B) | 114.81º | 0.56% | 0.73% | - |
| XYZ | 23.4 | 37.95 | 14.07 | - |
| YUV | 145.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 82 | 0.51 | 0 | 0.56 | 0.27 | 114.81 | 0.43 | 0.53 |
| Hex | 5B | BA | 52 | 33 | 0 | 38 | 1B | 73 | 2B | 35 |
| Octal | 133 | 272 | 122 | 63 | 0 | 70 | 33 | 163 | 53 | 65 |
| Binary | 1011011 | 10111010 | 1010010 | 110011 | 0 | 111000 | 11011 | 1110011 | 101011 | 110101 |
Color Harmonies of #5BBA52
Complementary color
Monochromatic Colors of #5BBA52
Black with #5BBA52
Text Example
Text Example
White with #5BBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBA52; }
p { color: rgb(91,186,82); }
H1.HeaderClassName
{
color: #5BBA52;
}
.AnyTagClassName
{
color: #5BBA52;
}
</style>
background-color css
<style>
a { background-color: #5BBA52; }
a { background-color: rgb(91,186,82); }
div.DivClassName
{
background-color: #5BBA52;
}
.BgClassName
{
background-color: #5BBA52;
}
</style>
border-color css
<style>
span { border-color: #5BBA52; }
span { border-color: rgb(91,186,82); }
td.TdClassName
{
border-color: #5BBA52;
}
.TagClassName
{
border-color: #5BBA52;
}
</style>