#55A732

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

Shades of Limeade #55A732

Tints of Limeade #55A732

Color information

#55A732 (or 0x55A732) is unknown color: approx Limeade. HEX triplet: 55, A7 and 32. RGB value is (85,167,50). Sum of RGB (Red+Green+Blue) = 85+167+50=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #55A732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A732 is #AA58CD. Grayscale: #818181. Windows color (decimal): -11163854 or 3319637. OLE color: 3319637.

HSL color Cylindrical-coordinate representation of color #55A732: hue angle of 102.05º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55A732 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB8516750-
CMYK0.4900.700.35
HSL102.05º53.92%42.55%-
HSV(B)102.05º70.06%65.49%-
XYZ18.1429.87.81-
YUV129.1483.3396.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=28.15%
G=55.30%
B=16.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85167500.4900.700.35102.0553.9242.55
Hex55A732310462366362b
Octal12524762610106431466653
Binary101010110100111110010110001010001101000111100110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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