#55A221

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

Shades of Limeade #55A221

Tints of Limeade #55A221

Color information

#55A221 (or 0x55A221) is unknown color: approx Limeade. HEX triplet: 55, A2 and 21. RGB value is (85,162,33). Sum of RGB (Red+Green+Blue) = 85+162+33=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #55A221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A221 is #AA5DDE. Grayscale: #7C7C7C. Windows color (decimal): -11165151 or 2204245. OLE color: 2204245.

HSL color Cylindrical-coordinate representation of color #55A221: hue angle of 95.81º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55A221 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB8516233-
CMYK0.4800.800.36
HSL95.81º66.15%38.24%-
HSV(B)95.81º79.63%63.53%-
XYZ16.9427.885.93-
YUV124.2776.4999.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 162 (63.67% from 255) = 57.86%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=30.36%
G=57.86%
B=11.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162330.4800.800.3695.8166.1538.24
Hex55A2213005024604226
Octal125242416001204414010246
Binary1010101101000101000011100000101000010010011000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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