HEX: #70D37B
RGB: (112,211,123)
#70D37B enthält hauptsächlich grüne Farbe. Für #70D37B ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #70D37B wird in RGB als (112,211,123) definiert.
RGB: (112,211,123)
(44%, 83%, 48%)
R 112 von 255 = 44%
G 211 von 255 = 83%
B 123 von 255 = 48%
R + G + B ~ 58%. #70D37B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 112 + 211 + 123 = 446 (100%)
R 112 von 446 ~ 25.11%
G 211 von 446 ~ 47.31%
B 123 von 446 ~ 27.58'%
Die Farbe #70D37B wird in CMYK als (47,0,42,17) definiert.
CMYK: (47,0,42,17)
C47M0Y42K17 (47%, 0%, 42%, 17%)
(0.47 / 0.00 / 0.42 / 0.17)
Farbe #70D37B in den populären Farbmodellen.
70 | D3 | 7B | |
---|---|---|---|
RGB | 112 | 211 | 123 |
HSL | 127° | 52.94% | 63.33% |
HSB/HSV | 127° | 46.92% | 82.75% |
CMYK | 46.92% | 0.00% | 41.71% |
17.25% |
Die Farbe #70D37B in den populären Zahlensystemen.
Hexadezimal | 70 | D3 | 7B |
Dezimal | 112 | 211 | 123 |
Binär | 1110000 | 11010011 | 1111011 |
Oktal | 160 | 323 | 173 |
Dunkle Töne der Farbe #70D37B
Helle Töne der Farbe #70D37B
Beispiele css- und html für Elemente in der Farbe #70D37B. Bitte benutzen Sie auch rgb(112,211,123) statt hex-Code.
.myTextColor { color: #70D37B; }
<p style="color:#70D37B">This sample text font color is #70D37B.</p>
Die Farbe dieses Textes ist #70D37B.
.myBgColor { background-color: #70D37B; }
<div style="background-color:#70D37B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #70D37B.
.myBorderColor { border: 1px solid #70D37B; }
<div style="border:3px solid #70D37B">Div</div>
Die Grenzen von diesem div sind in Farbe #70D37B.
.myOpacity80 { color: #70D37B; opacity: 0.8; }
<p style="color:#70D37B;opacity:0.8;">80%</p>
Text in Farbe #70D37B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #70D37B;}
<p style="text-shadow: 3px 3px 1px #70D37B">Text here.</p>
Dieser Text hat den Schatten in Farbe #70D37B.
.textShadow {text-shadow: 3px 3px 1px #70D37B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #70D37B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #70D37B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#70D37B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#70D37B, Direction=45, Strength=4)">Text</p>
This text has shadow with #70D37B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #70D37B;
-webkit-box-shadow: 1px 1px 3px 2px #70D37B;
box-shadow: 1px 1px 3px 2px #70D37B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70D37B; -webkit-box-shadow: 1px 1px 3px 2px #70D37B; box-shadow:1px 1px 3px 2px #70D37B;">
Div content here
</div>
Dieser Text ist in der Farbe #70D37B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #70D37B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #70D37B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #70D37B.
Kontrastfarbe für #hex ist #8F2C84.