HEX: #71AE3E
RGB: (113,174,62)
#71AE3E enthält hauptsächlich grüne Farbe. Für #71AE3E ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #71AE3E wird in RGB als (113,174,62) definiert.
RGB: (113,174,62)
(44%, 68%, 24%)
R 113 von 255 = 44%
G 174 von 255 = 68%
B 62 von 255 = 24%
R + G + B ~ 45%. #71AE3E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 174 + 62 = 349 (100%)
R 113 von 349 ~ 32.38%
G 174 von 349 ~ 49.86%
B 62 von 349 ~ 17.77'%
Die Farbe #71AE3E wird in CMYK als (35,0,64,32) definiert.
CMYK: (35,0,64,32)
C35M0Y64K32 (35%, 0%, 64%, 32%)
(0.35 / 0.00 / 0.64 / 0.32)
Farbe #71AE3E in den populären Farbmodellen.
71 | AE | 3E | |
---|---|---|---|
RGB | 113 | 174 | 62 |
HSL | 93° | 47.46% | 46.27% |
HSB/HSV | 93° | 64.37% | 68.24% |
CMYK | 35.06% | 0.00% | 64.37% |
31.76% |
Die Farbe #71AE3E in den populären Zahlensystemen.
Hexadezimal | 71 | AE | 3E |
Dezimal | 113 | 174 | 62 |
Binär | 1110001 | 10101110 | 111110 |
Oktal | 161 | 256 | 76 |
Dunkle Töne der Farbe #71AE3E
Helle Töne der Farbe #71AE3E
Beispiele css- und html für Elemente in der Farbe #71AE3E. Bitte benutzen Sie auch rgb(113,174,62) statt hex-Code.
.myTextColor { color: #71AE3E; }
<p style="color:#71AE3E">This sample text font color is #71AE3E.</p>
Die Farbe dieses Textes ist #71AE3E.
.myBgColor { background-color: #71AE3E; }
<div style="background-color:#71AE3E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71AE3E.
.myBorderColor { border: 1px solid #71AE3E; }
<div style="border:3px solid #71AE3E">Div</div>
Die Grenzen von diesem div sind in Farbe #71AE3E.
.myOpacity80 { color: #71AE3E; opacity: 0.8; }
<p style="color:#71AE3E;opacity:0.8;">80%</p>
Text in Farbe #71AE3E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71AE3E;}
<p style="text-shadow: 3px 3px 1px #71AE3E">Text here.</p>
Dieser Text hat den Schatten in Farbe #71AE3E.
.textShadow {text-shadow: 3px 3px 1px #71AE3E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71AE3E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71AE3E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71AE3E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71AE3E, Direction=45, Strength=4)">Text</p>
This text has shadow with #71AE3E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71AE3E;
-webkit-box-shadow: 1px 1px 3px 2px #71AE3E;
box-shadow: 1px 1px 3px 2px #71AE3E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71AE3E; -webkit-box-shadow: 1px 1px 3px 2px #71AE3E; box-shadow:1px 1px 3px 2px #71AE3E;">
Div content here
</div>
Dieser Text ist in der Farbe #71AE3E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71AE3E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71AE3E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71AE3E.
Kontrastfarbe für #hex ist #8E51C1.