Shades of Limeade #5BA123
Tints of Limeade #5BA123
RGB
CMYK
RGB Variations
Color information
#5BA123 (or 0x5BA123) is known color: Limeade. HEX triplet: 5B, A1 and 23. RGB value is (91,161,35). Sum of RGB (Red+Green+Blue) = 91+161+35=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA123 is #A45EDC. Grayscale: #7E7E7E. Windows color (decimal): -10772189 or 2335067. OLE color: 2335067.
HSL color Cylindrical-coordinate representation of color #5BA123: hue angle of 93.33º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5BA123 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 35 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.37 |
| HSL | 93.33º | 0.64% | 0.38% | - |
| HSV(B) | 93.33º | 0.78% | 0.63% | - |
| XYZ | 17.36 | 27.84 | 6.05 | - |
| YUV | 125.71 | 76.81 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 35 | 0.43 | 0 | 0.78 | 0.37 | 93.33 | 0.64 | 0.38 |
| Hex | 5B | A1 | 23 | 2B | 0 | 4E | 25 | 5D | 40 | 26 |
| Octal | 133 | 241 | 43 | 53 | 0 | 116 | 45 | 135 | 100 | 46 |
| Binary | 1011011 | 10100001 | 100011 | 101011 | 0 | 1001110 | 100101 | 1011101 | 1000000 | 100110 |
Color Harmonies of #5BA123
Complementary color
Monochromatic Colors of #5BA123
Black with #5BA123
Text Example
Text Example
White with #5BA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA123; }
p { color: rgb(91,161,35); }
H1.HeaderClassName
{
color: #5BA123;
}
.AnyTagClassName
{
color: #5BA123;
}
</style>
background-color css
<style>
a { background-color: #5BA123; }
a { background-color: rgb(91,161,35); }
div.DivClassName
{
background-color: #5BA123;
}
.BgClassName
{
background-color: #5BA123;
}
</style>
border-color css
<style>
span { border-color: #5BA123; }
span { border-color: rgb(91,161,35); }
td.TdClassName
{
border-color: #5BA123;
}
.TagClassName
{
border-color: #5BA123;
}
</style>