Shades of Limeade #5BA51F
Tints of Limeade #5BA51F
RGB
CMYK
RGB Variations
Color information
#5BA51F (or 0x5BA51F) is known color: Limeade. HEX triplet: 5B, A5 and 1F. RGB value is (91,165,31). Sum of RGB (Red+Green+Blue) = 91+165+31=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA51F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA51F is #A45AE0. Grayscale: #808080. Windows color (decimal): -10771169 or 2073947. OLE color: 2073947.
HSL color Cylindrical-coordinate representation of color #5BA51F: hue angle of 93.13º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5BA51F is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 31 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.35 |
| HSL | 93.13º | 0.68% | 0.38% | - |
| HSV(B) | 93.13º | 0.81% | 0.65% | - |
| XYZ | 18.02 | 29.23 | 5.99 | - |
| YUV | 127.6 | 73.48 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 31 | 0.45 | 0 | 0.81 | 0.35 | 93.13 | 0.68 | 0.38 |
| Hex | 5B | A5 | 1F | 2D | 0 | 51 | 23 | 5D | 44 | 26 |
| Octal | 133 | 245 | 37 | 55 | 0 | 121 | 43 | 135 | 104 | 46 |
| Binary | 1011011 | 10100101 | 11111 | 101101 | 0 | 1010001 | 100011 | 1011101 | 1000100 | 100110 |
Color Harmonies of #5BA51F
Complementary color
Monochromatic Colors of #5BA51F
Black with #5BA51F
Text Example
Text Example
White with #5BA51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA51F; }
p { color: rgb(91,165,31); }
H1.HeaderClassName
{
color: #5BA51F;
}
.AnyTagClassName
{
color: #5BA51F;
}
</style>
background-color css
<style>
a { background-color: #5BA51F; }
a { background-color: rgb(91,165,31); }
div.DivClassName
{
background-color: #5BA51F;
}
.BgClassName
{
background-color: #5BA51F;
}
</style>
border-color css
<style>
span { border-color: #5BA51F; }
span { border-color: rgb(91,165,31); }
td.TdClassName
{
border-color: #5BA51F;
}
.TagClassName
{
border-color: #5BA51F;
}
</style>