HEX: #71DD81
RGB: (113,221,129)
#71DD81 enthält hauptsächlich grüne Farbe. Für #71DD81 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #71DD81 wird in RGB als (113,221,129) definiert.
RGB: (113,221,129) (44%,87%,51%)
R 113 von 255 = 44%
G 221 von 255 = 87%
B 129 von 255 = 51%
R + G + B ~ 61%. #71DD81 ziemlich helle Farbe.
R + G + B =
113 + 221 + 129 = 463 (100%)
R 113 von 463 ~ 24.41%
G 221 von 463 ~ 47.73%
B 129 von 463 ~ 27.86%
Die Farbe #71DD81 wird in CMYK als (49,0,42,13) definiert.
CMYK: (49,0,42,13) C49M0Y42K13 (49%,0%,42%,13%) (0.49/0.00/0.42/0.13)
71 | DD | 81 | |
---|---|---|---|
RGB | 113 | 221 | 129 |
HSL | 129° | 61.36% | 65.49% |
HSB/HSV | 129° | 48.87% | 86.67% |
CMYK | 48.87% | 0.00% | 41.63% |
13.33% |
Hexadezimal | 71 | DD | 81 |
Dezimal | 113 | 221 | 129 |
Binär | 1110001 | 11011101 | 10000001 |
Oktal | 161 | 335 | 201 |
Beispiele css- und html für Elemente in der Farbe #71DD81. Bitte benutzen Sie auch rgb(113,221,129) statt hex-Code.
.myTextColor { color: #71DD81; }
<p style="color:#71DD81">This sample text font color is #71DD81.</p>
Die Farbe dieses Textes ist #71DD81.
.myBgColor { background-color: #71DD81; }
<div style="background-color:#71DD81">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71DD81.
.myBorderColor { border: 1px solid #71DD81; }
<div style="border:3px solid #71DD81">Div</div>
Die Grenzen von diesem div sind in Farbe #71DD81.
.myOpacity80 { color: #71DD81; opacity: 0.8; }
<p style="color:#71DD81;opacity:0.8;">80%</p>
Text in Farbe #71DD81 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71DD81;}
<p style="text-shadow: 3px 3px 1px #71DD81">Text here.</p>
Dieser Text hat den Schatten in Farbe #71DD81.
.textShadow {text-shadow: 3px 3px 1px #71DD81, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71DD81, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71DD81 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71DD81, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71DD81, Direction=45, Strength=4)">Text</p>
This text has shadow with #71DD81 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71DD81; -webkit-box-shadow: 1px 1px 3px 2px #71DD81; box-shadow: 1px 1px 3px 2px #71DD81; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71DD81; -webkit-box-shadow: 1px 1px 3px 2px #71DD81; box-shadow:1px 1px 3px 2px #71DD81;">
Div content here</div>
Dieser Text ist in der Farbe #71DD81 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71DD81 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71DD81.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71DD81.