HEX: #47D496
RGB: (71,212,150)
#47D496 enthält hauptsächlich grüne Farbe. Für #47D496 ist eine «websichere» Webfarbe #33CC99 (oder kurz #3C9).
Die Farbe #47D496 wird in RGB als (71,212,150) definiert.
RGB: (71,212,150) (28%,83%,59%)
R 71 von 255 = 28%
G 212 von 255 = 83%
B 150 von 255 = 59%
R + G + B ~ 57%. #47D496 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 212 + 150 = 433 (100%)
R 71 von 433 ~ 16.4%
G 212 von 433 ~ 48.96%
B 150 von 433 ~ 34.64%
Die Farbe #47D496 wird in CMYK als (67,0,29,17) definiert.
CMYK: (67,0,29,17) C67M0Y29K17 (67%,0%,29%,17%) (0.67/0.00/0.29/0.17)
47 | D4 | 96 | |
---|---|---|---|
RGB | 71 | 212 | 150 |
HSL | 154° | 62.11% | 55.49% |
HSB/HSV | 154° | 66.51% | 83.14% |
CMYK | 66.51% | 0.00% | 29.25% |
16.86% |
Hexadezimal | 47 | D4 | 96 |
Dezimal | 71 | 212 | 150 |
Binär | 1000111 | 11010100 | 10010110 |
Oktal | 107 | 324 | 226 |
Beispiele css- und html für Elemente in der Farbe #47D496. Bitte benutzen Sie auch rgb(71,212,150) statt hex-Code.
.myTextColor { color: #47D496; }
<p style="color:#47D496">This sample text font color is #47D496.</p>
Die Farbe dieses Textes ist #47D496.
.myBgColor { background-color: #47D496; }
<div style="background-color:#47D496">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47D496.
.myBorderColor { border: 1px solid #47D496; }
<div style="border:3px solid #47D496">Div</div>
Die Grenzen von diesem div sind in Farbe #47D496.
.myOpacity80 { color: #47D496; opacity: 0.8; }
<p style="color:#47D496;opacity:0.8;">80%</p>
Text in Farbe #47D496 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47D496;}
<p style="text-shadow: 3px 3px 1px #47D496">Text here.</p>
Dieser Text hat den Schatten in Farbe #47D496.
.textShadow {text-shadow: 3px 3px 1px #47D496, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47D496, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47D496 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47D496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47D496, Direction=45, Strength=4)">Text</p>
This text has shadow with #47D496 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47D496; -webkit-box-shadow: 1px 1px 3px 2px #47D496; box-shadow: 1px 1px 3px 2px #47D496; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47D496; -webkit-box-shadow: 1px 1px 3px 2px #47D496; box-shadow:1px 1px 3px 2px #47D496;">
Div content here</div>
Dieser Text ist in der Farbe #47D496 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47D496 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47D496.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47D496.