Shades of Limeade #5BA51B
Tints of Limeade #5BA51B
RGB
CMYK
RGB Variations
Color information
#5BA51B (or 0x5BA51B) is known color: Limeade. HEX triplet: 5B, A5 and 1B. RGB value is (91,165,27). Sum of RGB (Red+Green+Blue) = 91+165+27=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA51B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA51B is #A45AE4. Grayscale: #7F7F7F. Windows color (decimal): -10771173 or 1811803. OLE color: 1811803.
HSL color Cylindrical-coordinate representation of color #5BA51B: hue angle of 92.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5BA51B is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 27 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.35 |
| HSL | 92.17º | 0.72% | 0.38% | - |
| HSV(B) | 92.17º | 0.84% | 0.65% | - |
| XYZ | 17.97 | 29.21 | 5.73 | - |
| YUV | 127.14 | 71.48 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 27 | 0.45 | 0 | 0.84 | 0.35 | 92.17 | 0.72 | 0.38 |
| Hex | 5B | A5 | 1B | 2D | 0 | 54 | 23 | 5C | 48 | 26 |
| Octal | 133 | 245 | 33 | 55 | 0 | 124 | 43 | 134 | 110 | 46 |
| Binary | 1011011 | 10100101 | 11011 | 101101 | 0 | 1010100 | 100011 | 1011100 | 1001000 | 100110 |
Color Harmonies of #5BA51B
Complementary color
Monochromatic Colors of #5BA51B
Black with #5BA51B
Text Example
Text Example
White with #5BA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA51B; }
p { color: rgb(91,165,27); }
H1.HeaderClassName
{
color: #5BA51B;
}
.AnyTagClassName
{
color: #5BA51B;
}
</style>
background-color css
<style>
a { background-color: #5BA51B; }
a { background-color: rgb(91,165,27); }
div.DivClassName
{
background-color: #5BA51B;
}
.BgClassName
{
background-color: #5BA51B;
}
</style>
border-color css
<style>
span { border-color: #5BA51B; }
span { border-color: rgb(91,165,27); }
td.TdClassName
{
border-color: #5BA51B;
}
.TagClassName
{
border-color: #5BA51B;
}
</style>