HEX: #7DF15D
RGB: (125,241,93)
#7DF15D enthält hauptsächlich grüne Farbe. Für #7DF15D ist eine «websichere» Webfarbe #66FF66 (oder kurz #6F6).
Die Farbe #7DF15D wird in RGB als (125,241,93) definiert.
RGB: (125,241,93)
(49%, 95%, 36%)
R 125 von 255 = 49%
G 241 von 255 = 95%
B 93 von 255 = 36%
R + G + B ~ 60%. #7DF15D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 125 + 241 + 93 = 459 (100%)
R 125 von 459 ~ 27.23%
G 241 von 459 ~ 52.51%
B 93 von 459 ~ 20.26'%
Die Farbe #7DF15D wird in CMYK als (48,0,61,5) definiert.
CMYK: (48,0,61,5)
C48M0Y61K5 (48%, 0%, 61%, 5%)
(0.48 / 0.00 / 0.61 / 0.05)
Farbe #7DF15D in den populären Farbmodellen.
7D | F1 | 5D | |
---|---|---|---|
RGB | 125 | 241 | 93 |
HSL | 107° | 84.09% | 65.49% |
HSB/HSV | 107° | 61.41% | 94.51% |
CMYK | 48.13% | 0.00% | 61.41% |
5.49% |
Die Farbe #7DF15D in den populären Zahlensystemen.
Hexadezimal | 7D | F1 | 5D |
Dezimal | 125 | 241 | 93 |
Binär | 1111101 | 11110001 | 1011101 |
Oktal | 175 | 361 | 135 |
Dunkle Töne der Farbe #7DF15D
Helle Töne der Farbe #7DF15D
Beispiele css- und html für Elemente in der Farbe #7DF15D. Bitte benutzen Sie auch rgb(125,241,93) statt hex-Code.
.myTextColor { color: #7DF15D; }
<p style="color:#7DF15D">This sample text font color is #7DF15D.</p>
Die Farbe dieses Textes ist #7DF15D.
.myBgColor { background-color: #7DF15D; }
<div style="background-color:#7DF15D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7DF15D.
.myBorderColor { border: 1px solid #7DF15D; }
<div style="border:3px solid #7DF15D">Div</div>
Die Grenzen von diesem div sind in Farbe #7DF15D.
.myOpacity80 { color: #7DF15D; opacity: 0.8; }
<p style="color:#7DF15D;opacity:0.8;">80%</p>
Text in Farbe #7DF15D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DF15D;}
<p style="text-shadow: 3px 3px 1px #7DF15D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7DF15D.
.textShadow {text-shadow: 3px 3px 1px #7DF15D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DF15D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7DF15D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DF15D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DF15D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DF15D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DF15D;
-webkit-box-shadow: 1px 1px 3px 2px #7DF15D;
box-shadow: 1px 1px 3px 2px #7DF15D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DF15D; -webkit-box-shadow: 1px 1px 3px 2px #7DF15D; box-shadow:1px 1px 3px 2px #7DF15D;">
Div content here
</div>
Dieser Text ist in der Farbe #7DF15D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7DF15D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7DF15D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7DF15D.
Kontrastfarbe für #hex ist #820EA2.