Shades of Limeade #55A327
Tints of Limeade #55A327
RGB
CMYK
RGB Variations
Color information
#55A327 (or 0x55A327) is known color: Limeade. HEX triplet: 55, A3 and 27. RGB value is (85,163,39). Sum of RGB (Red+Green+Blue) = 85+163+39=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #55A327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A327 is #AA5CD8. Grayscale: #7D7D7D. Windows color (decimal): -11164889 or 2597717. OLE color: 2597717.
HSL color Cylindrical-coordinate representation of color #55A327: hue angle of 97.74º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55A327 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 39 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.36 |
| HSL | 97.74º | 0.61% | 0.4% | - |
| HSV(B) | 97.74º | 0.76% | 0.64% | - |
| XYZ | 17.21 | 28.27 | 6.47 | - |
| YUV | 125.54 | 79.16 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 39 | 0.48 | 0 | 0.76 | 0.36 | 97.74 | 0.61 | 0.4 |
| Hex | 55 | A3 | 27 | 30 | 0 | 4C | 24 | 62 | 3D | 28 |
| Octal | 125 | 243 | 47 | 60 | 0 | 114 | 44 | 142 | 75 | 50 |
| Binary | 1010101 | 10100011 | 100111 | 110000 | 0 | 1001100 | 100100 | 1100010 | 111101 | 101000 |
Color Harmonies of #55A327
Complementary color
Monochromatic Colors of #55A327
Black with #55A327
Text Example
Text Example
White with #55A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A327; }
p { color: rgb(85,163,39); }
H1.HeaderClassName
{
color: #55A327;
}
.AnyTagClassName
{
color: #55A327;
}
</style>
background-color css
<style>
a { background-color: #55A327; }
a { background-color: rgb(85,163,39); }
div.DivClassName
{
background-color: #55A327;
}
.BgClassName
{
background-color: #55A327;
}
</style>
border-color css
<style>
span { border-color: #55A327; }
span { border-color: rgb(85,163,39); }
td.TdClassName
{
border-color: #55A327;
}
.TagClassName
{
border-color: #55A327;
}
</style>