#55A236

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

Shades of Limeade #55A236

Tints of Limeade #55A236

Color information

#55A236 (or 0x55A236) is unknown color: approx Limeade. HEX triplet: 55, A2 and 36. RGB value is (85,162,54). Sum of RGB (Red+Green+Blue) = 85+162+54=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #55A236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A236 is #AA5DC9. Grayscale: #7F7F7F. Windows color (decimal): -11165130 or 3580501. OLE color: 3580501.

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

Color convert

RGB8516254-
CMYK0.4800.670.36
HSL102.78º50%42.35%-
HSV(B)102.78º66.67%63.53%-
XYZ17.3328.047.99-
YUV126.6686.9998.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 54 (21.48% from 255) = 17.94%
R=28.24%
G=53.82%
B=17.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162540.4800.670.36102.785042.35
Hex55A236300432467322a
Octal12524266600103441476252
Binary101010110100010110110110000010000111001001100111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,162,54); }

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

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

 a { background-color: rgb(85,162,54); }

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

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

 span { border-color: rgb(85,162,54); }

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