Shades of Limeade #5B961B
Tints of Limeade #5B961B
RGB
CMYK
RGB Variations
Color information
#5B961B (or 0x5B961B) is known color: Limeade. HEX triplet: 5B, 96 and 1B. RGB value is (91,150,27). Sum of RGB (Red+Green+Blue) = 91+150+27=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #5B961B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B961B is #A469E4. Grayscale: #767676. Windows color (decimal): -10775013 or 1807963. OLE color: 1807963.
HSL color Cylindrical-coordinate representation of color #5B961B: hue angle of 88.78º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B961B is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 27 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.41 |
| HSL | 88.78º | 0.69% | 0.35% | - |
| HSV(B) | 88.78º | 0.82% | 0.59% | - |
| XYZ | 15.42 | 24.12 | 4.88 | - |
| YUV | 118.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 27 | 0.39 | 0 | 0.82 | 0.41 | 88.78 | 0.69 | 0.35 |
| Hex | 5B | 96 | 1B | 27 | 0 | 52 | 29 | 59 | 45 | 23 |
| Octal | 133 | 226 | 33 | 47 | 0 | 122 | 51 | 131 | 105 | 43 |
| Binary | 1011011 | 10010110 | 11011 | 100111 | 0 | 1010010 | 101001 | 1011001 | 1000101 | 100011 |
Color Harmonies of #5B961B
Complementary color
Monochromatic Colors of #5B961B
Black with #5B961B
Text Example
Text Example
White with #5B961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B961B; }
p { color: rgb(91,150,27); }
H1.HeaderClassName
{
color: #5B961B;
}
.AnyTagClassName
{
color: #5B961B;
}
</style>
background-color css
<style>
a { background-color: #5B961B; }
a { background-color: rgb(91,150,27); }
div.DivClassName
{
background-color: #5B961B;
}
.BgClassName
{
background-color: #5B961B;
}
</style>
border-color css
<style>
span { border-color: #5B961B; }
span { border-color: rgb(91,150,27); }
td.TdClassName
{
border-color: #5B961B;
}
.TagClassName
{
border-color: #5B961B;
}
</style>