HEX: #71D29B
RGB: (113,210,155)
#71D29B enthält hauptsächlich grüne und blaue Farbe. Für #71D29B ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #71D29B wird in RGB als (113,210,155) definiert.
RGB: (113,210,155)
(44%, 82%, 61%)
R 113 von 255 = 44%
G 210 von 255 = 82%
B 155 von 255 = 61%
R + G + B ~ 62%. #71D29B ziemlich helle Farbe.
R + G + B = 113 + 210 + 155 = 478 (100%)
R 113 von 478 ~ 23.64%
G 210 von 478 ~ 43.93%
B 155 von 478 ~ 32.43'%
Die Farbe #71D29B wird in CMYK als (46,0,26,18) definiert.
CMYK: (46,0,26,18)
C46M0Y26K18 (46%, 0%, 26%, 18%)
(0.46 / 0.00 / 0.26 / 0.18)
Farbe #71D29B in den populären Farbmodellen.
71 | D2 | 9B | |
---|---|---|---|
RGB | 113 | 210 | 155 |
HSL | 146° | 51.87% | 63.33% |
HSB/HSV | 146° | 46.19% | 82.35% |
CMYK | 46.19% | 0.00% | 26.19% |
17.65% |
Die Farbe #71D29B in den populären Zahlensystemen.
Hexadezimal | 71 | D2 | 9B |
Dezimal | 113 | 210 | 155 |
Binär | 1110001 | 11010010 | 10011011 |
Oktal | 161 | 322 | 233 |
Dunkle Töne der Farbe #71D29B
Helle Töne der Farbe #71D29B
Beispiele css- und html für Elemente in der Farbe #71D29B. Bitte benutzen Sie auch rgb(113,210,155) statt hex-Code.
.myTextColor { color: #71D29B; }
<p style="color:#71D29B">This sample text font color is #71D29B.</p>
Die Farbe dieses Textes ist #71D29B.
.myBgColor { background-color: #71D29B; }
<div style="background-color:#71D29B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71D29B.
.myBorderColor { border: 1px solid #71D29B; }
<div style="border:3px solid #71D29B">Div</div>
Die Grenzen von diesem div sind in Farbe #71D29B.
.myOpacity80 { color: #71D29B; opacity: 0.8; }
<p style="color:#71D29B;opacity:0.8;">80%</p>
Text in Farbe #71D29B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71D29B;}
<p style="text-shadow: 3px 3px 1px #71D29B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71D29B.
.textShadow {text-shadow: 3px 3px 1px #71D29B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71D29B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71D29B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71D29B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71D29B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71D29B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71D29B;
-webkit-box-shadow: 1px 1px 3px 2px #71D29B;
box-shadow: 1px 1px 3px 2px #71D29B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71D29B; -webkit-box-shadow: 1px 1px 3px 2px #71D29B; box-shadow:1px 1px 3px 2px #71D29B;">
Div content here
</div>
Dieser Text ist in der Farbe #71D29B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71D29B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71D29B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71D29B.
Kontrastfarbe für #hex ist #8E2D64.