#55A132

Color #55A132 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #55A132

Tints of Limeade #55A132

Color information

#55A132 (or 0x55A132) is unknown color: approx Limeade. HEX triplet: 55, A1 and 32. RGB value is (85,161,50). Sum of RGB (Red+Green+Blue) = 85+161+50=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #55A132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A132 is #AA5ECD. Grayscale: #7D7D7D. Windows color (decimal): -11165390 or 3318101. OLE color: 3318101.

HSL color Cylindrical-coordinate representation of color #55A132: hue angle of 101.08º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55A132 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB8516150-
CMYK0.4700.690.37
HSL101.08º52.61%41.37%-
HSV(B)101.08º68.94%63.14%-
XYZ17.0727.657.46-
YUV125.6285.3299.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 161 (63.28% from 255) = 54.39%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=28.72%
G=54.39%
B=16.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85161500.4700.690.37101.0852.6141.37
Hex55A1322F04525653529
Octal12524162570105451456551
Binary101010110100001110010101111010001011001011100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A132; }

 p { color: rgb(85,161,50); }

 H1.HeaderClassName
 {
   color: #55A132;
 }
 .AnyTagClassName
 {
   color: #55A132;
 }
</style>
background-color css

<style>
 a { background-color: #55A132; }

 a { background-color: rgb(85,161,50); }

 div.DivClassName
 {
   background-color: #55A132;
 }
 .BgClassName
 {
   background-color: #55A132;
 }
</style>
border-color css

<style>
 span { border-color: #55A132; }

 span { border-color: rgb(85,161,50); }

 td.TdClassName
 {
   border-color: #55A132;
 }
 .TagClassName
 {
   border-color: #55A132;
 }
</style>