HEX: #7DD77D
RGB: (125,215,125)
#7DD77D enthält hauptsächlich grüne Farbe. Für #7DD77D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7DD77D wird in RGB als (125,215,125) definiert.
RGB: (125,215,125) (49%,84%,49%)
R 125 von 255 = 49%
G 215 von 255 = 84%
B 125 von 255 = 49%
R + G + B ~ 61%. #7DD77D ziemlich helle Farbe.
R + G + B =
125 + 215 + 125 = 465 (100%)
R 125 von 465 ~ 26.88%
G 215 von 465 ~ 46.24%
B 125 von 465 ~ 26.88%
Die Farbe #7DD77D wird in CMYK als (42,0,42,16) definiert.
CMYK: (42,0,42,16) C42M0Y42K16 (42%,0%,42%,16%) (0.42/0.00/0.42/0.16)
7D | D7 | 7D | |
---|---|---|---|
RGB | 125 | 215 | 125 |
HSL | 120° | 52.94% | 66.67% |
HSB/HSV | 120° | 41.86% | 84.31% |
CMYK | 41.86% | 0.00% | 41.86% |
15.69% |
Hexadezimal | 7D | D7 | 7D |
Dezimal | 125 | 215 | 125 |
Binär | 1111101 | 11010111 | 1111101 |
Oktal | 175 | 327 | 175 |
Beispiele css- und html für Elemente in der Farbe #7DD77D. Bitte benutzen Sie auch rgb(125,215,125) statt hex-Code.
.myTextColor { color: #7DD77D; }
<p style="color:#7DD77D">This sample text font color is #7DD77D.</p>
Die Farbe dieses Textes ist #7DD77D.
.myBgColor { background-color: #7DD77D; }
<div style="background-color:#7DD77D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7DD77D.
.myBorderColor { border: 1px solid #7DD77D; }
<div style="border:3px solid #7DD77D">Div</div>
Die Grenzen von diesem div sind in Farbe #7DD77D.
.myOpacity80 { color: #7DD77D; opacity: 0.8; }
<p style="color:#7DD77D;opacity:0.8;">80%</p>
Text in Farbe #7DD77D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DD77D;}
<p style="text-shadow: 3px 3px 1px #7DD77D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7DD77D.
.textShadow {text-shadow: 3px 3px 1px #7DD77D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DD77D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7DD77D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DD77D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DD77D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DD77D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7DD77D; -webkit-box-shadow: 1px 1px 3px 2px #7DD77D; box-shadow: 1px 1px 3px 2px #7DD77D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7DD77D; -webkit-box-shadow: 1px 1px 3px 2px #7DD77D; box-shadow:1px 1px 3px 2px #7DD77D;">
Div content here</div>
Dieser Text ist in der Farbe #7DD77D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7DD77D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7DD77D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7DD77D.