HEX: #71C272
RGB: (113,194,114)
#71C272 enthält hauptsächlich grüne Farbe. Für #71C272 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #71C272 wird in RGB als (113,194,114) definiert.
RGB: (113,194,114)
(44%, 76%, 45%)
R 113 von 255 = 44%
G 194 von 255 = 76%
B 114 von 255 = 45%
R + G + B ~ 55%. #71C272 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 194 + 114 = 421 (100%)
R 113 von 421 ~ 26.84%
G 194 von 421 ~ 46.08%
B 114 von 421 ~ 27.08'%
Die Farbe #71C272 wird in CMYK als (42,0,41,24) definiert.
CMYK: (42,0,41,24) C42M0Y41K24 (42%,0%,41%,24%) (0.42/0.00/0.41/0.24)
Farbe #71C272 in den populären Farbmodellen.
71 | C2 | 72 | |
---|---|---|---|
RGB | 113 | 194 | 114 |
HSL | 121° | 39.90% | 60.20% |
HSB/HSV | 121° | 41.75% | 76.08% |
CMYK | 41.75% | 0.00% | 41.24% |
23.92% |
Die Farbe #71C272 in den populären Zahlensystemen.
Hexadezimal | 71 | C2 | 72 |
Dezimal | 113 | 194 | 114 |
Binär | 1110001 | 11000010 | 1110010 |
Oktal | 161 | 302 | 162 |
Dunkle Töne der Farbe #71C272
Helle Töne der Farbe #71C272
Beispiele css- und html für Elemente in der Farbe #71C272. Bitte benutzen Sie auch rgb(113,194,114) statt hex-Code.
.myTextColor { color: #71C272; }
<p style="color:#71C272">This sample text font color is #71C272.</p>
Die Farbe dieses Textes ist #71C272.
.myBgColor { background-color: #71C272; }
<div style="background-color:#71C272">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71C272.
.myBorderColor { border: 1px solid #71C272; }
<div style="border:3px solid #71C272">Div</div>
Die Grenzen von diesem div sind in Farbe #71C272.
.myOpacity80 { color: #71C272; opacity: 0.8; }
<p style="color:#71C272;opacity:0.8;">80%</p>
Text in Farbe #71C272 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71C272;}
<p style="text-shadow: 3px 3px 1px #71C272">Text here.</p>
Dieser Text hat den Schatten in Farbe #71C272.
.textShadow {text-shadow: 3px 3px 1px #71C272', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71C272, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71C272 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71C272, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71C272, Direction=45, Strength=4)">Text</p>
This text has shadow with #71C272 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71C272;
-webkit-box-shadow: 1px 1px 3px 2px #71C272;
box-shadow: 1px 1px 3px 2px #71C272;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71C272; -webkit-box-shadow: 1px 1px 3px 2px #71C272; box-shadow:1px 1px 3px 2px #71C272;">
Div content here
</div>
Dieser Text ist in der Farbe #71C272 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71C272 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71C272.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71C272.
Kontrastfarbe für #hex ist #8E3D8D.