#549D06

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

Shades of Limeade #549D06

Tints of Limeade #549D06

Color information

#549D06 (or 0x549D06) is unknown color: approx Limeade. HEX triplet: 54, 9D and 06. RGB value is (84,157,6). Sum of RGB (Red+Green+Blue) = 84+157+6=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 157 (61.72% from 255 or 63.56% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 157 - color contains mainly: green. Hex color #549D06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549D06 is #AB62F9. Grayscale: #767676. Windows color (decimal): -11231994 or 433492. OLE color: 433492.

HSL color Cylindrical-coordinate representation of color #549D06: hue angle of 89.01º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #549D06 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB841576-
CMYK0.4600.960.38
HSL89.01º92.64%31.96%-
HSV(B)89.01º96.18%61.57%-
XYZ15.7526.014.36-
YUV117.9664.82103.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 157 (61.72% from 255) = 63.56%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=34.01%
G=63.56%
B=2.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8415760.4600.960.3889.0192.6431.96
Hex549D62E06026595d20
Octal12423565601404613113540
Binary1010100100111011101011100110000010011010110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549D06; }

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

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

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

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

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

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

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

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