#549932

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

Shades of Limeade #549932

Tints of Limeade #549932

Color information

#549932 (or 0x549932) is unknown color: approx Limeade. HEX triplet: 54, 99 and 32. RGB value is (84,153,50). Sum of RGB (Red+Green+Blue) = 84+153+50=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #549932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549932 is #AB66CD. Grayscale: #787878. Windows color (decimal): -11232974 or 3316052. OLE color: 3316052.

HSL color Cylindrical-coordinate representation of color #549932: hue angle of 100.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549932 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB8415350-
CMYK0.4500.670.4
HSL100.19º50.74%39.8%-
HSV(B)100.19º67.32%60%-
XYZ15.6224.97-
YUV120.6388.14101.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 153 (60.16% from 255) = 53.31%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=29.27%
G=53.31%
B=17.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153500.4500.670.4100.1950.7439.8
Hex5499322D04328643328
Octal12423162550103501446350
Binary101010010011001110010101101010000111010001100100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549932; }

 p { color: rgb(84,153,50); }

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

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

 a { background-color: rgb(84,153,50); }

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

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

 span { border-color: rgb(84,153,50); }

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