#55A435

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

Shades of Limeade #55A435

Tints of Limeade #55A435

Color information

#55A435 (or 0x55A435) is unknown color: approx Limeade. HEX triplet: 55, A4 and 35. RGB value is (85,164,53). Sum of RGB (Red+Green+Blue) = 85+164+53=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #55A435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A435 is #AA5BCA. Grayscale: #808080. Windows color (decimal): -11164619 or 3515477. OLE color: 3515477.

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

Color convert

RGB8516453-
CMYK0.4800.680.36
HSL102.7º51.15%42.55%-
HSV(B)102.7º67.68%64.31%-
XYZ17.6628.747.98-
YUV127.7285.8397.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 164 (64.45% from 255) = 54.30%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=28.15%
G=54.30%
B=17.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85164530.4800.680.36102.751.1542.55
Hex55A435300442467332b
Octal12524465600104441476353
Binary101010110100100110101110000010001001001001100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,164,53); }

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

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

 a { background-color: rgb(85,164,53); }

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

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

 span { border-color: rgb(85,164,53); }

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