Shades of Limeade #5BA414
Tints of Limeade #5BA414
RGB
CMYK
RGB Variations
Color information
#5BA414 (or 0x5BA414) is known color: Limeade. HEX triplet: 5B, A4 and 14. RGB value is (91,164,20). Sum of RGB (Red+Green+Blue) = 91+164+20=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA414 is #A45BEB. Grayscale: #7E7E7E. Windows color (decimal): -10771436 or 1352795. OLE color: 1352795.
HSL color Cylindrical-coordinate representation of color #5BA414: hue angle of 90.42º degrees, saturation: 0.78, 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 #5BA414 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 20 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.36 |
| HSL | 90.42º | 0.78% | 0.36% | - |
| HSV(B) | 90.42º | 0.88% | 0.64% | - |
| XYZ | 17.72 | 28.83 | 5.29 | - |
| YUV | 125.76 | 68.32 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 20 | 0.45 | 0 | 0.88 | 0.36 | 90.42 | 0.78 | 0.36 |
| Hex | 5B | A4 | 14 | 2D | 0 | 58 | 24 | 5A | 4E | 24 |
| Octal | 133 | 244 | 24 | 55 | 0 | 130 | 44 | 132 | 116 | 44 |
| Binary | 1011011 | 10100100 | 10100 | 101101 | 0 | 1011000 | 100100 | 1011010 | 1001110 | 100100 |
Color Harmonies of #5BA414
Complementary color
Monochromatic Colors of #5BA414
Black with #5BA414
Text Example
Text Example
White with #5BA414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA414; }
p { color: rgb(91,164,20); }
H1.HeaderClassName
{
color: #5BA414;
}
.AnyTagClassName
{
color: #5BA414;
}
</style>
background-color css
<style>
a { background-color: #5BA414; }
a { background-color: rgb(91,164,20); }
div.DivClassName
{
background-color: #5BA414;
}
.BgClassName
{
background-color: #5BA414;
}
</style>
border-color css
<style>
span { border-color: #5BA414; }
span { border-color: rgb(91,164,20); }
td.TdClassName
{
border-color: #5BA414;
}
.TagClassName
{
border-color: #5BA414;
}
</style>