Shades of Limeade #56A019
Tints of Limeade #56A019
RGB
CMYK
RGB Variations
Color information
#56A019 (or 0x56A019) is known color: Limeade. HEX triplet: 56, A0 and 19. RGB value is (86,160,25). Sum of RGB (Red+Green+Blue) = 86+160+25=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #56A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A019 is #A95FE6. Grayscale: #7A7A7A. Windows color (decimal): -11100135 or 1679446. OLE color: 1679446.
HSL color Cylindrical-coordinate representation of color #56A019: hue angle of 92.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56A019 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 25 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.37 |
| HSL | 92.89º | 0.73% | 0.36% | - |
| HSV(B) | 92.89º | 0.84% | 0.63% | - |
| XYZ | 16.58 | 27.19 | 5.29 | - |
| YUV | 122.48 | 72.98 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 25 | 0.46 | 0 | 0.84 | 0.37 | 92.89 | 0.73 | 0.36 |
| Hex | 56 | A0 | 19 | 2E | 0 | 54 | 25 | 5D | 49 | 24 |
| Octal | 126 | 240 | 31 | 56 | 0 | 124 | 45 | 135 | 111 | 44 |
| Binary | 1010110 | 10100000 | 11001 | 101110 | 0 | 1010100 | 100101 | 1011101 | 1001001 | 100100 |
Color Harmonies of #56A019
Complementary color
Monochromatic Colors of #56A019
Black with #56A019
Text Example
Text Example
White with #56A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A019; }
p { color: rgb(86,160,25); }
H1.HeaderClassName
{
color: #56A019;
}
.AnyTagClassName
{
color: #56A019;
}
</style>
background-color css
<style>
a { background-color: #56A019; }
a { background-color: rgb(86,160,25); }
div.DivClassName
{
background-color: #56A019;
}
.BgClassName
{
background-color: #56A019;
}
</style>
border-color css
<style>
span { border-color: #56A019; }
span { border-color: rgb(86,160,25); }
td.TdClassName
{
border-color: #56A019;
}
.TagClassName
{
border-color: #56A019;
}
</style>