Shades of Limeade #56A42B
Tints of Limeade #56A42B
RGB
CMYK
RGB Variations
Color information
#56A42B (or 0x56A42B) is known color: Limeade. HEX triplet: 56, A4 and 2B. RGB value is (86,164,43). Sum of RGB (Red+Green+Blue) = 86+164+43=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #56A42B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A42B is #A95BD4. Grayscale: #7F7F7F. Windows color (decimal): -11099093 or 2860118. OLE color: 2860118.
HSL color Cylindrical-coordinate representation of color #56A42B: hue angle of 98.68º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56A42B is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 164 | 43 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.36 |
| HSL | 98.68º | 0.58% | 0.41% | - |
| HSV(B) | 98.68º | 0.74% | 0.64% | - |
| XYZ | 17.55 | 28.7 | 6.9 | - |
| YUV | 126.88 | 80.66 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 164 | 43 | 0.48 | 0 | 0.74 | 0.36 | 98.68 | 0.58 | 0.41 |
| Hex | 56 | A4 | 2B | 30 | 0 | 4A | 24 | 63 | 3A | 29 |
| Octal | 126 | 244 | 53 | 60 | 0 | 112 | 44 | 143 | 72 | 51 |
| Binary | 1010110 | 10100100 | 101011 | 110000 | 0 | 1001010 | 100100 | 1100011 | 111010 | 101001 |
Color Harmonies of #56A42B
Complementary color
Monochromatic Colors of #56A42B
Black with #56A42B
Text Example
Text Example
White with #56A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A42B; }
p { color: rgb(86,164,43); }
H1.HeaderClassName
{
color: #56A42B;
}
.AnyTagClassName
{
color: #56A42B;
}
</style>
background-color css
<style>
a { background-color: #56A42B; }
a { background-color: rgb(86,164,43); }
div.DivClassName
{
background-color: #56A42B;
}
.BgClassName
{
background-color: #56A42B;
}
</style>
border-color css
<style>
span { border-color: #56A42B; }
span { border-color: rgb(86,164,43); }
td.TdClassName
{
border-color: #56A42B;
}
.TagClassName
{
border-color: #56A42B;
}
</style>