Shades of Limeade #5B961D
Tints of Limeade #5B961D
RGB
CMYK
RGB Variations
Color information
#5B961D (or 0x5B961D) is known color: Limeade. HEX triplet: 5B, 96 and 1D. RGB value is (91,150,29). Sum of RGB (Red+Green+Blue) = 91+150+29=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #5B961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B961D is #A469E2. Grayscale: #767676. Windows color (decimal): -10775011 or 1939035. OLE color: 1939035.
HSL color Cylindrical-coordinate representation of color #5B961D: hue angle of 89.26º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B961D is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 29 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.41 |
| HSL | 89.26º | 0.68% | 0.35% | - |
| HSV(B) | 89.26º | 0.81% | 0.59% | - |
| XYZ | 15.44 | 24.13 | 5.01 | - |
| YUV | 118.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 29 | 0.39 | 0 | 0.81 | 0.41 | 89.26 | 0.68 | 0.35 |
| Hex | 5B | 96 | 1D | 27 | 0 | 51 | 29 | 59 | 44 | 23 |
| Octal | 133 | 226 | 35 | 47 | 0 | 121 | 51 | 131 | 104 | 43 |
| Binary | 1011011 | 10010110 | 11101 | 100111 | 0 | 1010001 | 101001 | 1011001 | 1000100 | 100011 |
Color Harmonies of #5B961D
Complementary color
Monochromatic Colors of #5B961D
Black with #5B961D
Text Example
Text Example
White with #5B961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B961D; }
p { color: rgb(91,150,29); }
H1.HeaderClassName
{
color: #5B961D;
}
.AnyTagClassName
{
color: #5B961D;
}
</style>
background-color css
<style>
a { background-color: #5B961D; }
a { background-color: rgb(91,150,29); }
div.DivClassName
{
background-color: #5B961D;
}
.BgClassName
{
background-color: #5B961D;
}
</style>
border-color css
<style>
span { border-color: #5B961D; }
span { border-color: rgb(91,150,29); }
td.TdClassName
{
border-color: #5B961D;
}
.TagClassName
{
border-color: #5B961D;
}
</style>