#55A134

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

Shades of Limeade #55A134

Tints of Limeade #55A134

Color information

#55A134 (or 0x55A134) is unknown color: approx Limeade. HEX triplet: 55, A1 and 34. RGB value is (85,161,52). Sum of RGB (Red+Green+Blue) = 85+161+52=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #55A134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A134 is #AA5ECB. Grayscale: #7E7E7E. Windows color (decimal): -11165388 or 3449173. OLE color: 3449173.

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

Color convert

RGB8516152-
CMYK0.4700.680.37
HSL101.83º51.17%41.76%-
HSV(B)101.83º67.7%63.14%-
XYZ17.1127.677.69-
YUV125.8586.3298.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 161 (63.28% from 255) = 54.03%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=28.52%
G=54.03%
B=17.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85161520.4700.680.37101.8351.1741.76
Hex55A1342F0442566332a
Octal12524164570104451466352
Binary101010110100001110100101111010001001001011100110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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