#549728

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

Shades of Limeade #549728

Tints of Limeade #549728

Color information

#549728 (or 0x549728) is unknown color: approx Limeade. HEX triplet: 54, 97 and 28. RGB value is (84,151,40). Sum of RGB (Red+Green+Blue) = 84+151+40=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #549728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549728 is #AB68D7. Grayscale: #767676. Windows color (decimal): -11233496 or 2660180. OLE color: 2660180.

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

Color convert

RGB8415140-
CMYK0.4400.740.41
HSL96.22º58.12%37.45%-
HSV(B)96.22º73.51%59.22%-
XYZ15.1124.175.88-
YUV118.3183.8103.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 151 (59.38% from 255) = 54.91%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=30.55%
G=54.91%
B=14.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84151400.4400.740.4196.2258.1237.45
Hex5497282C04A29603a25
Octal12422750540112511407245
Binary101010010010111101000101100010010101010011100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549728; }

 p { color: rgb(84,151,40); }

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

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

 a { background-color: rgb(84,151,40); }

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

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

 span { border-color: rgb(84,151,40); }

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