#549315

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

Shades of Limeade #549315

Tints of Limeade #549315

Color information

#549315 (or 0x549315) is unknown color: approx Limeade. HEX triplet: 54, 93 and 15. RGB value is (84,147,21). Sum of RGB (Red+Green+Blue) = 84+147+21=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #549315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549315 is #AB6CEA. Grayscale: #727272. Windows color (decimal): -11234539 or 1413972. OLE color: 1413972.

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

Color convert

RGB8414721-
CMYK0.4300.860.42
HSL90º75%32.94%-
HSV(B)90º85.71%57.65%-
XYZ14.2322.814.36-
YUV113.875.63106.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 58.33%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=33.33%
G=58.33%
B=8.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147210.4300.860.42907532.94
Hex5493152B0562A5a4b21
Octal124223255301265213211341
Binary101010010010011101011010110101011010101010110101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549315; }

 p { color: rgb(84,147,21); }

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

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

 a { background-color: rgb(84,147,21); }

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

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

 span { border-color: rgb(84,147,21); }

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