HEX: #71C78C
RGB: (113,199,140)
#71C78C enthält hauptsächlich grüne und blaue Farbe. Für #71C78C ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #71C78C wird in RGB als (113,199,140) definiert.
RGB: (113,199,140)
(44%, 78%, 55%)
R 113 von 255 = 44%
G 199 von 255 = 78%
B 140 von 255 = 55%
R + G + B ~ 59%. #71C78C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 199 + 140 = 452 (100%)
R 113 von 452 ~ 25%
G 199 von 452 ~ 44.03%
B 140 von 452 ~ 30.97'%
Die Farbe #71C78C wird in CMYK als (43,0,30,22) definiert.
CMYK: (43,0,30,22) C43M0Y30K22 (43%,0%,30%,22%) (0.43/0.00/0.30/0.22)
Farbe #71C78C in den populären Farbmodellen.
71 | C7 | 8C | |
---|---|---|---|
RGB | 113 | 199 | 140 |
HSL | 139° | 43.43% | 61.18% |
HSB/HSV | 139° | 43.22% | 78.04% |
CMYK | 43.22% | 0.00% | 29.65% |
21.96% |
Die Farbe #71C78C in den populären Zahlensystemen.
Hexadezimal | 71 | C7 | 8C |
Dezimal | 113 | 199 | 140 |
Binär | 1110001 | 11000111 | 10001100 |
Oktal | 161 | 307 | 214 |
Dunkle Töne der Farbe #71C78C
Helle Töne der Farbe #71C78C
Beispiele css- und html für Elemente in der Farbe #71C78C. Bitte benutzen Sie auch rgb(113,199,140) statt hex-Code.
.myTextColor { color: #71C78C; }
<p style="color:#71C78C">This sample text font color is #71C78C.</p>
Die Farbe dieses Textes ist #71C78C.
.myBgColor { background-color: #71C78C; }
<div style="background-color:#71C78C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71C78C.
.myBorderColor { border: 1px solid #71C78C; }
<div style="border:3px solid #71C78C">Div</div>
Die Grenzen von diesem div sind in Farbe #71C78C.
.myOpacity80 { color: #71C78C; opacity: 0.8; }
<p style="color:#71C78C;opacity:0.8;">80%</p>
Text in Farbe #71C78C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71C78C;}
<p style="text-shadow: 3px 3px 1px #71C78C">Text here.</p>
Dieser Text hat den Schatten in Farbe #71C78C.
.textShadow {text-shadow: 3px 3px 1px #71C78C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71C78C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71C78C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71C78C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71C78C, Direction=45, Strength=4)">Text</p>
This text has shadow with #71C78C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71C78C;
-webkit-box-shadow: 1px 1px 3px 2px #71C78C;
box-shadow: 1px 1px 3px 2px #71C78C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71C78C; -webkit-box-shadow: 1px 1px 3px 2px #71C78C; box-shadow:1px 1px 3px 2px #71C78C;">
Div content here
</div>
Dieser Text ist in der Farbe #71C78C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71C78C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71C78C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71C78C.
Kontrastfarbe für #hex ist #8E3873.