Shades of Limeade #5BA432
Tints of Limeade #5BA432
RGB
CMYK
RGB Variations
Color information
#5BA432 (or 0x5BA432) is known color: Limeade. HEX triplet: 5B, A4 and 32. RGB value is (91,164,50). Sum of RGB (Red+Green+Blue) = 91+164+50=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA432 is #A45BCD. Grayscale: #818181. Windows color (decimal): -10771406 or 3318875. OLE color: 3318875.
HSL color Cylindrical-coordinate representation of color #5BA432: hue angle of 98.42º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BA432 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 50 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.36 |
| HSL | 98.42º | 0.53% | 0.42% | - |
| HSV(B) | 98.42º | 0.7% | 0.64% | - |
| XYZ | 18.17 | 29.01 | 7.66 | - |
| YUV | 129.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 50 | 0.45 | 0 | 0.70 | 0.36 | 98.42 | 0.53 | 0.42 |
| Hex | 5B | A4 | 32 | 2D | 0 | 46 | 24 | 62 | 35 | 2A |
| Octal | 133 | 244 | 62 | 55 | 0 | 106 | 44 | 142 | 65 | 52 |
| Binary | 1011011 | 10100100 | 110010 | 101101 | 0 | 1000110 | 100100 | 1100010 | 110101 | 101010 |
Color Harmonies of #5BA432
Complementary color
Monochromatic Colors of #5BA432
Black with #5BA432
Text Example
Text Example
White with #5BA432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA432; }
p { color: rgb(91,164,50); }
H1.HeaderClassName
{
color: #5BA432;
}
.AnyTagClassName
{
color: #5BA432;
}
</style>
background-color css
<style>
a { background-color: #5BA432; }
a { background-color: rgb(91,164,50); }
div.DivClassName
{
background-color: #5BA432;
}
.BgClassName
{
background-color: #5BA432;
}
</style>
border-color css
<style>
span { border-color: #5BA432; }
span { border-color: rgb(91,164,50); }
td.TdClassName
{
border-color: #5BA432;
}
.TagClassName
{
border-color: #5BA432;
}
</style>