HEX: #84D079
RGB: (132,208,121)
#84D079 enthält hauptsächlich grüne Farbe. Für #84D079 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #84D079 wird in RGB als (132,208,121) definiert.
RGB: (132,208,121) (52%,82%,47%)
R 132 von 255 = 52%
G 208 von 255 = 82%
B 121 von 255 = 47%
R + G + B ~ 60%. #84D079 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 208 + 121 = 461 (100%)
R 132 von 461 ~ 28.63%
G 208 von 461 ~ 45.12%
B 121 von 461 ~ 26.25%
Die Farbe #84D079 wird in CMYK als (37,0,42,18) definiert.
CMYK: (37,0,42,18) C37M0Y42K18 (37%,0%,42%,18%) (0.37/0.00/0.42/0.18)
84 | D0 | 79 | |
---|---|---|---|
RGB | 132 | 208 | 121 |
HSL | 112° | 48.07% | 64.51% |
HSB/HSV | 112° | 41.83% | 81.57% |
CMYK | 36.54% | 0.00% | 41.83% |
18.43% |
Hexadezimal | 84 | D0 | 79 |
Dezimal | 132 | 208 | 121 |
Binär | 10000100 | 11010000 | 1111001 |
Oktal | 204 | 320 | 171 |
Beispiele css- und html für Elemente in der Farbe #84D079. Bitte benutzen Sie auch rgb(132,208,121) statt hex-Code.
.myTextColor { color: #84D079; }
<p style="color:#84D079">This sample text font color is #84D079.</p>
Die Farbe dieses Textes ist #84D079.
.myBgColor { background-color: #84D079; }
<div style="background-color:#84D079">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84D079.
.myBorderColor { border: 1px solid #84D079; }
<div style="border:3px solid #84D079">Div</div>
Die Grenzen von diesem div sind in Farbe #84D079.
.myOpacity80 { color: #84D079; opacity: 0.8; }
<p style="color:#84D079;opacity:0.8;">80%</p>
Text in Farbe #84D079 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84D079;}
<p style="text-shadow: 3px 3px 1px #84D079">Text here.</p>
Dieser Text hat den Schatten in Farbe #84D079.
.textShadow {text-shadow: 3px 3px 1px #84D079, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84D079, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84D079 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84D079, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84D079, Direction=45, Strength=4)">Text</p>
This text has shadow with #84D079 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84D079; -webkit-box-shadow: 1px 1px 3px 2px #84D079; box-shadow: 1px 1px 3px 2px #84D079; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #84D079; -webkit-box-shadow: 1px 1px 3px 2px #84D079; box-shadow:1px 1px 3px 2px #84D079;">
Div content here</div>
Dieser Text ist in der Farbe #84D079 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84D079 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84D079.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84D079.