#549633

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

Shades of Limeade #549633

Tints of Limeade #549633

Color information

#549633 (or 0x549633) is unknown color: approx Limeade. HEX triplet: 54, 96 and 33. RGB value is (84,150,51). Sum of RGB (Red+Green+Blue) = 84+150+51=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #549633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549633 is #AB69CC. Grayscale: #777777. Windows color (decimal): -11233741 or 3380820. OLE color: 3380820.

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

Color convert

RGB8415051-
CMYK0.4400.660.41
HSL100º49.25%39.41%-
HSV(B)100º66%58.82%-
XYZ15.1623.946.95-
YUV118.9889.63103.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=29.47%
G=52.63%
B=17.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84150510.4400.660.4110049.2539.41
Hex5496332C04229643127
Octal12422663540102511446147
Binary101010010010110110011101100010000101010011100100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549633; }

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

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

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

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

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

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

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

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