HEX: #84D36B
RGB: (132,211,107)
#84D36B enthält hauptsächlich grüne Farbe. Für #84D36B ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #84D36B wird in RGB als (132,211,107) definiert.
RGB: (132,211,107)
(52%, 83%, 42%)
R 132 von 255 = 52%
G 211 von 255 = 83%
B 107 von 255 = 42%
R + G + B ~ 59%. #84D36B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 211 + 107 = 450 (100%)
R 132 von 450 ~ 29.33%
G 211 von 450 ~ 46.89%
B 107 von 450 ~ 23.78'%
Die Farbe #84D36B wird in CMYK als (37,0,49,17) definiert.
CMYK: (37,0,49,17)
C37M0Y49K17 (37%, 0%, 49%, 17%)
(0.37 / 0.00 / 0.49 / 0.17)
Farbe #84D36B in den populären Farbmodellen.
84 | D3 | 6B | |
---|---|---|---|
RGB | 132 | 211 | 107 |
HSL | 106° | 54.17% | 62.35% |
HSB/HSV | 106° | 49.29% | 82.75% |
CMYK | 37.44% | 0.00% | 49.29% |
17.25% |
Die Farbe #84D36B in den populären Zahlensystemen.
Hexadezimal | 84 | D3 | 6B |
Dezimal | 132 | 211 | 107 |
Binär | 10000100 | 11010011 | 1101011 |
Oktal | 204 | 323 | 153 |
Dunkle Töne der Farbe #84D36B
Helle Töne der Farbe #84D36B
Beispiele css- und html für Elemente in der Farbe #84D36B. Bitte benutzen Sie auch rgb(132,211,107) statt hex-Code.
.myTextColor { color: #84D36B; }
<p style="color:#84D36B">This sample text font color is #84D36B.</p>
Die Farbe dieses Textes ist #84D36B.
.myBgColor { background-color: #84D36B; }
<div style="background-color:#84D36B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84D36B.
.myBorderColor { border: 1px solid #84D36B; }
<div style="border:3px solid #84D36B">Div</div>
Die Grenzen von diesem div sind in Farbe #84D36B.
.myOpacity80 { color: #84D36B; opacity: 0.8; }
<p style="color:#84D36B;opacity:0.8;">80%</p>
Text in Farbe #84D36B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84D36B;}
<p style="text-shadow: 3px 3px 1px #84D36B">Text here.</p>
Dieser Text hat den Schatten in Farbe #84D36B.
.textShadow {text-shadow: 3px 3px 1px #84D36B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84D36B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84D36B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84D36B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84D36B, Direction=45, Strength=4)">Text</p>
This text has shadow with #84D36B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84D36B;
-webkit-box-shadow: 1px 1px 3px 2px #84D36B;
box-shadow: 1px 1px 3px 2px #84D36B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84D36B; -webkit-box-shadow: 1px 1px 3px 2px #84D36B; box-shadow:1px 1px 3px 2px #84D36B;">
Div content here
</div>
Dieser Text ist in der Farbe #84D36B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84D36B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84D36B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84D36B.
Kontrastfarbe für #hex ist #7B2C94.