#55A52D

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

Shades of Limeade #55A52D

Tints of Limeade #55A52D

Color information

#55A52D (or 0x55A52D) is unknown color: approx Limeade. HEX triplet: 55, A5 and 2D. RGB value is (85,165,45). Sum of RGB (Red+Green+Blue) = 85+165+45=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #55A52D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A52D is #AA5AD2. Grayscale: #7F7F7F. Windows color (decimal): -11164371 or 2991445. OLE color: 2991445.

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

Color convert

RGB8516545-
CMYK0.4800.730.35
HSL100º57.14%41.18%-
HSV(B)100º72.73%64.71%-
XYZ17.6829.037.15-
YUV127.481.597.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=28.81%
G=55.93%
B=15.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85165450.4800.730.3510057.1441.18
Hex55A52D3004923643929
Octal12524555600111431447151
Binary101010110100101101101110000010010011000111100100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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