#559221

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

Shades of Limeade #559221

Tints of Limeade #559221

Color information

#559221 (or 0x559221) is unknown color: approx Limeade. HEX triplet: 55, 92 and 21. RGB value is (85,146,33). Sum of RGB (Red+Green+Blue) = 85+146+33=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #559221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559221 is #AA6DDE. Grayscale: #737373. Windows color (decimal): -11169247 or 2200149. OLE color: 2200149.

HSL color Cylindrical-coordinate representation of color #559221: hue angle of 92.39º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #559221 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB8514633-
CMYK0.4200.770.43
HSL92.39º63.13%35.1%-
HSV(B)92.39º77.4%57.25%-
XYZ14.322.65.05-
YUV114.8881.79106.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 146 (57.42% from 255) = 55.30%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=32.20%
G=55.30%
B=12.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146330.4200.770.4392.3963.1335.1
Hex5592212A04D2B5c3f23
Octal12522241520115531347743
Binary101010110010010100001101010010011011010111011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559221; }

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

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

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

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

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

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

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

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