Shades of Apple #5BBC51
Tints of Apple #5BBC51
RGB
CMYK
RGB Variations
Color information
#5BBC51 (or 0x5BBC51) is known color: Apple. HEX triplet: 5B, BC and 51. RGB value is (91,188,81). Sum of RGB (Red+Green+Blue) = 91+188+81=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC51 is #A443AE. Grayscale: #939393. Windows color (decimal): -10765231 or 5356635. OLE color: 5356635.
HSL color Cylindrical-coordinate representation of color #5BBC51: hue angle of 114.39º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BBC51 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 81 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.26 |
| HSL | 114.39º | 0.44% | 0.53% | - |
| HSV(B) | 114.39º | 0.57% | 0.74% | - |
| XYZ | 23.78 | 38.78 | 14.02 | - |
| YUV | 146.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 81 | 0.52 | 0 | 0.57 | 0.26 | 114.39 | 0.44 | 0.53 |
| Hex | 5B | BC | 51 | 34 | 0 | 39 | 1A | 72 | 2C | 35 |
| Octal | 133 | 274 | 121 | 64 | 0 | 71 | 32 | 162 | 54 | 65 |
| Binary | 1011011 | 10111100 | 1010001 | 110100 | 0 | 111001 | 11010 | 1110010 | 101100 | 110101 |
Color Harmonies of #5BBC51
Complementary color
Monochromatic Colors of #5BBC51
Black with #5BBC51
Text Example
Text Example
White with #5BBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC51; }
p { color: rgb(91,188,81); }
H1.HeaderClassName
{
color: #5BBC51;
}
.AnyTagClassName
{
color: #5BBC51;
}
</style>
background-color css
<style>
a { background-color: #5BBC51; }
a { background-color: rgb(91,188,81); }
div.DivClassName
{
background-color: #5BBC51;
}
.BgClassName
{
background-color: #5BBC51;
}
</style>
border-color css
<style>
span { border-color: #5BBC51; }
span { border-color: rgb(91,188,81); }
td.TdClassName
{
border-color: #5BBC51;
}
.TagClassName
{
border-color: #5BBC51;
}
</style>