Shades of Limeade #56963B
Tints of Limeade #56963B
RGB
CMYK
RGB Variations
Color information
#56963B (or 0x56963B) is known color: Limeade. HEX triplet: 56, 96 and 3B. RGB value is (86,150,59). Sum of RGB (Red+Green+Blue) = 86+150+59=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #56963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56963B is #A969C4. Grayscale: #787878. Windows color (decimal): -11102661 or 3905110. OLE color: 3905110.
HSL color Cylindrical-coordinate representation of color #56963B: hue angle of 102.2º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56963B is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 59 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.41 |
| HSL | 102.2º | 0.44% | 0.41% | - |
| HSV(B) | 102.2º | 0.61% | 0.59% | - |
| XYZ | 15.53 | 24.11 | 7.97 | - |
| YUV | 120.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 59 | 0.43 | 0 | 0.61 | 0.41 | 102.2 | 0.44 | 0.41 |
| Hex | 56 | 96 | 3B | 2B | 0 | 3D | 29 | 66 | 2C | 29 |
| Octal | 126 | 226 | 73 | 53 | 0 | 75 | 51 | 146 | 54 | 51 |
| Binary | 1010110 | 10010110 | 111011 | 101011 | 0 | 111101 | 101001 | 1100110 | 101100 | 101001 |
Color Harmonies of #56963B
Complementary color
Monochromatic Colors of #56963B
Black with #56963B
Text Example
Text Example
White with #56963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56963B; }
p { color: rgb(86,150,59); }
H1.HeaderClassName
{
color: #56963B;
}
.AnyTagClassName
{
color: #56963B;
}
</style>
background-color css
<style>
a { background-color: #56963B; }
a { background-color: rgb(86,150,59); }
div.DivClassName
{
background-color: #56963B;
}
.BgClassName
{
background-color: #56963B;
}
</style>
border-color css
<style>
span { border-color: #56963B; }
span { border-color: rgb(86,150,59); }
td.TdClassName
{
border-color: #56963B;
}
.TagClassName
{
border-color: #56963B;
}
</style>