#549533

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

Shades of Limeade #549533

Tints of Limeade #549533

Color information

#549533 (or 0x549533) is unknown color: approx Limeade. HEX triplet: 54, 95 and 33. RGB value is (84,149,51). Sum of RGB (Red+Green+Blue) = 84+149+51=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #549533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549533 is #AB6ACC. Grayscale: #767676. Windows color (decimal): -11233997 or 3380564. OLE color: 3380564.

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

Color convert

RGB8414951-
CMYK0.4400.660.42
HSL99.8º49%39.22%-
HSV(B)99.8º65.77%58.43%-
XYZ1523.626.9-
YUV118.3989.97103.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=29.58%
G=52.46%
B=17.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149510.4400.660.4299.84939.22
Hex5495332C0422A643127
Octal12422563540102521446147
Binary101010010010101110011101100010000101010101100100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549533; }

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

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

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

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

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

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

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

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