Shades of Limeade #5B9626
Tints of Limeade #5B9626
RGB
CMYK
RGB Variations
Color information
#5B9626 (or 0x5B9626) is known color: Limeade. HEX triplet: 5B, 96 and 26. RGB value is (91,150,38). Sum of RGB (Red+Green+Blue) = 91+150+38=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9626 is #A469D9. Grayscale: #777777. Windows color (decimal): -10775002 or 2528859. OLE color: 2528859.
HSL color Cylindrical-coordinate representation of color #5B9626: hue angle of 91.61º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B9626 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 38 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.41 |
| HSL | 91.61º | 0.6% | 0.37% | - |
| HSV(B) | 91.61º | 0.75% | 0.59% | - |
| XYZ | 15.57 | 24.18 | 5.68 | - |
| YUV | 119.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 38 | 0.39 | 0 | 0.75 | 0.41 | 91.61 | 0.6 | 0.37 |
| Hex | 5B | 96 | 26 | 27 | 0 | 4B | 29 | 5C | 3C | 25 |
| Octal | 133 | 226 | 46 | 47 | 0 | 113 | 51 | 134 | 74 | 45 |
| Binary | 1011011 | 10010110 | 100110 | 100111 | 0 | 1001011 | 101001 | 1011100 | 111100 | 100101 |
Color Harmonies of #5B9626
Complementary color
Monochromatic Colors of #5B9626
Black with #5B9626
Text Example
Text Example
White with #5B9626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9626; }
p { color: rgb(91,150,38); }
H1.HeaderClassName
{
color: #5B9626;
}
.AnyTagClassName
{
color: #5B9626;
}
</style>
background-color css
<style>
a { background-color: #5B9626; }
a { background-color: rgb(91,150,38); }
div.DivClassName
{
background-color: #5B9626;
}
.BgClassName
{
background-color: #5B9626;
}
</style>
border-color css
<style>
span { border-color: #5B9626; }
span { border-color: rgb(91,150,38); }
td.TdClassName
{
border-color: #5B9626;
}
.TagClassName
{
border-color: #5B9626;
}
</style>