Shades of Limeade #5B991C
Tints of Limeade #5B991C
RGB
CMYK
RGB Variations
Color information
#5B991C (or 0x5B991C) is known color: Limeade. HEX triplet: 5B, 99 and 1C. RGB value is (91,153,28). Sum of RGB (Red+Green+Blue) = 91+153+28=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #5B991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B991C is #A466E3. Grayscale: #787878. Windows color (decimal): -10774244 or 1874267. OLE color: 1874267.
HSL color Cylindrical-coordinate representation of color #5B991C: hue angle of 89.76º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B991C is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 28 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.4 |
| HSL | 89.76º | 0.69% | 0.35% | - |
| HSV(B) | 89.76º | 0.82% | 0.6% | - |
| XYZ | 15.92 | 25.09 | 5.1 | - |
| YUV | 120.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 28 | 0.41 | 0 | 0.82 | 0.4 | 89.76 | 0.69 | 0.35 |
| Hex | 5B | 99 | 1C | 29 | 0 | 52 | 28 | 5A | 45 | 23 |
| Octal | 133 | 231 | 34 | 51 | 0 | 122 | 50 | 132 | 105 | 43 |
| Binary | 1011011 | 10011001 | 11100 | 101001 | 0 | 1010010 | 101000 | 1011010 | 1000101 | 100011 |
Color Harmonies of #5B991C
Complementary color
Monochromatic Colors of #5B991C
Black with #5B991C
Text Example
Text Example
White with #5B991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B991C; }
p { color: rgb(91,153,28); }
H1.HeaderClassName
{
color: #5B991C;
}
.AnyTagClassName
{
color: #5B991C;
}
</style>
background-color css
<style>
a { background-color: #5B991C; }
a { background-color: rgb(91,153,28); }
div.DivClassName
{
background-color: #5B991C;
}
.BgClassName
{
background-color: #5B991C;
}
</style>
border-color css
<style>
span { border-color: #5B991C; }
span { border-color: rgb(91,153,28); }
td.TdClassName
{
border-color: #5B991C;
}
.TagClassName
{
border-color: #5B991C;
}
</style>