Shades of Limeade #56A219
Tints of Limeade #56A219
RGB
CMYK
RGB Variations
Color information
#56A219 (or 0x56A219) is known color: Limeade. HEX triplet: 56, A2 and 19. RGB value is (86,162,25). Sum of RGB (Red+Green+Blue) = 86+162+25=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #56A219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A219 is #A95DE6. Grayscale: #7C7C7C. Windows color (decimal): -11099623 or 1679958. OLE color: 1679958.
HSL color Cylindrical-coordinate representation of color #56A219: hue angle of 93.28º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56A219 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 25 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.36 |
| HSL | 93.28º | 0.73% | 0.37% | - |
| HSV(B) | 93.28º | 0.85% | 0.64% | - |
| XYZ | 16.93 | 27.89 | 5.41 | - |
| YUV | 123.66 | 72.32 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 25 | 0.47 | 0 | 0.85 | 0.36 | 93.28 | 0.73 | 0.37 |
| Hex | 56 | A2 | 19 | 2F | 0 | 55 | 24 | 5D | 49 | 25 |
| Octal | 126 | 242 | 31 | 57 | 0 | 125 | 44 | 135 | 111 | 45 |
| Binary | 1010110 | 10100010 | 11001 | 101111 | 0 | 1010101 | 100100 | 1011101 | 1001001 | 100101 |
Color Harmonies of #56A219
Complementary color
Monochromatic Colors of #56A219
Black with #56A219
Text Example
Text Example
White with #56A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A219; }
p { color: rgb(86,162,25); }
H1.HeaderClassName
{
color: #56A219;
}
.AnyTagClassName
{
color: #56A219;
}
</style>
background-color css
<style>
a { background-color: #56A219; }
a { background-color: rgb(86,162,25); }
div.DivClassName
{
background-color: #56A219;
}
.BgClassName
{
background-color: #56A219;
}
</style>
border-color css
<style>
span { border-color: #56A219; }
span { border-color: rgb(86,162,25); }
td.TdClassName
{
border-color: #56A219;
}
.TagClassName
{
border-color: #56A219;
}
</style>