Shades of Limeade #5BA517
Tints of Limeade #5BA517
RGB
CMYK
RGB Variations
Color information
#5BA517 (or 0x5BA517) is known color: Limeade. HEX triplet: 5B, A5 and 17. RGB value is (91,165,23). Sum of RGB (Red+Green+Blue) = 91+165+23=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA517 is #A45AE8. Grayscale: #7F7F7F. Windows color (decimal): -10771177 or 1549659. OLE color: 1549659.
HSL color Cylindrical-coordinate representation of color #5BA517: hue angle of 91.27º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5BA517 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 23 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.35 |
| HSL | 91.27º | 0.76% | 0.37% | - |
| HSV(B) | 91.27º | 0.86% | 0.65% | - |
| XYZ | 17.92 | 29.2 | 5.5 | - |
| YUV | 126.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 23 | 0.45 | 0 | 0.86 | 0.35 | 91.27 | 0.76 | 0.37 |
| Hex | 5B | A5 | 17 | 2D | 0 | 56 | 23 | 5B | 4C | 25 |
| Octal | 133 | 245 | 27 | 55 | 0 | 126 | 43 | 133 | 114 | 45 |
| Binary | 1011011 | 10100101 | 10111 | 101101 | 0 | 1010110 | 100011 | 1011011 | 1001100 | 100101 |
Color Harmonies of #5BA517
Complementary color
Monochromatic Colors of #5BA517
Black with #5BA517
Text Example
Text Example
White with #5BA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA517; }
p { color: rgb(91,165,23); }
H1.HeaderClassName
{
color: #5BA517;
}
.AnyTagClassName
{
color: #5BA517;
}
</style>
background-color css
<style>
a { background-color: #5BA517; }
a { background-color: rgb(91,165,23); }
div.DivClassName
{
background-color: #5BA517;
}
.BgClassName
{
background-color: #5BA517;
}
</style>
border-color css
<style>
span { border-color: #5BA517; }
span { border-color: rgb(91,165,23); }
td.TdClassName
{
border-color: #5BA517;
}
.TagClassName
{
border-color: #5BA517;
}
</style>