Shades of Limeade #5BA732
Tints of Limeade #5BA732
RGB
CMYK
RGB Variations
Color information
#5BA732 (or 0x5BA732) is known color: Limeade. HEX triplet: 5B, A7 and 32. RGB value is (91,167,50). Sum of RGB (Red+Green+Blue) = 91+167+50=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA732 is #A458CD. Grayscale: #838383. Windows color (decimal): -10770638 or 3319643. OLE color: 3319643.
HSL color Cylindrical-coordinate representation of color #5BA732: hue angle of 98.97º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BA732 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 50 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.35 |
| HSL | 98.97º | 0.54% | 0.43% | - |
| HSV(B) | 98.97º | 0.7% | 0.65% | - |
| XYZ | 18.71 | 30.09 | 7.84 | - |
| YUV | 130.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 50 | 0.46 | 0 | 0.70 | 0.35 | 98.97 | 0.54 | 0.43 |
| Hex | 5B | A7 | 32 | 2E | 0 | 46 | 23 | 63 | 36 | 2B |
| Octal | 133 | 247 | 62 | 56 | 0 | 106 | 43 | 143 | 66 | 53 |
| Binary | 1011011 | 10100111 | 110010 | 101110 | 0 | 1000110 | 100011 | 1100011 | 110110 | 101011 |
Color Harmonies of #5BA732
Complementary color
Monochromatic Colors of #5BA732
Black with #5BA732
Text Example
Text Example
White with #5BA732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA732; }
p { color: rgb(91,167,50); }
H1.HeaderClassName
{
color: #5BA732;
}
.AnyTagClassName
{
color: #5BA732;
}
</style>
background-color css
<style>
a { background-color: #5BA732; }
a { background-color: rgb(91,167,50); }
div.DivClassName
{
background-color: #5BA732;
}
.BgClassName
{
background-color: #5BA732;
}
</style>
border-color css
<style>
span { border-color: #5BA732; }
span { border-color: rgb(91,167,50); }
td.TdClassName
{
border-color: #5BA732;
}
.TagClassName
{
border-color: #5BA732;
}
</style>