#549928

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

Shades of Limeade #549928

Tints of Limeade #549928

Color information

#549928 (or 0x549928) is unknown color: approx Limeade. HEX triplet: 54, 99 and 28. RGB value is (84,153,40). Sum of RGB (Red+Green+Blue) = 84+153+40=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #549928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549928 is #AB66D7. Grayscale: #777777. Windows color (decimal): -11232984 or 2660692. OLE color: 2660692.

HSL color Cylindrical-coordinate representation of color #549928: hue angle of 96.64º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #549928 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB8415340-
CMYK0.4500.740.4
HSL96.64º58.55%37.84%-
HSV(B)96.64º73.86%60%-
XYZ15.4324.825.99-
YUV119.4983.14102.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=30.32%
G=55.23%
B=14.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153400.4500.740.496.6458.5537.84
Hex5499282D04A28613b26
Octal12423150550112501417346
Binary101010010011001101000101101010010101010001100001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549928; }

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

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

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

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

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

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

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

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