#549221

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

Shades of Limeade #549221

Tints of Limeade #549221

Color information

#549221 (or 0x549221) is unknown color: approx Limeade. HEX triplet: 54, 92 and 21. RGB value is (84,146,33). Sum of RGB (Red+Green+Blue) = 84+146+33=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #549221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549221 is #AB6DDE. Grayscale: #727272. Windows color (decimal): -11234783 or 2200148. OLE color: 2200148.

HSL color Cylindrical-coordinate representation of color #549221: hue angle of 92.92º 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 #549221 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB8414633-
CMYK0.4200.770.43
HSL92.92º63.13%35.1%-
HSV(B)92.92º77.4%57.25%-
XYZ14.2122.555.04-
YUV114.5881.96106.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=31.94%
G=55.51%
B=12.55%

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
Decimal84146330.4200.770.4392.9263.1335.1
Hex5492212A04D2B5d3f23
Octal12422241520115531357743
Binary101010010010010100001101010010011011010111011101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549221; }

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

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

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

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

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

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

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

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