HEX: #84D172
RGB: (132,209,114)
#84D172 enthält hauptsächlich grüne Farbe. Für #84D172 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #84D172 wird in RGB als (132,209,114) definiert.
RGB: (132,209,114) (52%,82%,45%)
R 132 von 255 = 52%
G 209 von 255 = 82%
B 114 von 255 = 45%
R + G + B ~ 60%. #84D172 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 209 + 114 = 455 (100%)
R 132 von 455 ~ 29.01%
G 209 von 455 ~ 45.93%
B 114 von 455 ~ 25.05%
Die Farbe #84D172 wird in CMYK als (37,0,45,18) definiert.
CMYK: (37,0,45,18) C37M0Y45K18 (37%,0%,45%,18%) (0.37/0.00/0.45/0.18)
84 | D1 | 72 | |
---|---|---|---|
RGB | 132 | 209 | 114 |
HSL | 109° | 50.80% | 63.33% |
HSB/HSV | 109° | 45.45% | 81.96% |
CMYK | 36.84% | 0.00% | 45.45% |
18.04% |
Hexadezimal | 84 | D1 | 72 |
Dezimal | 132 | 209 | 114 |
Binär | 10000100 | 11010001 | 1110010 |
Oktal | 204 | 321 | 162 |
Beispiele css- und html für Elemente in der Farbe #84D172. Bitte benutzen Sie auch rgb(132,209,114) statt hex-Code.
.myTextColor { color: #84D172; }
<p style="color:#84D172">This sample text font color is #84D172.</p>
Die Farbe dieses Textes ist #84D172.
.myBgColor { background-color: #84D172; }
<div style="background-color:#84D172">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84D172.
.myBorderColor { border: 1px solid #84D172; }
<div style="border:3px solid #84D172">Div</div>
Die Grenzen von diesem div sind in Farbe #84D172.
.myOpacity80 { color: #84D172; opacity: 0.8; }
<p style="color:#84D172;opacity:0.8;">80%</p>
Text in Farbe #84D172 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84D172;}
<p style="text-shadow: 3px 3px 1px #84D172">Text here.</p>
Dieser Text hat den Schatten in Farbe #84D172.
.textShadow {text-shadow: 3px 3px 1px #84D172, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84D172, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84D172 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84D172, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84D172, Direction=45, Strength=4)">Text</p>
This text has shadow with #84D172 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84D172; -webkit-box-shadow: 1px 1px 3px 2px #84D172; box-shadow: 1px 1px 3px 2px #84D172; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #84D172; -webkit-box-shadow: 1px 1px 3px 2px #84D172; box-shadow:1px 1px 3px 2px #84D172;">
Div content here</div>
Dieser Text ist in der Farbe #84D172 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84D172 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84D172.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84D172.