HEX: #47DD1D
RGB: (71,221,29)
#47DD1D enthält hauptsächlich grüne Farbe. Für #47DD1D ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #47DD1D wird in RGB als (71,221,29) definiert.
RGB: (71,221,29) (28%,87%,11%)
R 71 von 255 = 28%
G 221 von 255 = 87%
B 29 von 255 = 11%
R + G + B ~ 42%. #47DD1D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 221 + 29 = 321 (100%)
R 71 von 321 ~ 22.12%
G 221 von 321 ~ 68.85%
B 29 von 321 ~ 9.03%
Die Farbe #47DD1D wird in CMYK als (68,0,87,13) definiert.
CMYK: (68,0,87,13) C68M0Y87K13 (68%,0%,87%,13%) (0.68/0.00/0.87/0.13)
47 | DD | 1D | |
---|---|---|---|
RGB | 71 | 221 | 29 |
HSL | 107° | 76.80% | 49.02% |
HSB/HSV | 107° | 86.88% | 86.67% |
CMYK | 67.87% | 0.00% | 86.88% |
13.33% |
Hexadezimal | 47 | DD | 1D |
Dezimal | 71 | 221 | 29 |
Binär | 1000111 | 11011101 | 11101 |
Oktal | 107 | 335 | 35 |
Beispiele css- und html für Elemente in der Farbe #47DD1D. Bitte benutzen Sie auch rgb(71,221,29) statt hex-Code.
.myTextColor { color: #47DD1D; }
<p style="color:#47DD1D">This sample text font color is #47DD1D.</p>
Die Farbe dieses Textes ist #47DD1D.
.myBgColor { background-color: #47DD1D; }
<div style="background-color:#47DD1D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47DD1D.
.myBorderColor { border: 1px solid #47DD1D; }
<div style="border:3px solid #47DD1D">Div</div>
Die Grenzen von diesem div sind in Farbe #47DD1D.
.myOpacity80 { color: #47DD1D; opacity: 0.8; }
<p style="color:#47DD1D;opacity:0.8;">80%</p>
Text in Farbe #47DD1D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47DD1D;}
<p style="text-shadow: 3px 3px 1px #47DD1D">Text here.</p>
Dieser Text hat den Schatten in Farbe #47DD1D.
.textShadow {text-shadow: 3px 3px 1px #47DD1D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47DD1D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47DD1D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47DD1D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47DD1D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47DD1D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47DD1D; -webkit-box-shadow: 1px 1px 3px 2px #47DD1D; box-shadow: 1px 1px 3px 2px #47DD1D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47DD1D; -webkit-box-shadow: 1px 1px 3px 2px #47DD1D; box-shadow:1px 1px 3px 2px #47DD1D;">
Div content here</div>
Dieser Text ist in der Farbe #47DD1D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47DD1D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47DD1D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47DD1D.