Shades of Limeade #5BA625
Tints of Limeade #5BA625
RGB
CMYK
RGB Variations
Color information
#5BA625 (or 0x5BA625) is known color: Limeade. HEX triplet: 5B, A6 and 25. RGB value is (91,166,37). Sum of RGB (Red+Green+Blue) = 91+166+37=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA625 is #A459DA. Grayscale: #818181. Windows color (decimal): -10770907 or 2467419. OLE color: 2467419.
HSL color Cylindrical-coordinate representation of color #5BA625: hue angle of 94.88º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5BA625 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 37 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.35 |
| HSL | 94.88º | 0.64% | 0.4% | - |
| HSV(B) | 94.88º | 0.78% | 0.65% | - |
| XYZ | 18.28 | 29.63 | 6.51 | - |
| YUV | 128.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 37 | 0.45 | 0 | 0.78 | 0.35 | 94.88 | 0.64 | 0.4 |
| Hex | 5B | A6 | 25 | 2D | 0 | 4E | 23 | 5F | 40 | 28 |
| Octal | 133 | 246 | 45 | 55 | 0 | 116 | 43 | 137 | 100 | 50 |
| Binary | 1011011 | 10100110 | 100101 | 101101 | 0 | 1001110 | 100011 | 1011111 | 1000000 | 101000 |
Color Harmonies of #5BA625
Complementary color
Monochromatic Colors of #5BA625
Black with #5BA625
Text Example
Text Example
White with #5BA625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA625; }
p { color: rgb(91,166,37); }
H1.HeaderClassName
{
color: #5BA625;
}
.AnyTagClassName
{
color: #5BA625;
}
</style>
background-color css
<style>
a { background-color: #5BA625; }
a { background-color: rgb(91,166,37); }
div.DivClassName
{
background-color: #5BA625;
}
.BgClassName
{
background-color: #5BA625;
}
</style>
border-color css
<style>
span { border-color: #5BA625; }
span { border-color: rgb(91,166,37); }
td.TdClassName
{
border-color: #5BA625;
}
.TagClassName
{
border-color: #5BA625;
}
</style>