Shades of Limeade #5BA619
Tints of Limeade #5BA619
RGB
CMYK
RGB Variations
Color information
#5BA619 (or 0x5BA619) is known color: Limeade. HEX triplet: 5B, A6 and 19. RGB value is (91,166,25). Sum of RGB (Red+Green+Blue) = 91+166+25=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA619 is #A459E6. Grayscale: #7F7F7F. Windows color (decimal): -10770919 or 1680987. OLE color: 1680987.
HSL color Cylindrical-coordinate representation of color #5BA619: hue angle of 91.91º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5BA619 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 25 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.35 |
| HSL | 91.91º | 0.74% | 0.37% | - |
| HSV(B) | 91.91º | 0.85% | 0.65% | - |
| XYZ | 18.13 | 29.57 | 5.67 | - |
| YUV | 127.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 25 | 0.45 | 0 | 0.85 | 0.35 | 91.91 | 0.74 | 0.37 |
| Hex | 5B | A6 | 19 | 2D | 0 | 55 | 23 | 5C | 4A | 25 |
| Octal | 133 | 246 | 31 | 55 | 0 | 125 | 43 | 134 | 112 | 45 |
| Binary | 1011011 | 10100110 | 11001 | 101101 | 0 | 1010101 | 100011 | 1011100 | 1001010 | 100101 |
Color Harmonies of #5BA619
Complementary color
Monochromatic Colors of #5BA619
Black with #5BA619
Text Example
Text Example
White with #5BA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA619; }
p { color: rgb(91,166,25); }
H1.HeaderClassName
{
color: #5BA619;
}
.AnyTagClassName
{
color: #5BA619;
}
</style>
background-color css
<style>
a { background-color: #5BA619; }
a { background-color: rgb(91,166,25); }
div.DivClassName
{
background-color: #5BA619;
}
.BgClassName
{
background-color: #5BA619;
}
</style>
border-color css
<style>
span { border-color: #5BA619; }
span { border-color: rgb(91,166,25); }
td.TdClassName
{
border-color: #5BA619;
}
.TagClassName
{
border-color: #5BA619;
}
</style>