Shades of Limeade #5BA416
Tints of Limeade #5BA416
RGB
CMYK
RGB Variations
Color information
#5BA416 (or 0x5BA416) is known color: Limeade. HEX triplet: 5B, A4 and 16. RGB value is (91,164,22). Sum of RGB (Red+Green+Blue) = 91+164+22=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA416 is #A45BE9. Grayscale: #7E7E7E. Windows color (decimal): -10771434 or 1483867. OLE color: 1483867.
HSL color Cylindrical-coordinate representation of color #5BA416: hue angle of 90.85º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5BA416 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 22 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.36 |
| HSL | 90.85º | 0.76% | 0.36% | - |
| HSV(B) | 90.85º | 0.87% | 0.64% | - |
| XYZ | 17.73 | 28.83 | 5.39 | - |
| YUV | 125.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 22 | 0.45 | 0 | 0.87 | 0.36 | 90.85 | 0.76 | 0.36 |
| Hex | 5B | A4 | 16 | 2D | 0 | 57 | 24 | 5B | 4C | 24 |
| Octal | 133 | 244 | 26 | 55 | 0 | 127 | 44 | 133 | 114 | 44 |
| Binary | 1011011 | 10100100 | 10110 | 101101 | 0 | 1010111 | 100100 | 1011011 | 1001100 | 100100 |
Color Harmonies of #5BA416
Complementary color
Monochromatic Colors of #5BA416
Black with #5BA416
Text Example
Text Example
White with #5BA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA416; }
p { color: rgb(91,164,22); }
H1.HeaderClassName
{
color: #5BA416;
}
.AnyTagClassName
{
color: #5BA416;
}
</style>
background-color css
<style>
a { background-color: #5BA416; }
a { background-color: rgb(91,164,22); }
div.DivClassName
{
background-color: #5BA416;
}
.BgClassName
{
background-color: #5BA416;
}
</style>
border-color css
<style>
span { border-color: #5BA416; }
span { border-color: rgb(91,164,22); }
td.TdClassName
{
border-color: #5BA416;
}
.TagClassName
{
border-color: #5BA416;
}
</style>