HEX: #71B25A
RGB: (113,178,90)
#71B25A enthält hauptsächlich grüne Farbe. Für #71B25A ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #71B25A wird in RGB als (113,178,90) definiert.
RGB: (113,178,90)
(44%, 70%, 35%)
R 113 von 255 = 44%
G 178 von 255 = 70%
B 90 von 255 = 35%
R + G + B ~ 50%. #71B25A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 178 + 90 = 381 (100%)
R 113 von 381 ~ 29.66%
G 178 von 381 ~ 46.72%
B 90 von 381 ~ 23.62'%
Die Farbe #71B25A wird in CMYK als (37,0,49,30) definiert.
CMYK: (37,0,49,30)
C37M0Y49K30 (37%, 0%, 49%, 30%)
(0.37 / 0.00 / 0.49 / 0.30)
Farbe #71B25A in den populären Farbmodellen.
71 | B2 | 5A | |
---|---|---|---|
RGB | 113 | 178 | 90 |
HSL | 104° | 36.36% | 52.55% |
HSB/HSV | 104° | 49.44% | 69.80% |
CMYK | 36.52% | 0.00% | 49.44% |
30.20% |
Die Farbe #71B25A in den populären Zahlensystemen.
Hexadezimal | 71 | B2 | 5A |
Dezimal | 113 | 178 | 90 |
Binär | 1110001 | 10110010 | 1011010 |
Oktal | 161 | 262 | 132 |
Dunkle Töne der Farbe #71B25A
Helle Töne der Farbe #71B25A
Beispiele css- und html für Elemente in der Farbe #71B25A. Bitte benutzen Sie auch rgb(113,178,90) statt hex-Code.
.myTextColor { color: #71B25A; }
<p style="color:#71B25A">This sample text font color is #71B25A.</p>
Die Farbe dieses Textes ist #71B25A.
.myBgColor { background-color: #71B25A; }
<div style="background-color:#71B25A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71B25A.
.myBorderColor { border: 1px solid #71B25A; }
<div style="border:3px solid #71B25A">Div</div>
Die Grenzen von diesem div sind in Farbe #71B25A.
.myOpacity80 { color: #71B25A; opacity: 0.8; }
<p style="color:#71B25A;opacity:0.8;">80%</p>
Text in Farbe #71B25A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B25A;}
<p style="text-shadow: 3px 3px 1px #71B25A">Text here.</p>
Dieser Text hat den Schatten in Farbe #71B25A.
.textShadow {text-shadow: 3px 3px 1px #71B25A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B25A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71B25A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B25A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B25A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B25A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B25A;
-webkit-box-shadow: 1px 1px 3px 2px #71B25A;
box-shadow: 1px 1px 3px 2px #71B25A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B25A; -webkit-box-shadow: 1px 1px 3px 2px #71B25A; box-shadow:1px 1px 3px 2px #71B25A;">
Div content here
</div>
Dieser Text ist in der Farbe #71B25A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71B25A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71B25A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71B25A.
Kontrastfarbe für #hex ist #8E4DA5.