Shades of Limeade #5B9916
Tints of Limeade #5B9916
RGB
CMYK
RGB Variations
Color information
#5B9916 (or 0x5B9916) is known color: Limeade. HEX triplet: 5B, 99 and 16. RGB value is (91,153,22). Sum of RGB (Red+Green+Blue) = 91+153+22=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9916 is #A466E9. Grayscale: #777777. Windows color (decimal): -10774250 or 1481051. OLE color: 1481051.
HSL color Cylindrical-coordinate representation of color #5B9916: hue angle of 88.4º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B9916 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 22 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.4 |
| HSL | 88.4º | 0.75% | 0.34% | - |
| HSV(B) | 88.4º | 0.86% | 0.6% | - |
| XYZ | 15.85 | 25.06 | 4.76 | - |
| YUV | 119.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 22 | 0.41 | 0 | 0.86 | 0.4 | 88.4 | 0.75 | 0.34 |
| Hex | 5B | 99 | 16 | 29 | 0 | 56 | 28 | 58 | 4B | 22 |
| Octal | 133 | 231 | 26 | 51 | 0 | 126 | 50 | 130 | 113 | 42 |
| Binary | 1011011 | 10011001 | 10110 | 101001 | 0 | 1010110 | 101000 | 1011000 | 1001011 | 100010 |
Color Harmonies of #5B9916
Complementary color
Monochromatic Colors of #5B9916
Black with #5B9916
Text Example
Text Example
White with #5B9916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9916; }
p { color: rgb(91,153,22); }
H1.HeaderClassName
{
color: #5B9916;
}
.AnyTagClassName
{
color: #5B9916;
}
</style>
background-color css
<style>
a { background-color: #5B9916; }
a { background-color: rgb(91,153,22); }
div.DivClassName
{
background-color: #5B9916;
}
.BgClassName
{
background-color: #5B9916;
}
</style>
border-color css
<style>
span { border-color: #5B9916; }
span { border-color: rgb(91,153,22); }
td.TdClassName
{
border-color: #5B9916;
}
.TagClassName
{
border-color: #5B9916;
}
</style>