Shades of Limeade #56A330
Tints of Limeade #56A330
RGB
CMYK
RGB Variations
Color information
#56A330 (or 0x56A330) is known color: Limeade. HEX triplet: 56, A3 and 30. RGB value is (86,163,48). Sum of RGB (Red+Green+Blue) = 86+163+48=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #56A330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A330 is #A95CCF. Grayscale: #7F7F7F. Windows color (decimal): -11099344 or 3187542. OLE color: 3187542.
HSL color Cylindrical-coordinate representation of color #56A330: hue angle of 100.17º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56A330 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 163 | 48 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.36 |
| HSL | 100.17º | 0.55% | 0.41% | - |
| HSV(B) | 100.17º | 0.71% | 0.64% | - |
| XYZ | 17.47 | 28.39 | 7.35 | - |
| YUV | 126.87 | 83.49 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 163 | 48 | 0.47 | 0 | 0.71 | 0.36 | 100.17 | 0.55 | 0.41 |
| Hex | 56 | A3 | 30 | 2F | 0 | 47 | 24 | 64 | 37 | 29 |
| Octal | 126 | 243 | 60 | 57 | 0 | 107 | 44 | 144 | 67 | 51 |
| Binary | 1010110 | 10100011 | 110000 | 101111 | 0 | 1000111 | 100100 | 1100100 | 110111 | 101001 |
Color Harmonies of #56A330
Complementary color
Monochromatic Colors of #56A330
Black with #56A330
Text Example
Text Example
White with #56A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A330; }
p { color: rgb(86,163,48); }
H1.HeaderClassName
{
color: #56A330;
}
.AnyTagClassName
{
color: #56A330;
}
</style>
background-color css
<style>
a { background-color: #56A330; }
a { background-color: rgb(86,163,48); }
div.DivClassName
{
background-color: #56A330;
}
.BgClassName
{
background-color: #56A330;
}
</style>
border-color css
<style>
span { border-color: #56A330; }
span { border-color: rgb(86,163,48); }
td.TdClassName
{
border-color: #56A330;
}
.TagClassName
{
border-color: #56A330;
}
</style>