#549605

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

Shades of Limeade #549605

Tints of Limeade #549605

Color information

#549605 (or 0x549605) is unknown color: approx Limeade. HEX triplet: 54, 96 and 05. RGB value is (84,150,5). Sum of RGB (Red+Green+Blue) = 84+150+5=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #549605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549605 is #AB69FA. Grayscale: #727272. Windows color (decimal): -11233787 or 366164. OLE color: 366164.

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

Color convert

RGB841505-
CMYK0.4400.970.41
HSL87.31º93.55%30.39%-
HSV(B)87.31º96.67%58.82%-
XYZ14.5923.713.95-
YUV113.7466.63106.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 150 (58.98% from 255) = 62.76%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=35.15%
G=62.76%
B=2.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8415050.4400.970.4187.3193.5530.39
Hex549652C06129575e1e
Octal12422655401415112713636
Binary101010010010110101101100011000011010011010111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549605; }

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

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

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

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

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

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

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

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