Shades of Limeade #5BA313
Tints of Limeade #5BA313
RGB
CMYK
RGB Variations
Color information
#5BA313 (or 0x5BA313) is known color: Limeade. HEX triplet: 5B, A3 and 13. RGB value is (91,163,19). Sum of RGB (Red+Green+Blue) = 91+163+19=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA313 is #A45CEC. Grayscale: #7D7D7D. Windows color (decimal): -10771693 or 1287003. OLE color: 1287003.
HSL color Cylindrical-coordinate representation of color #5BA313: hue angle of 90º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5BA313 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 19 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.36 |
| HSL | 90º | 0.79% | 0.36% | - |
| HSV(B) | 90º | 0.88% | 0.64% | - |
| XYZ | 17.53 | 28.47 | 5.19 | - |
| YUV | 125.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 19 | 0.44 | 0 | 0.88 | 0.36 | 90 | 0.79 | 0.36 |
| Hex | 5B | A3 | 13 | 2C | 0 | 58 | 24 | 5A | 4F | 24 |
| Octal | 133 | 243 | 23 | 54 | 0 | 130 | 44 | 132 | 117 | 44 |
| Binary | 1011011 | 10100011 | 10011 | 101100 | 0 | 1011000 | 100100 | 1011010 | 1001111 | 100100 |
Color Harmonies of #5BA313
Complementary color
Monochromatic Colors of #5BA313
Black with #5BA313
Text Example
Text Example
White with #5BA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA313; }
p { color: rgb(91,163,19); }
H1.HeaderClassName
{
color: #5BA313;
}
.AnyTagClassName
{
color: #5BA313;
}
</style>
background-color css
<style>
a { background-color: #5BA313; }
a { background-color: rgb(91,163,19); }
div.DivClassName
{
background-color: #5BA313;
}
.BgClassName
{
background-color: #5BA313;
}
</style>
border-color css
<style>
span { border-color: #5BA313; }
span { border-color: rgb(91,163,19); }
td.TdClassName
{
border-color: #5BA313;
}
.TagClassName
{
border-color: #5BA313;
}
</style>