Shades of Limeade #56940C
Tints of Limeade #56940C
RGB
CMYK
RGB Variations
Color information
#56940C (or 0x56940C) is known color: Limeade. HEX triplet: 56, 94 and 0C. RGB value is (86,148,12). Sum of RGB (Red+Green+Blue) = 86+148+12=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #56940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56940C is #A96BF3. Grayscale: #727272. Windows color (decimal): -11103220 or 824406. OLE color: 824406.
HSL color Cylindrical-coordinate representation of color #56940C: hue angle of 87.35º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56940C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 148 | 12 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.42 |
| HSL | 87.35º | 0.85% | 0.31% | - |
| HSV(B) | 87.35º | 0.92% | 0.58% | - |
| XYZ | 14.49 | 23.18 | 4.06 | - |
| YUV | 113.96 | 70.46 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 12 | 0.42 | 0 | 0.92 | 0.42 | 87.35 | 0.85 | 0.31 |
| Hex | 56 | 94 | C | 2A | 0 | 5C | 2A | 57 | 55 | 1F |
| Octal | 126 | 224 | 14 | 52 | 0 | 134 | 52 | 127 | 125 | 37 |
| Binary | 1010110 | 10010100 | 1100 | 101010 | 0 | 1011100 | 101010 | 1010111 | 1010101 | 11111 |
Color Harmonies of #56940C
Complementary color
Monochromatic Colors of #56940C
Black with #56940C
Text Example
Text Example
White with #56940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56940C; }
p { color: rgb(86,148,12); }
H1.HeaderClassName
{
color: #56940C;
}
.AnyTagClassName
{
color: #56940C;
}
</style>
background-color css
<style>
a { background-color: #56940C; }
a { background-color: rgb(86,148,12); }
div.DivClassName
{
background-color: #56940C;
}
.BgClassName
{
background-color: #56940C;
}
</style>
border-color css
<style>
span { border-color: #56940C; }
span { border-color: rgb(86,148,12); }
td.TdClassName
{
border-color: #56940C;
}
.TagClassName
{
border-color: #56940C;
}
</style>