Shades of Limeade #55A426
Tints of Limeade #55A426
RGB
CMYK
RGB Variations
Color information
#55A426 (or 0x55A426) is known color: Limeade. HEX triplet: 55, A4 and 26. RGB value is (85,164,38). Sum of RGB (Red+Green+Blue) = 85+164+38=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #55A426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A426 is #AA5BD9. Grayscale: #7E7E7E. Windows color (decimal): -11164634 or 2532437. OLE color: 2532437.
HSL color Cylindrical-coordinate representation of color #55A426: hue angle of 97.62º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55A426 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 38 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.36 |
| HSL | 97.62º | 0.62% | 0.4% | - |
| HSV(B) | 97.62º | 0.77% | 0.64% | - |
| XYZ | 17.37 | 28.62 | 6.44 | - |
| YUV | 126.02 | 78.33 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 38 | 0.48 | 0 | 0.77 | 0.36 | 97.62 | 0.62 | 0.4 |
| Hex | 55 | A4 | 26 | 30 | 0 | 4D | 24 | 62 | 3E | 28 |
| Octal | 125 | 244 | 46 | 60 | 0 | 115 | 44 | 142 | 76 | 50 |
| Binary | 1010101 | 10100100 | 100110 | 110000 | 0 | 1001101 | 100100 | 1100010 | 111110 | 101000 |
Color Harmonies of #55A426
Complementary color
Monochromatic Colors of #55A426
Black with #55A426
Text Example
Text Example
White with #55A426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A426; }
p { color: rgb(85,164,38); }
H1.HeaderClassName
{
color: #55A426;
}
.AnyTagClassName
{
color: #55A426;
}
</style>
background-color css
<style>
a { background-color: #55A426; }
a { background-color: rgb(85,164,38); }
div.DivClassName
{
background-color: #55A426;
}
.BgClassName
{
background-color: #55A426;
}
</style>
border-color css
<style>
span { border-color: #55A426; }
span { border-color: rgb(85,164,38); }
td.TdClassName
{
border-color: #55A426;
}
.TagClassName
{
border-color: #55A426;
}
</style>