Shades of Limeade #55A532
Tints of Limeade #55A532
RGB
CMYK
RGB Variations
Color information
#55A532 (or 0x55A532) is known color: Limeade. HEX triplet: 55, A5 and 32. RGB value is (85,165,50). Sum of RGB (Red+Green+Blue) = 85+165+50=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #55A532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A532 is #AA5ACD. Grayscale: #808080. Windows color (decimal): -11164366 or 3319125. OLE color: 3319125.
HSL color Cylindrical-coordinate representation of color #55A532: hue angle of 101.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55A532 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 165 | 50 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.35 |
| HSL | 101.74º | 0.53% | 0.42% | - |
| HSV(B) | 101.74º | 0.7% | 0.65% | - |
| XYZ | 17.78 | 29.07 | 7.69 | - |
| YUV | 127.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 50 | 0.48 | 0 | 0.70 | 0.35 | 101.74 | 0.53 | 0.42 |
| Hex | 55 | A5 | 32 | 30 | 0 | 46 | 23 | 66 | 35 | 2A |
| Octal | 125 | 245 | 62 | 60 | 0 | 106 | 43 | 146 | 65 | 52 |
| Binary | 1010101 | 10100101 | 110010 | 110000 | 0 | 1000110 | 100011 | 1100110 | 110101 | 101010 |
Color Harmonies of #55A532
Complementary color
Monochromatic Colors of #55A532
Black with #55A532
Text Example
Text Example
White with #55A532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A532; }
p { color: rgb(85,165,50); }
H1.HeaderClassName
{
color: #55A532;
}
.AnyTagClassName
{
color: #55A532;
}
</style>
background-color css
<style>
a { background-color: #55A532; }
a { background-color: rgb(85,165,50); }
div.DivClassName
{
background-color: #55A532;
}
.BgClassName
{
background-color: #55A532;
}
</style>
border-color css
<style>
span { border-color: #55A532; }
span { border-color: rgb(85,165,50); }
td.TdClassName
{
border-color: #55A532;
}
.TagClassName
{
border-color: #55A532;
}
</style>