Shades of Limeade #56982C
Tints of Limeade #56982C
RGB
CMYK
RGB Variations
Color information
#56982C (or 0x56982C) is known color: Limeade. HEX triplet: 56, 98 and 2C. RGB value is (86,152,44). Sum of RGB (Red+Green+Blue) = 86+152+44=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #56982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56982C is #A967D3. Grayscale: #787878. Windows color (decimal): -11102164 or 2922582. OLE color: 2922582.
HSL color Cylindrical-coordinate representation of color #56982C: hue angle of 96.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56982C is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 44 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.40 |
| HSL | 96.67º | 0.55% | 0.38% | - |
| HSV(B) | 96.67º | 0.71% | 0.6% | - |
| XYZ | 15.52 | 24.62 | 6.32 | - |
| YUV | 119.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 44 | 0.43 | 0 | 0.71 | 0.40 | 96.67 | 0.55 | 0.38 |
| Hex | 56 | 98 | 2C | 2B | 0 | 47 | 28 | 61 | 37 | 26 |
| Octal | 126 | 230 | 54 | 53 | 0 | 107 | 50 | 141 | 67 | 46 |
| Binary | 1010110 | 10011000 | 101100 | 101011 | 0 | 1000111 | 101000 | 1100001 | 110111 | 100110 |
Color Harmonies of #56982C
Complementary color
Monochromatic Colors of #56982C
Black with #56982C
Text Example
Text Example
White with #56982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56982C; }
p { color: rgb(86,152,44); }
H1.HeaderClassName
{
color: #56982C;
}
.AnyTagClassName
{
color: #56982C;
}
</style>
background-color css
<style>
a { background-color: #56982C; }
a { background-color: rgb(86,152,44); }
div.DivClassName
{
background-color: #56982C;
}
.BgClassName
{
background-color: #56982C;
}
</style>
border-color css
<style>
span { border-color: #56982C; }
span { border-color: rgb(86,152,44); }
td.TdClassName
{
border-color: #56982C;
}
.TagClassName
{
border-color: #56982C;
}
</style>