HEX: #71B56B
RGB: (113,181,107)
#71B56B enthält hauptsächlich grüne Farbe. Für #71B56B ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #71B56B wird in RGB als (113,181,107) definiert.
RGB: (113,181,107) (44%,71%,42%)
R 113 von 255 = 44%
G 181 von 255 = 71%
B 107 von 255 = 42%
R + G + B ~ 52%. #71B56B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
113 + 181 + 107 = 401 (100%)
R 113 von 401 ~ 28.18%
G 181 von 401 ~ 45.14%
B 107 von 401 ~ 26.68%
Die Farbe #71B56B wird in CMYK als (38,0,41,29) definiert.
CMYK: (38,0,41,29) C38M0Y41K29 (38%,0%,41%,29%) (0.38/0.00/0.41/0.29)
71 | B5 | 6B | |
---|---|---|---|
RGB | 113 | 181 | 107 |
HSL | 115° | 33.33% | 56.47% |
HSB/HSV | 115° | 40.88% | 70.98% |
CMYK | 37.57% | 0.00% | 40.88% |
29.02% |
Hexadezimal | 71 | B5 | 6B |
Dezimal | 113 | 181 | 107 |
Binär | 1110001 | 10110101 | 1101011 |
Oktal | 161 | 265 | 153 |
Beispiele css- und html für Elemente in der Farbe #71B56B. Bitte benutzen Sie auch rgb(113,181,107) statt hex-Code.
.myTextColor { color: #71B56B; }
<p style="color:#71B56B">This sample text font color is #71B56B.</p>
Die Farbe dieses Textes ist #71B56B.
.myBgColor { background-color: #71B56B; }
<div style="background-color:#71B56B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71B56B.
.myBorderColor { border: 1px solid #71B56B; }
<div style="border:3px solid #71B56B">Div</div>
Die Grenzen von diesem div sind in Farbe #71B56B.
.myOpacity80 { color: #71B56B; opacity: 0.8; }
<p style="color:#71B56B;opacity:0.8;">80%</p>
Text in Farbe #71B56B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B56B;}
<p style="text-shadow: 3px 3px 1px #71B56B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71B56B.
.textShadow {text-shadow: 3px 3px 1px #71B56B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B56B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71B56B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B56B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B56B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B56B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71B56B; -webkit-box-shadow: 1px 1px 3px 2px #71B56B; box-shadow: 1px 1px 3px 2px #71B56B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71B56B; -webkit-box-shadow: 1px 1px 3px 2px #71B56B; box-shadow:1px 1px 3px 2px #71B56B;">
Div content here</div>
Dieser Text ist in der Farbe #71B56B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71B56B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71B56B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71B56B.