Shades of Apple #5BBC31
Tints of Apple #5BBC31
RGB
CMYK
RGB Variations
Color information
#5BBC31 (or 0x5BBC31) is known color: Apple. HEX triplet: 5B, BC and 31. RGB value is (91,188,49). Sum of RGB (Red+Green+Blue) = 91+188+49=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC31 is #A443CE. Grayscale: #8F8F8F. Windows color (decimal): -10765263 or 3259483. OLE color: 3259483.
HSL color Cylindrical-coordinate representation of color #5BBC31: hue angle of 101.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BBC31 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 49 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.26 |
| HSL | 101.87º | 0.59% | 0.46% | - |
| HSV(B) | 101.87º | 0.74% | 0.74% | - |
| XYZ | 22.85 | 38.41 | 9.12 | - |
| YUV | 143.15 | 74.86 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 49 | 0.52 | 0 | 0.74 | 0.26 | 101.87 | 0.59 | 0.46 |
| Hex | 5B | BC | 31 | 34 | 0 | 4A | 1A | 66 | 3B | 2E |
| Octal | 133 | 274 | 61 | 64 | 0 | 112 | 32 | 146 | 73 | 56 |
| Binary | 1011011 | 10111100 | 110001 | 110100 | 0 | 1001010 | 11010 | 1100110 | 111011 | 101110 |
Color Harmonies of #5BBC31
Complementary color
Monochromatic Colors of #5BBC31
Black with #5BBC31
Text Example
Text Example
White with #5BBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC31; }
p { color: rgb(91,188,49); }
H1.HeaderClassName
{
color: #5BBC31;
}
.AnyTagClassName
{
color: #5BBC31;
}
</style>
background-color css
<style>
a { background-color: #5BBC31; }
a { background-color: rgb(91,188,49); }
div.DivClassName
{
background-color: #5BBC31;
}
.BgClassName
{
background-color: #5BBC31;
}
</style>
border-color css
<style>
span { border-color: #5BBC31; }
span { border-color: rgb(91,188,49); }
td.TdClassName
{
border-color: #5BBC31;
}
.TagClassName
{
border-color: #5BBC31;
}
</style>