Shades of Limeade #5B9421
Tints of Limeade #5B9421
RGB
CMYK
RGB Variations
Color information
#5B9421 (or 0x5B9421) is known color: Limeade. HEX triplet: 5B, 94 and 21. RGB value is (91,148,33). Sum of RGB (Red+Green+Blue) = 91+148+33=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9421 is #A46BDE. Grayscale: #767676. Windows color (decimal): -10775519 or 2200667. OLE color: 2200667.
HSL color Cylindrical-coordinate representation of color #5B9421: hue angle of 89.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B9421 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 148 | 33 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.42 |
| HSL | 89.74º | 0.64% | 0.35% | - |
| HSV(B) | 89.74º | 0.78% | 0.58% | - |
| XYZ | 15.18 | 23.51 | 5.18 | - |
| YUV | 117.85 | 80.12 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 33 | 0.39 | 0 | 0.78 | 0.42 | 89.74 | 0.64 | 0.35 |
| Hex | 5B | 94 | 21 | 27 | 0 | 4E | 2A | 5A | 40 | 23 |
| Octal | 133 | 224 | 41 | 47 | 0 | 116 | 52 | 132 | 100 | 43 |
| Binary | 1011011 | 10010100 | 100001 | 100111 | 0 | 1001110 | 101010 | 1011010 | 1000000 | 100011 |
Color Harmonies of #5B9421
Complementary color
Monochromatic Colors of #5B9421
Black with #5B9421
Text Example
Text Example
White with #5B9421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9421; }
p { color: rgb(91,148,33); }
H1.HeaderClassName
{
color: #5B9421;
}
.AnyTagClassName
{
color: #5B9421;
}
</style>
background-color css
<style>
a { background-color: #5B9421; }
a { background-color: rgb(91,148,33); }
div.DivClassName
{
background-color: #5B9421;
}
.BgClassName
{
background-color: #5B9421;
}
</style>
border-color css
<style>
span { border-color: #5B9421; }
span { border-color: rgb(91,148,33); }
td.TdClassName
{
border-color: #5B9421;
}
.TagClassName
{
border-color: #5B9421;
}
</style>