Shades of Limeade #5BA011
Tints of Limeade #5BA011
RGB
CMYK
RGB Variations
Color information
#5BA011 (or 0x5BA011) is known color: Limeade. HEX triplet: 5B, A0 and 11. RGB value is (91,160,17). Sum of RGB (Red+Green+Blue) = 91+160+17=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA011 is #A45FEE. Grayscale: #7B7B7B. Windows color (decimal): -10772463 or 1155163. OLE color: 1155163.
HSL color Cylindrical-coordinate representation of color #5BA011: hue angle of 88.95º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5BA011 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 17 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.37 |
| HSL | 88.95º | 0.81% | 0.35% | - |
| HSV(B) | 88.95º | 0.89% | 0.63% | - |
| XYZ | 16.99 | 27.41 | 4.92 | - |
| YUV | 123.07 | 68.14 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 17 | 0.43 | 0 | 0.89 | 0.37 | 88.95 | 0.81 | 0.35 |
| Hex | 5B | A0 | 11 | 2B | 0 | 59 | 25 | 59 | 51 | 23 |
| Octal | 133 | 240 | 21 | 53 | 0 | 131 | 45 | 131 | 121 | 43 |
| Binary | 1011011 | 10100000 | 10001 | 101011 | 0 | 1011001 | 100101 | 1011001 | 1010001 | 100011 |
Color Harmonies of #5BA011
Complementary color
Monochromatic Colors of #5BA011
Black with #5BA011
Text Example
Text Example
White with #5BA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA011; }
p { color: rgb(91,160,17); }
H1.HeaderClassName
{
color: #5BA011;
}
.AnyTagClassName
{
color: #5BA011;
}
</style>
background-color css
<style>
a { background-color: #5BA011; }
a { background-color: rgb(91,160,17); }
div.DivClassName
{
background-color: #5BA011;
}
.BgClassName
{
background-color: #5BA011;
}
</style>
border-color css
<style>
span { border-color: #5BA011; }
span { border-color: rgb(91,160,17); }
td.TdClassName
{
border-color: #5BA011;
}
.TagClassName
{
border-color: #5BA011;
}
</style>