#549304

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

Shades of Limeade #549304

Tints of Limeade #549304

Color information

#549304 (or 0x549304) is unknown color: approx Limeade. HEX triplet: 54, 93 and 04. RGB value is (84,147,4). Sum of RGB (Red+Green+Blue) = 84+147+4=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #549304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549304 is #AB6CFB. Grayscale: #707070. Windows color (decimal): -11234556 or 299860. OLE color: 299860.

HSL color Cylindrical-coordinate representation of color #549304: hue angle of 86.43º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #549304 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB841474-
CMYK0.4300.970.42
HSL86.43º94.7%29.61%-
HSV(B)86.43º97.28%57.65%-
XYZ14.1122.763.76-
YUV111.8667.13108.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 147 (57.81% from 255) = 62.55%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=35.74%
G=62.55%
B=1.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8414740.4300.970.4286.4394.729.61
Hex549342B0612A565f1e
Octal12422345301415212613736
Binary101010010010011100101011011000011010101010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549304; }

 p { color: rgb(84,147,4); }

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

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

 a { background-color: rgb(84,147,4); }

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

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

 span { border-color: rgb(84,147,4); }

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