#55A32D

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

Shades of Limeade #55A32D

Tints of Limeade #55A32D

Color information

#55A32D (or 0x55A32D) is unknown color: approx Limeade. HEX triplet: 55, A3 and 2D. RGB value is (85,163,45). Sum of RGB (Red+Green+Blue) = 85+163+45=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #55A32D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A32D is #AA5CD2. Grayscale: #7E7E7E. Windows color (decimal): -11164883 or 2990933. OLE color: 2990933.

HSL color Cylindrical-coordinate representation of color #55A32D: hue angle of 99.66º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55A32D is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB8516345-
CMYK0.4800.720.36
HSL99.66º56.73%40.78%-
HSV(B)99.66º72.39%63.92%-
XYZ17.3228.327.04-
YUV126.2382.1698.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 163 (64.06% from 255) = 55.63%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=29.01%
G=55.63%
B=15.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85163450.4800.720.3699.6656.7340.78
Hex55A32D3004824643929
Octal12524355600110441447151
Binary101010110100011101101110000010010001001001100100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,45); }

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

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

 a { background-color: rgb(85,163,45); }

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

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

 span { border-color: rgb(85,163,45); }

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