Shades of Limeade #55A126
Tints of Limeade #55A126
RGB
CMYK
RGB Variations
Color information
#55A126 (or 0x55A126) is known color: Limeade. HEX triplet: 55, A1 and 26. RGB value is (85,161,38). Sum of RGB (Red+Green+Blue) = 85+161+38=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #55A126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A126 is #AA5ED9. Grayscale: #7C7C7C. Windows color (decimal): -11165402 or 2531669. OLE color: 2531669.
HSL color Cylindrical-coordinate representation of color #55A126: hue angle of 97.07º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55A126 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 161 | 38 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.37 |
| HSL | 97.07º | 0.62% | 0.39% | - |
| HSV(B) | 97.07º | 0.76% | 0.63% | - |
| XYZ | 16.84 | 27.56 | 6.27 | - |
| YUV | 124.25 | 79.32 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 161 | 38 | 0.47 | 0 | 0.76 | 0.37 | 97.07 | 0.62 | 0.39 |
| Hex | 55 | A1 | 26 | 2F | 0 | 4C | 25 | 61 | 3E | 27 |
| Octal | 125 | 241 | 46 | 57 | 0 | 114 | 45 | 141 | 76 | 47 |
| Binary | 1010101 | 10100001 | 100110 | 101111 | 0 | 1001100 | 100101 | 1100001 | 111110 | 100111 |
Color Harmonies of #55A126
Complementary color
Monochromatic Colors of #55A126
Black with #55A126
Text Example
Text Example
White with #55A126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A126; }
p { color: rgb(85,161,38); }
H1.HeaderClassName
{
color: #55A126;
}
.AnyTagClassName
{
color: #55A126;
}
</style>
background-color css
<style>
a { background-color: #55A126; }
a { background-color: rgb(85,161,38); }
div.DivClassName
{
background-color: #55A126;
}
.BgClassName
{
background-color: #55A126;
}
</style>
border-color css
<style>
span { border-color: #55A126; }
span { border-color: rgb(85,161,38); }
td.TdClassName
{
border-color: #55A126;
}
.TagClassName
{
border-color: #55A126;
}
</style>