Shades of Limeade #55A434
Tints of Limeade #55A434
RGB
CMYK
RGB Variations
Color information
#55A434 (or 0x55A434) is known color: Limeade. HEX triplet: 55, A4 and 34. RGB value is (85,164,52). Sum of RGB (Red+Green+Blue) = 85+164+52=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 164 (64.45% from 255 or 54.49% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 164 - color contains mainly: green. Hex color #55A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A434 is #AA5BCB. Grayscale: #7F7F7F. Windows color (decimal): -11164620 or 3449941. OLE color: 3449941.
HSL color Cylindrical-coordinate representation of color #55A434: hue angle of 102.32º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55A434 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 52 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.36 |
| HSL | 102.32º | 0.52% | 0.42% | - |
| HSV(B) | 102.32º | 0.68% | 0.64% | - |
| XYZ | 17.64 | 28.73 | 7.86 | - |
| YUV | 127.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 52 | 0.48 | 0 | 0.68 | 0.36 | 102.32 | 0.52 | 0.42 |
| Hex | 55 | A4 | 34 | 30 | 0 | 44 | 24 | 66 | 34 | 2A |
| Octal | 125 | 244 | 64 | 60 | 0 | 104 | 44 | 146 | 64 | 52 |
| Binary | 1010101 | 10100100 | 110100 | 110000 | 0 | 1000100 | 100100 | 1100110 | 110100 | 101010 |
Color Harmonies of #55A434
Complementary color
Monochromatic Colors of #55A434
Black with #55A434
Text Example
Text Example
White with #55A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A434; }
p { color: rgb(85,164,52); }
H1.HeaderClassName
{
color: #55A434;
}
.AnyTagClassName
{
color: #55A434;
}
</style>
background-color css
<style>
a { background-color: #55A434; }
a { background-color: rgb(85,164,52); }
div.DivClassName
{
background-color: #55A434;
}
.BgClassName
{
background-color: #55A434;
}
</style>
border-color css
<style>
span { border-color: #55A434; }
span { border-color: rgb(85,164,52); }
td.TdClassName
{
border-color: #55A434;
}
.TagClassName
{
border-color: #55A434;
}
</style>