Shades of Limeade #5B9524
Tints of Limeade #5B9524
RGB
CMYK
RGB Variations
Color information
#5B9524 (or 0x5B9524) is known color: Limeade. HEX triplet: 5B, 95 and 24. RGB value is (91,149,36). Sum of RGB (Red+Green+Blue) = 91+149+36=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9524 is #A46ADB. Grayscale: #777777. Windows color (decimal): -10775260 or 2397531. OLE color: 2397531.
HSL color Cylindrical-coordinate representation of color #5B9524: hue angle of 90.8º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B9524 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 36 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.42 |
| HSL | 90.8º | 0.61% | 0.36% | - |
| HSV(B) | 90.8º | 0.76% | 0.58% | - |
| XYZ | 15.38 | 23.85 | 5.46 | - |
| YUV | 118.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 36 | 0.39 | 0 | 0.76 | 0.42 | 90.8 | 0.61 | 0.36 |
| Hex | 5B | 95 | 24 | 27 | 0 | 4C | 2A | 5B | 3D | 24 |
| Octal | 133 | 225 | 44 | 47 | 0 | 114 | 52 | 133 | 75 | 44 |
| Binary | 1011011 | 10010101 | 100100 | 100111 | 0 | 1001100 | 101010 | 1011011 | 111101 | 100100 |
Color Harmonies of #5B9524
Complementary color
Monochromatic Colors of #5B9524
Black with #5B9524
Text Example
Text Example
White with #5B9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9524; }
p { color: rgb(91,149,36); }
H1.HeaderClassName
{
color: #5B9524;
}
.AnyTagClassName
{
color: #5B9524;
}
</style>
background-color css
<style>
a { background-color: #5B9524; }
a { background-color: rgb(91,149,36); }
div.DivClassName
{
background-color: #5B9524;
}
.BgClassName
{
background-color: #5B9524;
}
</style>
border-color css
<style>
span { border-color: #5B9524; }
span { border-color: rgb(91,149,36); }
td.TdClassName
{
border-color: #5B9524;
}
.TagClassName
{
border-color: #5B9524;
}
</style>