HEX: #70C470
RGB: (112,196,112)
#70C470 enthält hauptsächlich grüne Farbe. Für #70C470 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #70C470 wird in RGB als (112,196,112) definiert.
RGB: (112,196,112)
(44%, 77%, 44%)
R 112 von 255 = 44%
G 196 von 255 = 77%
B 112 von 255 = 44%
R + G + B ~ 55%. #70C470 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 112 + 196 + 112 = 420 (100%)
R 112 von 420 ~ 26.67%
G 196 von 420 ~ 46.67%
B 112 von 420 ~ 26.67'%
Die Farbe #70C470 wird in CMYK als (43,0,43,23) definiert.
CMYK: (43,0,43,23)
C43M0Y43K23 (43%, 0%, 43%, 23%)
(0.43 / 0.00 / 0.43 / 0.23)
Farbe #70C470 in den populären Farbmodellen.
70 | C4 | 70 | |
---|---|---|---|
RGB | 112 | 196 | 112 |
HSL | 120° | 41.58% | 60.39% |
HSB/HSV | 120° | 42.86% | 76.86% |
CMYK | 42.86% | 0.00% | 42.86% |
23.14% |
Die Farbe #70C470 in den populären Zahlensystemen.
Hexadezimal | 70 | C4 | 70 |
Dezimal | 112 | 196 | 112 |
Binär | 1110000 | 11000100 | 1110000 |
Oktal | 160 | 304 | 160 |
Dunkle Töne der Farbe #70C470
Helle Töne der Farbe #70C470
Beispiele css- und html für Elemente in der Farbe #70C470. Bitte benutzen Sie auch rgb(112,196,112) statt hex-Code.
.myTextColor { color: #70C470; }
<p style="color:#70C470">This sample text font color is #70C470.</p>
Die Farbe dieses Textes ist #70C470.
.myBgColor { background-color: #70C470; }
<div style="background-color:#70C470">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #70C470.
.myBorderColor { border: 1px solid #70C470; }
<div style="border:3px solid #70C470">Div</div>
Die Grenzen von diesem div sind in Farbe #70C470.
.myOpacity80 { color: #70C470; opacity: 0.8; }
<p style="color:#70C470;opacity:0.8;">80%</p>
Text in Farbe #70C470 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #70C470;}
<p style="text-shadow: 3px 3px 1px #70C470">Text here.</p>
Dieser Text hat den Schatten in Farbe #70C470.
.textShadow {text-shadow: 3px 3px 1px #70C470', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #70C470, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #70C470 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#70C470, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#70C470, Direction=45, Strength=4)">Text</p>
This text has shadow with #70C470 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #70C470;
-webkit-box-shadow: 1px 1px 3px 2px #70C470;
box-shadow: 1px 1px 3px 2px #70C470;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70C470; -webkit-box-shadow: 1px 1px 3px 2px #70C470; box-shadow:1px 1px 3px 2px #70C470;">
Div content here
</div>
Dieser Text ist in der Farbe #70C470 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #70C470 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #70C470.
Dieser Text ist weiß auf dem Hintergrund in Farbe #70C470.
Kontrastfarbe für #hex ist #8F3B8F.