Shades of Limeade #56AB28
Tints of Limeade #56AB28
RGB
CMYK
RGB Variations
Color information
#56AB28 (or 0x56AB28) is known color: Limeade. HEX triplet: 56, AB and 28. RGB value is (86,171,40). Sum of RGB (Red+Green+Blue) = 86+171+40=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AB28 is #A954D7. Grayscale: #838383. Windows color (decimal): -11097304 or 2665302. OLE color: 2665302.
HSL color Cylindrical-coordinate representation of color #56AB28: hue angle of 98.93º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56AB28 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 40 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.33 |
| HSL | 98.93º | 0.62% | 0.41% | - |
| HSV(B) | 98.93º | 0.77% | 0.67% | - |
| XYZ | 18.78 | 31.26 | 7.05 | - |
| YUV | 130.65 | 76.84 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 40 | 0.50 | 0 | 0.77 | 0.33 | 98.93 | 0.62 | 0.41 |
| Hex | 56 | AB | 28 | 32 | 0 | 4D | 21 | 63 | 3E | 29 |
| Octal | 126 | 253 | 50 | 62 | 0 | 115 | 41 | 143 | 76 | 51 |
| Binary | 1010110 | 10101011 | 101000 | 110010 | 0 | 1001101 | 100001 | 1100011 | 111110 | 101001 |
Color Harmonies of #56AB28
Complementary color
Monochromatic Colors of #56AB28
Black with #56AB28
Text Example
Text Example
White with #56AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB28; }
p { color: rgb(86,171,40); }
H1.HeaderClassName
{
color: #56AB28;
}
.AnyTagClassName
{
color: #56AB28;
}
</style>
background-color css
<style>
a { background-color: #56AB28; }
a { background-color: rgb(86,171,40); }
div.DivClassName
{
background-color: #56AB28;
}
.BgClassName
{
background-color: #56AB28;
}
</style>
border-color css
<style>
span { border-color: #56AB28; }
span { border-color: rgb(86,171,40); }
td.TdClassName
{
border-color: #56AB28;
}
.TagClassName
{
border-color: #56AB28;
}
</style>