Shades of Limeade #5BA126
Tints of Limeade #5BA126
RGB
CMYK
RGB Variations
Color information
#5BA126 (or 0x5BA126) is known color: Limeade. HEX triplet: 5B, A1 and 26. RGB value is (91,161,38). Sum of RGB (Red+Green+Blue) = 91+161+38=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA126 is #A45ED9. Grayscale: #7E7E7E. Windows color (decimal): -10772186 or 2531675. OLE color: 2531675.
HSL color Cylindrical-coordinate representation of color #5BA126: hue angle of 94.15º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BA126 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 38 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.37 |
| HSL | 94.15º | 0.62% | 0.39% | - |
| HSV(B) | 94.15º | 0.76% | 0.63% | - |
| XYZ | 17.41 | 27.85 | 6.29 | - |
| YUV | 126.05 | 78.31 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 38 | 0.43 | 0 | 0.76 | 0.37 | 94.15 | 0.62 | 0.39 |
| Hex | 5B | A1 | 26 | 2B | 0 | 4C | 25 | 5E | 3E | 27 |
| Octal | 133 | 241 | 46 | 53 | 0 | 114 | 45 | 136 | 76 | 47 |
| Binary | 1011011 | 10100001 | 100110 | 101011 | 0 | 1001100 | 100101 | 1011110 | 111110 | 100111 |
Color Harmonies of #5BA126
Complementary color
Monochromatic Colors of #5BA126
Black with #5BA126
Text Example
Text Example
White with #5BA126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA126; }
p { color: rgb(91,161,38); }
H1.HeaderClassName
{
color: #5BA126;
}
.AnyTagClassName
{
color: #5BA126;
}
</style>
background-color css
<style>
a { background-color: #5BA126; }
a { background-color: rgb(91,161,38); }
div.DivClassName
{
background-color: #5BA126;
}
.BgClassName
{
background-color: #5BA126;
}
</style>
border-color css
<style>
span { border-color: #5BA126; }
span { border-color: rgb(91,161,38); }
td.TdClassName
{
border-color: #5BA126;
}
.TagClassName
{
border-color: #5BA126;
}
</style>