#549114

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

Shades of Limeade #549114

Tints of Limeade #549114

Color information

#549114 (or 0x549114) is unknown color: approx Limeade. HEX triplet: 54, 91 and 14. RGB value is (84,145,20). Sum of RGB (Red+Green+Blue) = 84+145+20=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #549114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549114 is #AB6EEB. Grayscale: #707070. Windows color (decimal): -11235052 or 1347924. OLE color: 1347924.

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

Color convert

RGB8414520-
CMYK0.4200.860.43
HSL89.28º75.76%32.35%-
HSV(B)89.28º86.21%56.86%-
XYZ13.9122.194.21-
YUV112.5175.79107.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 145 (57.03% from 255) = 58.23%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=33.73%
G=58.23%
B=8.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145200.4200.860.4389.2875.7632.35
Hex5491142A0562B594c20
Octal124221245201265313111440
Binary101010010010001101001010100101011010101110110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549114; }

 p { color: rgb(84,145,20); }

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

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

 a { background-color: rgb(84,145,20); }

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

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

 span { border-color: rgb(84,145,20); }

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