#549428

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

Shades of Limeade #549428

Tints of Limeade #549428

Color information

#549428 (or 0x549428) is unknown color: approx Limeade. HEX triplet: 54, 94 and 28. RGB value is (84,148,40). Sum of RGB (Red+Green+Blue) = 84+148+40=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #549428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549428 is #AB6BD7. Grayscale: #747474. Windows color (decimal): -11234264 or 2659412. OLE color: 2659412.

HSL color Cylindrical-coordinate representation of color #549428: hue angle of 95.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #549428 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB8414840-
CMYK0.4300.730.42
HSL95.56º57.45%36.86%-
HSV(B)95.56º72.97%58.04%-
XYZ14.6323.225.72-
YUV116.5584.8104.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=30.88%
G=54.41%
B=14.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84148400.4300.730.4295.5657.4536.86
Hex5494282B0492A603925
Octal12422450530111521407145
Binary101010010010100101000101011010010011010101100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549428; }

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

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

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

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

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

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

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

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