Shades of Limeade #55A418
Tints of Limeade #55A418
RGB
CMYK
RGB Variations
Color information
#55A418 (or 0x55A418) is known color: Limeade. HEX triplet: 55, A4 and 18. RGB value is (85,164,24). Sum of RGB (Red+Green+Blue) = 85+164+24=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #55A418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A418 is #AA5BE7. Grayscale: #7C7C7C. Windows color (decimal): -11164648 or 1614933. OLE color: 1614933.
HSL color Cylindrical-coordinate representation of color #55A418: hue angle of 93.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55A418 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 24 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.36 |
| HSL | 93.86º | 0.74% | 0.37% | - |
| HSV(B) | 93.86º | 0.85% | 0.64% | - |
| XYZ | 17.19 | 28.55 | 5.47 | - |
| YUV | 124.42 | 71.33 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 24 | 0.48 | 0 | 0.85 | 0.36 | 93.86 | 0.74 | 0.37 |
| Hex | 55 | A4 | 18 | 30 | 0 | 55 | 24 | 5E | 4A | 25 |
| Octal | 125 | 244 | 30 | 60 | 0 | 125 | 44 | 136 | 112 | 45 |
| Binary | 1010101 | 10100100 | 11000 | 110000 | 0 | 1010101 | 100100 | 1011110 | 1001010 | 100101 |
Color Harmonies of #55A418
Complementary color
Monochromatic Colors of #55A418
Black with #55A418
Text Example
Text Example
White with #55A418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A418; }
p { color: rgb(85,164,24); }
H1.HeaderClassName
{
color: #55A418;
}
.AnyTagClassName
{
color: #55A418;
}
</style>
background-color css
<style>
a { background-color: #55A418; }
a { background-color: rgb(85,164,24); }
div.DivClassName
{
background-color: #55A418;
}
.BgClassName
{
background-color: #55A418;
}
</style>
border-color css
<style>
span { border-color: #55A418; }
span { border-color: rgb(85,164,24); }
td.TdClassName
{
border-color: #55A418;
}
.TagClassName
{
border-color: #55A418;
}
</style>