Shades of Apple #5BBC45
Tints of Apple #5BBC45
RGB
CMYK
RGB Variations
Color information
#5BBC45 (or 0x5BBC45) is known color: Apple. HEX triplet: 5B, BC and 45. RGB value is (91,188,69). Sum of RGB (Red+Green+Blue) = 91+188+69=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC45 is #A443BA. Grayscale: #919191. Windows color (decimal): -10765243 or 4570203. OLE color: 4570203.
HSL color Cylindrical-coordinate representation of color #5BBC45: hue angle of 108.91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BBC45 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 69 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.26 |
| HSL | 108.91º | 0.47% | 0.5% | - |
| HSV(B) | 108.91º | 0.63% | 0.74% | - |
| XYZ | 23.37 | 38.62 | 11.85 | - |
| YUV | 145.43 | 84.86 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 69 | 0.52 | 0 | 0.63 | 0.26 | 108.91 | 0.47 | 0.5 |
| Hex | 5B | BC | 45 | 34 | 0 | 3F | 1A | 6D | 2F | 32 |
| Octal | 133 | 274 | 105 | 64 | 0 | 77 | 32 | 155 | 57 | 62 |
| Binary | 1011011 | 10111100 | 1000101 | 110100 | 0 | 111111 | 11010 | 1101101 | 101111 | 110010 |
Color Harmonies of #5BBC45
Complementary color
Monochromatic Colors of #5BBC45
Black with #5BBC45
Text Example
Text Example
White with #5BBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC45; }
p { color: rgb(91,188,69); }
H1.HeaderClassName
{
color: #5BBC45;
}
.AnyTagClassName
{
color: #5BBC45;
}
</style>
background-color css
<style>
a { background-color: #5BBC45; }
a { background-color: rgb(91,188,69); }
div.DivClassName
{
background-color: #5BBC45;
}
.BgClassName
{
background-color: #5BBC45;
}
</style>
border-color css
<style>
span { border-color: #5BBC45; }
span { border-color: rgb(91,188,69); }
td.TdClassName
{
border-color: #5BBC45;
}
.TagClassName
{
border-color: #5BBC45;
}
</style>