#549606

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

Shades of Limeade #549606

Tints of Limeade #549606

Color information

#549606 (or 0x549606) is unknown color: approx Limeade. HEX triplet: 54, 96 and 06. RGB value is (84,150,6). Sum of RGB (Red+Green+Blue) = 84+150+6=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #549606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549606 is #AB69F9. Grayscale: #727272. Windows color (decimal): -11233786 or 431700. OLE color: 431700.

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

Color convert

RGB841506-
CMYK0.4400.960.41
HSL87.5º92.31%30.59%-
HSV(B)87.5º96%58.82%-
XYZ14.623.713.98-
YUV113.8567.13106.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 150 (58.98% from 255) = 62.5%
BLUE value IS 6 (2.73% from 255) = 2.5%
R=35%
G=62.5%
B=2.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8415060.4400.960.4187.592.3130.59
Hex549662C06029585c1f
Octal12422665401405113013437
Binary101010010010110110101100011000001010011011000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549606; }

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

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

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

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

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

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

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

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