Shades of Apple #5BBC4E
Tints of Apple #5BBC4E
RGB
CMYK
RGB Variations
Color information
#5BBC4E (or 0x5BBC4E) is known color: Apple. HEX triplet: 5B, BC and 4E. RGB value is (91,188,78). Sum of RGB (Red+Green+Blue) = 91+188+78=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC4E is #A443B1. Grayscale: #929292. Windows color (decimal): -10765234 or 5160027. OLE color: 5160027.
HSL color Cylindrical-coordinate representation of color #5BBC4E: hue angle of 112.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBC4E is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 78 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.26 |
| HSL | 112.91º | 0.45% | 0.52% | - |
| HSV(B) | 112.91º | 0.59% | 0.74% | - |
| XYZ | 23.67 | 38.74 | 13.44 | - |
| YUV | 146.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 78 | 0.52 | 0 | 0.59 | 0.26 | 112.91 | 0.45 | 0.52 |
| Hex | 5B | BC | 4E | 34 | 0 | 3B | 1A | 71 | 2D | 34 |
| Octal | 133 | 274 | 116 | 64 | 0 | 73 | 32 | 161 | 55 | 64 |
| Binary | 1011011 | 10111100 | 1001110 | 110100 | 0 | 111011 | 11010 | 1110001 | 101101 | 110100 |
Color Harmonies of #5BBC4E
Complementary color
Monochromatic Colors of #5BBC4E
Black with #5BBC4E
Text Example
Text Example
White with #5BBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC4E; }
p { color: rgb(91,188,78); }
H1.HeaderClassName
{
color: #5BBC4E;
}
.AnyTagClassName
{
color: #5BBC4E;
}
</style>
background-color css
<style>
a { background-color: #5BBC4E; }
a { background-color: rgb(91,188,78); }
div.DivClassName
{
background-color: #5BBC4E;
}
.BgClassName
{
background-color: #5BBC4E;
}
</style>
border-color css
<style>
span { border-color: #5BBC4E; }
span { border-color: rgb(91,188,78); }
td.TdClassName
{
border-color: #5BBC4E;
}
.TagClassName
{
border-color: #5BBC4E;
}
</style>