Shades of Limeade #5B992F
Tints of Limeade #5B992F
RGB
CMYK
RGB Variations
Color information
#5B992F (or 0x5B992F) is known color: Limeade. HEX triplet: 5B, 99 and 2F. RGB value is (91,153,47). Sum of RGB (Red+Green+Blue) = 91+153+47=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #5B992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B992F is #A466D0. Grayscale: #7A7A7A. Windows color (decimal): -10774225 or 3119451. OLE color: 3119451.
HSL color Cylindrical-coordinate representation of color #5B992F: hue angle of 95.09º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B992F is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 47 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.4 |
| HSL | 95.09º | 0.53% | 0.39% | - |
| HSV(B) | 95.09º | 0.69% | 0.6% | - |
| XYZ | 16.22 | 25.21 | 6.7 | - |
| YUV | 122.38 | 85.46 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 47 | 0.41 | 0 | 0.69 | 0.4 | 95.09 | 0.53 | 0.39 |
| Hex | 5B | 99 | 2F | 29 | 0 | 45 | 28 | 5F | 35 | 27 |
| Octal | 133 | 231 | 57 | 51 | 0 | 105 | 50 | 137 | 65 | 47 |
| Binary | 1011011 | 10011001 | 101111 | 101001 | 0 | 1000101 | 101000 | 1011111 | 110101 | 100111 |
Color Harmonies of #5B992F
Complementary color
Monochromatic Colors of #5B992F
Black with #5B992F
Text Example
Text Example
White with #5B992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B992F; }
p { color: rgb(91,153,47); }
H1.HeaderClassName
{
color: #5B992F;
}
.AnyTagClassName
{
color: #5B992F;
}
</style>
background-color css
<style>
a { background-color: #5B992F; }
a { background-color: rgb(91,153,47); }
div.DivClassName
{
background-color: #5B992F;
}
.BgClassName
{
background-color: #5B992F;
}
</style>
border-color css
<style>
span { border-color: #5B992F; }
span { border-color: rgb(91,153,47); }
td.TdClassName
{
border-color: #5B992F;
}
.TagClassName
{
border-color: #5B992F;
}
</style>