Shades of Limeade #5BA418
Tints of Limeade #5BA418
RGB
CMYK
RGB Variations
Color information
#5BA418 (or 0x5BA418) is known color: Limeade. HEX triplet: 5B, A4 and 18. RGB value is (91,164,24). Sum of RGB (Red+Green+Blue) = 91+164+24=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA418 is #A45BE7. Grayscale: #7E7E7E. Windows color (decimal): -10771432 or 1614939. OLE color: 1614939.
HSL color Cylindrical-coordinate representation of color #5BA418: hue angle of 91.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5BA418 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 24 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.36 |
| HSL | 91.29º | 0.74% | 0.37% | - |
| HSV(B) | 91.29º | 0.85% | 0.64% | - |
| XYZ | 17.75 | 28.84 | 5.5 | - |
| YUV | 126.21 | 70.32 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 24 | 0.45 | 0 | 0.85 | 0.36 | 91.29 | 0.74 | 0.37 |
| Hex | 5B | A4 | 18 | 2D | 0 | 55 | 24 | 5B | 4A | 25 |
| Octal | 133 | 244 | 30 | 55 | 0 | 125 | 44 | 133 | 112 | 45 |
| Binary | 1011011 | 10100100 | 11000 | 101101 | 0 | 1010101 | 100100 | 1011011 | 1001010 | 100101 |
Color Harmonies of #5BA418
Complementary color
Monochromatic Colors of #5BA418
Black with #5BA418
Text Example
Text Example
White with #5BA418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA418; }
p { color: rgb(91,164,24); }
H1.HeaderClassName
{
color: #5BA418;
}
.AnyTagClassName
{
color: #5BA418;
}
</style>
background-color css
<style>
a { background-color: #5BA418; }
a { background-color: rgb(91,164,24); }
div.DivClassName
{
background-color: #5BA418;
}
.BgClassName
{
background-color: #5BA418;
}
</style>
border-color css
<style>
span { border-color: #5BA418; }
span { border-color: rgb(91,164,24); }
td.TdClassName
{
border-color: #5BA418;
}
.TagClassName
{
border-color: #5BA418;
}
</style>