Shades of Limeade #56961B
Tints of Limeade #56961B
RGB
CMYK
RGB Variations
Color information
#56961B (or 0x56961B) is known color: Limeade. HEX triplet: 56, 96 and 1B. RGB value is (86,150,27). Sum of RGB (Red+Green+Blue) = 86+150+27=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #56961B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56961B is #A969E4. Grayscale: #757575. Windows color (decimal): -11102693 or 1807958. OLE color: 1807958.
HSL color Cylindrical-coordinate representation of color #56961B: hue angle of 91.22º 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 #56961B is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 27 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.41 |
| HSL | 91.22º | 0.69% | 0.35% | - |
| HSV(B) | 91.22º | 0.82% | 0.59% | - |
| XYZ | 14.94 | 23.87 | 4.86 | - |
| YUV | 116.84 | 77.3 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 27 | 0.43 | 0 | 0.82 | 0.41 | 91.22 | 0.69 | 0.35 |
| Hex | 56 | 96 | 1B | 2B | 0 | 52 | 29 | 5B | 45 | 23 |
| Octal | 126 | 226 | 33 | 53 | 0 | 122 | 51 | 133 | 105 | 43 |
| Binary | 1010110 | 10010110 | 11011 | 101011 | 0 | 1010010 | 101001 | 1011011 | 1000101 | 100011 |
Color Harmonies of #56961B
Complementary color
Monochromatic Colors of #56961B
Black with #56961B
Text Example
Text Example
White with #56961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56961B; }
p { color: rgb(86,150,27); }
H1.HeaderClassName
{
color: #56961B;
}
.AnyTagClassName
{
color: #56961B;
}
</style>
background-color css
<style>
a { background-color: #56961B; }
a { background-color: rgb(86,150,27); }
div.DivClassName
{
background-color: #56961B;
}
.BgClassName
{
background-color: #56961B;
}
</style>
border-color css
<style>
span { border-color: #56961B; }
span { border-color: rgb(86,150,27); }
td.TdClassName
{
border-color: #56961B;
}
.TagClassName
{
border-color: #56961B;
}
</style>