Shades of Apple #5BBC4A
Tints of Apple #5BBC4A
RGB
CMYK
RGB Variations
Color information
#5BBC4A (or 0x5BBC4A) is known color: Apple. HEX triplet: 5B, BC and 4A. RGB value is (91,188,74). Sum of RGB (Red+Green+Blue) = 91+188+74=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC4A is #A443B5. Grayscale: #929292. Windows color (decimal): -10765238 or 4897883. OLE color: 4897883.
HSL color Cylindrical-coordinate representation of color #5BBC4A: hue angle of 111.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BBC4A is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 74 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.26 |
| HSL | 111.05º | 0.46% | 0.51% | - |
| HSV(B) | 111.05º | 0.61% | 0.74% | - |
| XYZ | 23.53 | 38.69 | 12.71 | - |
| YUV | 146 | 87.36 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 74 | 0.52 | 0 | 0.61 | 0.26 | 111.05 | 0.46 | 0.51 |
| Hex | 5B | BC | 4A | 34 | 0 | 3D | 1A | 6F | 2E | 33 |
| Octal | 133 | 274 | 112 | 64 | 0 | 75 | 32 | 157 | 56 | 63 |
| Binary | 1011011 | 10111100 | 1001010 | 110100 | 0 | 111101 | 11010 | 1101111 | 101110 | 110011 |
Color Harmonies of #5BBC4A
Complementary color
Monochromatic Colors of #5BBC4A
Black with #5BBC4A
Text Example
Text Example
White with #5BBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC4A; }
p { color: rgb(91,188,74); }
H1.HeaderClassName
{
color: #5BBC4A;
}
.AnyTagClassName
{
color: #5BBC4A;
}
</style>
background-color css
<style>
a { background-color: #5BBC4A; }
a { background-color: rgb(91,188,74); }
div.DivClassName
{
background-color: #5BBC4A;
}
.BgClassName
{
background-color: #5BBC4A;
}
</style>
border-color css
<style>
span { border-color: #5BBC4A; }
span { border-color: rgb(91,188,74); }
td.TdClassName
{
border-color: #5BBC4A;
}
.TagClassName
{
border-color: #5BBC4A;
}
</style>