#549629

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

Shades of Limeade #549629

Tints of Limeade #549629

Color information

#549629 (or 0x549629) is unknown color: approx Limeade. HEX triplet: 54, 96 and 29. RGB value is (84,150,41). Sum of RGB (Red+Green+Blue) = 84+150+41=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #549629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549629 is #AB69D6. Grayscale: #767676. Windows color (decimal): -11233751 or 2725460. OLE color: 2725460.

HSL color Cylindrical-coordinate representation of color #549629: hue angle of 96.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #549629 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB8415041-
CMYK0.4400.730.41
HSL96.33º57.07%37.45%-
HSV(B)96.33º72.67%58.82%-
XYZ14.9623.865.91-
YUV117.8484.63103.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 41 (16.41% from 255) = 14.91%
R=30.55%
G=54.55%
B=14.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84150410.4400.730.4196.3357.0737.45
Hex5496292C04929603925
Octal12422651540111511407145
Binary101010010010110101001101100010010011010011100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549629; }

 p { color: rgb(84,150,41); }

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

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

 a { background-color: rgb(84,150,41); }

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

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

 span { border-color: rgb(84,150,41); }

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