#549C05

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

Shades of Limeade #549C05

Tints of Limeade #549C05

Color information

#549C05 (or 0x549C05) is unknown color: approx Limeade. HEX triplet: 54, 9C and 05. RGB value is (84,156,5). Sum of RGB (Red+Green+Blue) = 84+156+5=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #549C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549C05 is #AB63FA. Grayscale: #757575. Windows color (decimal): -11232251 or 367700. OLE color: 367700.

HSL color Cylindrical-coordinate representation of color #549C05: hue angle of 88.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #549C05 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB841565-
CMYK0.4600.970.39
HSL88.61º93.79%31.57%-
HSV(B)88.61º96.79%61.18%-
XYZ15.5725.674.28-
YUV117.2664.65104.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 156 (61.33% from 255) = 63.67%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=34.29%
G=63.67%
B=2.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8415650.4600.970.3988.6193.7931.57
Hex549C52E06127595e20
Octal12423455601414713113640
Binary1010100100111001011011100110000110011110110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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