Shades of Limeade #5BA321
Tints of Limeade #5BA321
RGB
CMYK
RGB Variations
Color information
#5BA321 (or 0x5BA321) is known color: Limeade. HEX triplet: 5B, A3 and 21. RGB value is (91,163,33). Sum of RGB (Red+Green+Blue) = 91+163+33=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA321 is #A45CDE. Grayscale: #7F7F7F. Windows color (decimal): -10771679 or 2204507. OLE color: 2204507.
HSL color Cylindrical-coordinate representation of color #5BA321: hue angle of 93.23º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5BA321 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 33 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.36 |
| HSL | 93.23º | 0.66% | 0.38% | - |
| HSV(B) | 93.23º | 0.8% | 0.64% | - |
| XYZ | 17.69 | 28.53 | 6.01 | - |
| YUV | 126.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 33 | 0.44 | 0 | 0.80 | 0.36 | 93.23 | 0.66 | 0.38 |
| Hex | 5B | A3 | 21 | 2C | 0 | 50 | 24 | 5D | 42 | 26 |
| Octal | 133 | 243 | 41 | 54 | 0 | 120 | 44 | 135 | 102 | 46 |
| Binary | 1011011 | 10100011 | 100001 | 101100 | 0 | 1010000 | 100100 | 1011101 | 1000010 | 100110 |
Color Harmonies of #5BA321
Complementary color
Monochromatic Colors of #5BA321
Black with #5BA321
Text Example
Text Example
White with #5BA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA321; }
p { color: rgb(91,163,33); }
H1.HeaderClassName
{
color: #5BA321;
}
.AnyTagClassName
{
color: #5BA321;
}
</style>
background-color css
<style>
a { background-color: #5BA321; }
a { background-color: rgb(91,163,33); }
div.DivClassName
{
background-color: #5BA321;
}
.BgClassName
{
background-color: #5BA321;
}
</style>
border-color css
<style>
span { border-color: #5BA321; }
span { border-color: rgb(91,163,33); }
td.TdClassName
{
border-color: #5BA321;
}
.TagClassName
{
border-color: #5BA321;
}
</style>