#549415

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

Shades of Limeade #549415

Tints of Limeade #549415

Color information

#549415 (or 0x549415) is unknown color: approx Limeade. HEX triplet: 54, 94 and 15. RGB value is (84,148,21). Sum of RGB (Red+Green+Blue) = 84+148+21=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #549415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549415 is #AB6BEA. Grayscale: #727272. Windows color (decimal): -11234283 or 1414228. OLE color: 1414228.

HSL color Cylindrical-coordinate representation of color #549415: hue angle of 90.24º 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 #549415 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB8414821-
CMYK0.4300.860.42
HSL90.24º75.15%33.14%-
HSV(B)90.24º85.81%58.04%-
XYZ14.3823.124.41-
YUV114.3975.3106.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 148 (58.20% from 255) = 58.50%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=33.20%
G=58.50%
B=8.30%

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
Decimal84148210.4300.860.4290.2475.1533.14
Hex5494152B0562A5a4b21
Octal124224255301265213211341
Binary101010010010100101011010110101011010101010110101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549415; }

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

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

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

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

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

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

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

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