#549934

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

Shades of Limeade #549934

Tints of Limeade #549934

Color information

#549934 (or 0x549934) is unknown color: approx Limeade. HEX triplet: 54, 99 and 34. RGB value is (84,153,52). Sum of RGB (Red+Green+Blue) = 84+153+52=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #549934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549934 is #AB66CB. Grayscale: #797979. Windows color (decimal): -11232972 or 3447124. OLE color: 3447124.

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

Color convert

RGB8415352-
CMYK0.4500.660.4
HSL100.99º49.27%40.2%-
HSV(B)100.99º66.01%60%-
XYZ15.6724.927.23-
YUV120.8589.14101.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=29.07%
G=52.94%
B=17.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153520.4500.660.4100.9949.2740.2
Hex5499342D04228653128
Octal12423164550102501456150
Binary101010010011001110100101101010000101010001100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549934; }

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

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

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

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

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

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

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

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