Shades of Limeade #5B9611
Tints of Limeade #5B9611
RGB
CMYK
RGB Variations
Color information
#5B9611 (or 0x5B9611) is known color: Limeade. HEX triplet: 5B, 96 and 11. RGB value is (91,150,17). Sum of RGB (Red+Green+Blue) = 91+150+17=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9611 is #A469EE. Grayscale: #757575. Windows color (decimal): -10775023 or 1152603. OLE color: 1152603.
HSL color Cylindrical-coordinate representation of color #5B9611: hue angle of 86.62º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B9611 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 17 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.41 |
| HSL | 86.62º | 0.8% | 0.33% | - |
| HSV(B) | 86.62º | 0.89% | 0.59% | - |
| XYZ | 15.32 | 24.08 | 4.37 | - |
| YUV | 117.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 17 | 0.39 | 0 | 0.89 | 0.41 | 86.62 | 0.8 | 0.33 |
| Hex | 5B | 96 | 11 | 27 | 0 | 59 | 29 | 57 | 50 | 21 |
| Octal | 133 | 226 | 21 | 47 | 0 | 131 | 51 | 127 | 120 | 41 |
| Binary | 1011011 | 10010110 | 10001 | 100111 | 0 | 1011001 | 101001 | 1010111 | 1010000 | 100001 |
Color Harmonies of #5B9611
Complementary color
Monochromatic Colors of #5B9611
Black with #5B9611
Text Example
Text Example
White with #5B9611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9611; }
p { color: rgb(91,150,17); }
H1.HeaderClassName
{
color: #5B9611;
}
.AnyTagClassName
{
color: #5B9611;
}
</style>
background-color css
<style>
a { background-color: #5B9611; }
a { background-color: rgb(91,150,17); }
div.DivClassName
{
background-color: #5B9611;
}
.BgClassName
{
background-color: #5B9611;
}
</style>
border-color css
<style>
span { border-color: #5B9611; }
span { border-color: rgb(91,150,17); }
td.TdClassName
{
border-color: #5B9611;
}
.TagClassName
{
border-color: #5B9611;
}
</style>