HEX: #71E58D
RGB: (113,229,141)
#71E58D enthält hauptsächlich grüne Farbe. Für #71E58D ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #71E58D wird in RGB als (113,229,141) definiert.
RGB: (113,229,141) (44%,90%,55%)
R 113 von 255 = 44%
G 229 von 255 = 90%
B 141 von 255 = 55%
R + G + B ~ 63%. #71E58D ziemlich helle Farbe.
R + G + B =
113 + 229 + 141 = 483 (100%)
R 113 von 483 ~ 23.4%
G 229 von 483 ~ 47.41%
B 141 von 483 ~ 29.19%
Die Farbe #71E58D wird in CMYK als (51,0,38,10) definiert.
CMYK: (51,0,38,10) C51M0Y38K10 (51%,0%,38%,10%) (0.51/0.00/0.38/0.10)
71 | E5 | 8D | |
---|---|---|---|
RGB | 113 | 229 | 141 |
HSL | 134° | 69.05% | 67.06% |
HSB/HSV | 134° | 50.66% | 89.80% |
CMYK | 50.66% | 0.00% | 38.43% |
10.20% |
Hexadezimal | 71 | E5 | 8D |
Dezimal | 113 | 229 | 141 |
Binär | 1110001 | 11100101 | 10001101 |
Oktal | 161 | 345 | 215 |
Beispiele css- und html für Elemente in der Farbe #71E58D. Bitte benutzen Sie auch rgb(113,229,141) statt hex-Code.
.myTextColor { color: #71E58D; }
<p style="color:#71E58D">This sample text font color is #71E58D.</p>
Die Farbe dieses Textes ist #71E58D.
.myBgColor { background-color: #71E58D; }
<div style="background-color:#71E58D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71E58D.
.myBorderColor { border: 1px solid #71E58D; }
<div style="border:3px solid #71E58D">Div</div>
Die Grenzen von diesem div sind in Farbe #71E58D.
.myOpacity80 { color: #71E58D; opacity: 0.8; }
<p style="color:#71E58D;opacity:0.8;">80%</p>
Text in Farbe #71E58D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71E58D;}
<p style="text-shadow: 3px 3px 1px #71E58D">Text here.</p>
Dieser Text hat den Schatten in Farbe #71E58D.
.textShadow {text-shadow: 3px 3px 1px #71E58D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71E58D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71E58D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71E58D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71E58D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71E58D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71E58D; -webkit-box-shadow: 1px 1px 3px 2px #71E58D; box-shadow: 1px 1px 3px 2px #71E58D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71E58D; -webkit-box-shadow: 1px 1px 3px 2px #71E58D; box-shadow:1px 1px 3px 2px #71E58D;">
Div content here</div>
Dieser Text ist in der Farbe #71E58D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71E58D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71E58D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71E58D.