Shades of Apple #5BBC3B
Tints of Apple #5BBC3B
RGB
CMYK
RGB Variations
Color information
#5BBC3B (or 0x5BBC3B) is known color: Apple. HEX triplet: 5B, BC and 3B. RGB value is (91,188,59). Sum of RGB (Red+Green+Blue) = 91+188+59=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC3B is #A443C4. Grayscale: #909090. Windows color (decimal): -10765253 or 3914843. OLE color: 3914843.
HSL color Cylindrical-coordinate representation of color #5BBC3B: hue angle of 105.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BBC3B is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 59 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.26 |
| HSL | 105.12º | 0.52% | 0.48% | - |
| HSV(B) | 105.12º | 0.69% | 0.74% | - |
| XYZ | 23.09 | 38.51 | 10.35 | - |
| YUV | 144.29 | 79.86 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 59 | 0.52 | 0 | 0.69 | 0.26 | 105.12 | 0.52 | 0.48 |
| Hex | 5B | BC | 3B | 34 | 0 | 45 | 1A | 69 | 34 | 30 |
| Octal | 133 | 274 | 73 | 64 | 0 | 105 | 32 | 151 | 64 | 60 |
| Binary | 1011011 | 10111100 | 111011 | 110100 | 0 | 1000101 | 11010 | 1101001 | 110100 | 110000 |
Color Harmonies of #5BBC3B
Complementary color
Monochromatic Colors of #5BBC3B
Black with #5BBC3B
Text Example
Text Example
White with #5BBC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC3B; }
p { color: rgb(91,188,59); }
H1.HeaderClassName
{
color: #5BBC3B;
}
.AnyTagClassName
{
color: #5BBC3B;
}
</style>
background-color css
<style>
a { background-color: #5BBC3B; }
a { background-color: rgb(91,188,59); }
div.DivClassName
{
background-color: #5BBC3B;
}
.BgClassName
{
background-color: #5BBC3B;
}
</style>
border-color css
<style>
span { border-color: #5BBC3B; }
span { border-color: rgb(91,188,59); }
td.TdClassName
{
border-color: #5BBC3B;
}
.TagClassName
{
border-color: #5BBC3B;
}
</style>