Shades of Limeade #55A331
Tints of Limeade #55A331
RGB
CMYK
RGB Variations
Color information
#55A331 (or 0x55A331) is known color: Limeade. HEX triplet: 55, A3 and 31. RGB value is (85,163,49). Sum of RGB (Red+Green+Blue) = 85+163+49=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #55A331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A331 is #AA5CCE. Grayscale: #7F7F7F. Windows color (decimal): -11164879 or 3253077. OLE color: 3253077.
HSL color Cylindrical-coordinate representation of color #55A331: hue angle of 101.05º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55A331 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 49 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.36 |
| HSL | 101.05º | 0.54% | 0.42% | - |
| HSV(B) | 101.05º | 0.7% | 0.64% | - |
| XYZ | 17.4 | 28.35 | 7.46 | - |
| YUV | 126.68 | 84.16 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 49 | 0.48 | 0 | 0.70 | 0.36 | 101.05 | 0.54 | 0.42 |
| Hex | 55 | A3 | 31 | 30 | 0 | 46 | 24 | 65 | 36 | 2A |
| Octal | 125 | 243 | 61 | 60 | 0 | 106 | 44 | 145 | 66 | 52 |
| Binary | 1010101 | 10100011 | 110001 | 110000 | 0 | 1000110 | 100100 | 1100101 | 110110 | 101010 |
Color Harmonies of #55A331
Complementary color
Monochromatic Colors of #55A331
Black with #55A331
Text Example
Text Example
White with #55A331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A331; }
p { color: rgb(85,163,49); }
H1.HeaderClassName
{
color: #55A331;
}
.AnyTagClassName
{
color: #55A331;
}
</style>
background-color css
<style>
a { background-color: #55A331; }
a { background-color: rgb(85,163,49); }
div.DivClassName
{
background-color: #55A331;
}
.BgClassName
{
background-color: #55A331;
}
</style>
border-color css
<style>
span { border-color: #55A331; }
span { border-color: rgb(85,163,49); }
td.TdClassName
{
border-color: #55A331;
}
.TagClassName
{
border-color: #55A331;
}
</style>