Shades of Limeade #56962B
Tints of Limeade #56962B
RGB
CMYK
RGB Variations
Color information
#56962B (or 0x56962B) is known color: Limeade. HEX triplet: 56, 96 and 2B. RGB value is (86,150,43). Sum of RGB (Red+Green+Blue) = 86+150+43=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #56962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56962B is #A969D4. Grayscale: #777777. Windows color (decimal): -11102677 or 2856534. OLE color: 2856534.
HSL color Cylindrical-coordinate representation of color #56962B: hue angle of 95.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56962B is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 43 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.41 |
| HSL | 95.89º | 0.55% | 0.38% | - |
| HSV(B) | 95.89º | 0.71% | 0.59% | - |
| XYZ | 15.18 | 23.97 | 6.11 | - |
| YUV | 118.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 43 | 0.43 | 0 | 0.71 | 0.41 | 95.89 | 0.55 | 0.38 |
| Hex | 56 | 96 | 2B | 2B | 0 | 47 | 29 | 60 | 37 | 26 |
| Octal | 126 | 226 | 53 | 53 | 0 | 107 | 51 | 140 | 67 | 46 |
| Binary | 1010110 | 10010110 | 101011 | 101011 | 0 | 1000111 | 101001 | 1100000 | 110111 | 100110 |
Color Harmonies of #56962B
Complementary color
Monochromatic Colors of #56962B
Black with #56962B
Text Example
Text Example
White with #56962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56962B; }
p { color: rgb(86,150,43); }
H1.HeaderClassName
{
color: #56962B;
}
.AnyTagClassName
{
color: #56962B;
}
</style>
background-color css
<style>
a { background-color: #56962B; }
a { background-color: rgb(86,150,43); }
div.DivClassName
{
background-color: #56962B;
}
.BgClassName
{
background-color: #56962B;
}
</style>
border-color css
<style>
span { border-color: #56962B; }
span { border-color: rgb(86,150,43); }
td.TdClassName
{
border-color: #56962B;
}
.TagClassName
{
border-color: #56962B;
}
</style>