Shades of Apple #5BBB40
Tints of Apple #5BBB40
RGB
CMYK
RGB Variations
Color information
#5BBB40 (or 0x5BBB40) is known color: Apple. HEX triplet: 5B, BB and 40. RGB value is (91,187,64). Sum of RGB (Red+Green+Blue) = 91+187+64=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBB40 is #A444BF. Grayscale: #909090. Windows color (decimal): -10765504 or 4242267. OLE color: 4242267.
HSL color Cylindrical-coordinate representation of color #5BBB40: hue angle of 106.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BBB40 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 64 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.27 |
| HSL | 106.83º | 0.49% | 0.49% | - |
| HSV(B) | 106.83º | 0.66% | 0.73% | - |
| XYZ | 23.01 | 38.13 | 11 | - |
| YUV | 144.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 64 | 0.51 | 0 | 0.66 | 0.27 | 106.83 | 0.49 | 0.49 |
| Hex | 5B | BB | 40 | 33 | 0 | 42 | 1B | 6B | 31 | 31 |
| Octal | 133 | 273 | 100 | 63 | 0 | 102 | 33 | 153 | 61 | 61 |
| Binary | 1011011 | 10111011 | 1000000 | 110011 | 0 | 1000010 | 11011 | 1101011 | 110001 | 110001 |
Color Harmonies of #5BBB40
Complementary color
Monochromatic Colors of #5BBB40
Black with #5BBB40
Text Example
Text Example
White with #5BBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB40; }
p { color: rgb(91,187,64); }
H1.HeaderClassName
{
color: #5BBB40;
}
.AnyTagClassName
{
color: #5BBB40;
}
</style>
background-color css
<style>
a { background-color: #5BBB40; }
a { background-color: rgb(91,187,64); }
div.DivClassName
{
background-color: #5BBB40;
}
.BgClassName
{
background-color: #5BBB40;
}
</style>
border-color css
<style>
span { border-color: #5BBB40; }
span { border-color: rgb(91,187,64); }
td.TdClassName
{
border-color: #5BBB40;
}
.TagClassName
{
border-color: #5BBB40;
}
</style>