Shades of Limeade #5B9624
Tints of Limeade #5B9624
RGB
CMYK
RGB Variations
Color information
#5B9624 (or 0x5B9624) is known color: Limeade. HEX triplet: 5B, 96 and 24. RGB value is (91,150,36). Sum of RGB (Red+Green+Blue) = 91+150+36=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9624 is #A469DB. Grayscale: #777777. Windows color (decimal): -10775004 or 2397787. OLE color: 2397787.
HSL color Cylindrical-coordinate representation of color #5B9624: hue angle of 91.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B9624 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 36 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.41 |
| HSL | 91.05º | 0.61% | 0.36% | - |
| HSV(B) | 91.05º | 0.76% | 0.59% | - |
| XYZ | 15.54 | 24.16 | 5.51 | - |
| YUV | 119.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 36 | 0.39 | 0 | 0.76 | 0.41 | 91.05 | 0.61 | 0.36 |
| Hex | 5B | 96 | 24 | 27 | 0 | 4C | 29 | 5B | 3D | 24 |
| Octal | 133 | 226 | 44 | 47 | 0 | 114 | 51 | 133 | 75 | 44 |
| Binary | 1011011 | 10010110 | 100100 | 100111 | 0 | 1001100 | 101001 | 1011011 | 111101 | 100100 |
Color Harmonies of #5B9624
Complementary color
Monochromatic Colors of #5B9624
Black with #5B9624
Text Example
Text Example
White with #5B9624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9624; }
p { color: rgb(91,150,36); }
H1.HeaderClassName
{
color: #5B9624;
}
.AnyTagClassName
{
color: #5B9624;
}
</style>
background-color css
<style>
a { background-color: #5B9624; }
a { background-color: rgb(91,150,36); }
div.DivClassName
{
background-color: #5B9624;
}
.BgClassName
{
background-color: #5B9624;
}
</style>
border-color css
<style>
span { border-color: #5B9624; }
span { border-color: rgb(91,150,36); }
td.TdClassName
{
border-color: #5B9624;
}
.TagClassName
{
border-color: #5B9624;
}
</style>