Shades of Limeade #5BA134
Tints of Limeade #5BA134
RGB
CMYK
RGB Variations
Color information
#5BA134 (or 0x5BA134) is known color: Limeade. HEX triplet: 5B, A1 and 34. RGB value is (91,161,52). Sum of RGB (Red+Green+Blue) = 91+161+52=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA134 is #A45ECB. Grayscale: #808080. Windows color (decimal): -10772172 or 3449179. OLE color: 3449179.
HSL color Cylindrical-coordinate representation of color #5BA134: hue angle of 98.53º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BA134 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 52 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.37 |
| HSL | 98.53º | 0.51% | 0.42% | - |
| HSV(B) | 98.53º | 0.68% | 0.63% | - |
| XYZ | 17.68 | 27.96 | 7.71 | - |
| YUV | 127.64 | 85.31 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 52 | 0.43 | 0 | 0.68 | 0.37 | 98.53 | 0.51 | 0.42 |
| Hex | 5B | A1 | 34 | 2B | 0 | 44 | 25 | 63 | 33 | 2A |
| Octal | 133 | 241 | 64 | 53 | 0 | 104 | 45 | 143 | 63 | 52 |
| Binary | 1011011 | 10100001 | 110100 | 101011 | 0 | 1000100 | 100101 | 1100011 | 110011 | 101010 |
Color Harmonies of #5BA134
Complementary color
Monochromatic Colors of #5BA134
Black with #5BA134
Text Example
Text Example
White with #5BA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA134; }
p { color: rgb(91,161,52); }
H1.HeaderClassName
{
color: #5BA134;
}
.AnyTagClassName
{
color: #5BA134;
}
</style>
background-color css
<style>
a { background-color: #5BA134; }
a { background-color: rgb(91,161,52); }
div.DivClassName
{
background-color: #5BA134;
}
.BgClassName
{
background-color: #5BA134;
}
</style>
border-color css
<style>
span { border-color: #5BA134; }
span { border-color: rgb(91,161,52); }
td.TdClassName
{
border-color: #5BA134;
}
.TagClassName
{
border-color: #5BA134;
}
</style>