#549312

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

Shades of Limeade #549312

Tints of Limeade #549312

Color information

#549312 (or 0x549312) is unknown color: approx Limeade. HEX triplet: 54, 93 and 12. RGB value is (84,147,18). Sum of RGB (Red+Green+Blue) = 84+147+18=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #549312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549312 is #AB6CED. Grayscale: #717171. Windows color (decimal): -11234542 or 1217364. OLE color: 1217364.

HSL color Cylindrical-coordinate representation of color #549312: hue angle of 89.3º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #549312 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB8414718-
CMYK0.4300.880.42
HSL89.3º78.18%32.35%-
HSV(B)89.3º87.76%57.65%-
XYZ14.222.84.22-
YUV113.4674.13106.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 147 (57.81% from 255) = 59.04%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=33.73%
G=59.04%
B=7.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147180.4300.880.4289.378.1832.35
Hex5493122B0582A594e20
Octal124223225301305213111640
Binary101010010010011100101010110101100010101010110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549312; }

 p { color: rgb(84,147,18); }

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

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

 a { background-color: rgb(84,147,18); }

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

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

 span { border-color: rgb(84,147,18); }

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