HEX: #78D080
RGB: (120,208,128)
#78D080 enthält hauptsächlich grüne Farbe. Für #78D080 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #78D080 wird in RGB als (120,208,128) definiert.
RGB: (120,208,128) (47%,82%,50%)
R 120 von 255 = 47%
G 208 von 255 = 82%
B 128 von 255 = 50%
R + G + B ~ 60%. #78D080 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
120 + 208 + 128 = 456 (100%)
R 120 von 456 ~ 26.32%
G 208 von 456 ~ 45.61%
B 128 von 456 ~ 28.07%
Die Farbe #78D080 wird in CMYK als (42,0,38,18) definiert.
CMYK: (42,0,38,18) C42M0Y38K18 (42%,0%,38%,18%) (0.42/0.00/0.38/0.18)
78 | D0 | 80 | |
---|---|---|---|
RGB | 120 | 208 | 128 |
HSL | 125° | 48.35% | 64.31% |
HSB/HSV | 125° | 42.31% | 81.57% |
CMYK | 42.31% | 0.00% | 38.46% |
18.43% |
Hexadezimal | 78 | D0 | 80 |
Dezimal | 120 | 208 | 128 |
Binär | 1111000 | 11010000 | 10000000 |
Oktal | 170 | 320 | 200 |
Beispiele css- und html für Elemente in der Farbe #78D080. Bitte benutzen Sie auch rgb(120,208,128) statt hex-Code.
.myTextColor { color: #78D080; }
<p style="color:#78D080">This sample text font color is #78D080.</p>
Die Farbe dieses Textes ist #78D080.
.myBgColor { background-color: #78D080; }
<div style="background-color:#78D080">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #78D080.
.myBorderColor { border: 1px solid #78D080; }
<div style="border:3px solid #78D080">Div</div>
Die Grenzen von diesem div sind in Farbe #78D080.
.myOpacity80 { color: #78D080; opacity: 0.8; }
<p style="color:#78D080;opacity:0.8;">80%</p>
Text in Farbe #78D080 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #78D080;}
<p style="text-shadow: 3px 3px 1px #78D080">Text here.</p>
Dieser Text hat den Schatten in Farbe #78D080.
.textShadow {text-shadow: 3px 3px 1px #78D080, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #78D080, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #78D080 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78D080, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#78D080, Direction=45, Strength=4)">Text</p>
This text has shadow with #78D080 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78D080; -webkit-box-shadow: 1px 1px 3px 2px #78D080; box-shadow: 1px 1px 3px 2px #78D080; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #78D080; -webkit-box-shadow: 1px 1px 3px 2px #78D080; box-shadow:1px 1px 3px 2px #78D080;">
Div content here</div>
Dieser Text ist in der Farbe #78D080 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #78D080 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #78D080.
Dieser Text ist weiß auf dem Hintergrund in Farbe #78D080.