Shades of Limeade #5BA421
Tints of Limeade #5BA421
RGB
CMYK
RGB Variations
Color information
#5BA421 (or 0x5BA421) is known color: Limeade. HEX triplet: 5B, A4 and 21. RGB value is (91,164,33). Sum of RGB (Red+Green+Blue) = 91+164+33=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA421 is #A45BDE. Grayscale: #7F7F7F. Windows color (decimal): -10771423 or 2204763. OLE color: 2204763.
HSL color Cylindrical-coordinate representation of color #5BA421: hue angle of 93.44º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5BA421 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 33 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.36 |
| HSL | 93.44º | 0.66% | 0.39% | - |
| HSV(B) | 93.44º | 0.8% | 0.64% | - |
| XYZ | 17.86 | 28.88 | 6.07 | - |
| YUV | 127.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 33 | 0.45 | 0 | 0.80 | 0.36 | 93.44 | 0.66 | 0.39 |
| Hex | 5B | A4 | 21 | 2D | 0 | 50 | 24 | 5D | 42 | 27 |
| Octal | 133 | 244 | 41 | 55 | 0 | 120 | 44 | 135 | 102 | 47 |
| Binary | 1011011 | 10100100 | 100001 | 101101 | 0 | 1010000 | 100100 | 1011101 | 1000010 | 100111 |
Color Harmonies of #5BA421
Complementary color
Monochromatic Colors of #5BA421
Black with #5BA421
Text Example
Text Example
White with #5BA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA421; }
p { color: rgb(91,164,33); }
H1.HeaderClassName
{
color: #5BA421;
}
.AnyTagClassName
{
color: #5BA421;
}
</style>
background-color css
<style>
a { background-color: #5BA421; }
a { background-color: rgb(91,164,33); }
div.DivClassName
{
background-color: #5BA421;
}
.BgClassName
{
background-color: #5BA421;
}
</style>
border-color css
<style>
span { border-color: #5BA421; }
span { border-color: rgb(91,164,33); }
td.TdClassName
{
border-color: #5BA421;
}
.TagClassName
{
border-color: #5BA421;
}
</style>