HEX: #51AC4E
RGB: (81,172,78)
#51AC4E enthält hauptsächlich grüne Farbe. Für #51AC4E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #51AC4E wird in RGB als (81,172,78) definiert.
RGB: (81,172,78) (32%,67%,31%)
R 81 von 255 = 32%
G 172 von 255 = 67%
B 78 von 255 = 31%
R + G + B ~ 43%. #51AC4E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
81 + 172 + 78 = 331 (100%)
R 81 von 331 ~ 24.47%
G 172 von 331 ~ 51.96%
B 78 von 331 ~ 23.56%
Die Farbe #51AC4E wird in CMYK als (53,0,55,33) definiert.
CMYK: (53,0,55,33) C53M0Y55K33 (53%,0%,55%,33%) (0.53/0.00/0.55/0.33)
51 | AC | 4E | |
---|---|---|---|
RGB | 81 | 172 | 78 |
HSL | 118° | 37.60% | 49.02% |
HSB/HSV | 118° | 54.65% | 67.45% |
CMYK | 52.91% | 0.00% | 54.65% |
32.55% |
Hexadezimal | 51 | AC | 4E |
Dezimal | 81 | 172 | 78 |
Binär | 1010001 | 10101100 | 1001110 |
Oktal | 121 | 254 | 116 |
Beispiele css- und html für Elemente in der Farbe #51AC4E. Bitte benutzen Sie auch rgb(81,172,78) statt hex-Code.
.myTextColor { color: #51AC4E; }
<p style="color:#51AC4E">This sample text font color is #51AC4E.</p>
Die Farbe dieses Textes ist #51AC4E.
.myBgColor { background-color: #51AC4E; }
<div style="background-color:#51AC4E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51AC4E.
.myBorderColor { border: 1px solid #51AC4E; }
<div style="border:3px solid #51AC4E">Div</div>
Die Grenzen von diesem div sind in Farbe #51AC4E.
.myOpacity80 { color: #51AC4E; opacity: 0.8; }
<p style="color:#51AC4E;opacity:0.8;">80%</p>
Text in Farbe #51AC4E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51AC4E;}
<p style="text-shadow: 3px 3px 1px #51AC4E">Text here.</p>
Dieser Text hat den Schatten in Farbe #51AC4E.
.textShadow {text-shadow: 3px 3px 1px #51AC4E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51AC4E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51AC4E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51AC4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51AC4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #51AC4E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51AC4E; -webkit-box-shadow: 1px 1px 3px 2px #51AC4E; box-shadow: 1px 1px 3px 2px #51AC4E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51AC4E; -webkit-box-shadow: 1px 1px 3px 2px #51AC4E; box-shadow:1px 1px 3px 2px #51AC4E;">
Div content here</div>
Dieser Text ist in der Farbe #51AC4E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51AC4E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51AC4E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51AC4E.