Shades of Limeade #5B992B
Tints of Limeade #5B992B
RGB
CMYK
RGB Variations
Color information
#5B992B (or 0x5B992B) is known color: Limeade. HEX triplet: 5B, 99 and 2B. RGB value is (91,153,43). Sum of RGB (Red+Green+Blue) = 91+153+43=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #5B992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B992B is #A466D4. Grayscale: #7A7A7A. Windows color (decimal): -10774229 or 2857307. OLE color: 2857307.
HSL color Cylindrical-coordinate representation of color #5B992B: hue angle of 93.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B992B is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 43 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.4 |
| HSL | 93.82º | 0.56% | 0.38% | - |
| HSV(B) | 93.82º | 0.72% | 0.6% | - |
| XYZ | 16.14 | 25.18 | 6.3 | - |
| YUV | 121.92 | 83.46 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 43 | 0.41 | 0 | 0.72 | 0.4 | 93.82 | 0.56 | 0.38 |
| Hex | 5B | 99 | 2B | 29 | 0 | 48 | 28 | 5E | 38 | 26 |
| Octal | 133 | 231 | 53 | 51 | 0 | 110 | 50 | 136 | 70 | 46 |
| Binary | 1011011 | 10011001 | 101011 | 101001 | 0 | 1001000 | 101000 | 1011110 | 111000 | 100110 |
Color Harmonies of #5B992B
Complementary color
Monochromatic Colors of #5B992B
Black with #5B992B
Text Example
Text Example
White with #5B992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B992B; }
p { color: rgb(91,153,43); }
H1.HeaderClassName
{
color: #5B992B;
}
.AnyTagClassName
{
color: #5B992B;
}
</style>
background-color css
<style>
a { background-color: #5B992B; }
a { background-color: rgb(91,153,43); }
div.DivClassName
{
background-color: #5B992B;
}
.BgClassName
{
background-color: #5B992B;
}
</style>
border-color css
<style>
span { border-color: #5B992B; }
span { border-color: rgb(91,153,43); }
td.TdClassName
{
border-color: #5B992B;
}
.TagClassName
{
border-color: #5B992B;
}
</style>