HEX: #7DD725
RGB: (125,215,37)
#7DD725 enthält hauptsächlich grüne Farbe. Für #7DD725 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #7DD725 wird in RGB als (125,215,37) definiert.
RGB: (125,215,37)
(49%, 84%, 15%)
R 125 von 255 = 49%
G 215 von 255 = 84%
B 37 von 255 = 15%
R + G + B ~ 49%. #7DD725 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 125 + 215 + 37 = 377 (100%)
R 125 von 377 ~ 33.16%
G 215 von 377 ~ 57.03%
B 37 von 377 ~ 9.81'%
Die Farbe #7DD725 wird in CMYK als (42,0,83,16) definiert.
CMYK: (42,0,83,16)
C42M0Y83K16 (42%, 0%, 83%, 16%)
(0.42 / 0.00 / 0.83 / 0.16)
Farbe #7DD725 in den populären Farbmodellen.
7D | D7 | 25 | |
---|---|---|---|
RGB | 125 | 215 | 37 |
HSL | 90° | 70.63% | 49.41% |
HSB/HSV | 90° | 82.79% | 84.31% |
CMYK | 41.86% | 0.00% | 82.79% |
15.69% |
Die Farbe #7DD725 in den populären Zahlensystemen.
Hexadezimal | 7D | D7 | 25 |
Dezimal | 125 | 215 | 37 |
Binär | 1111101 | 11010111 | 100101 |
Oktal | 175 | 327 | 45 |
Dunkle Töne der Farbe #7DD725
Helle Töne der Farbe #7DD725
Beispiele css- und html für Elemente in der Farbe #7DD725. Bitte benutzen Sie auch rgb(125,215,37) statt hex-Code.
.myTextColor { color: #7DD725; }
<p style="color:#7DD725">This sample text font color is #7DD725.</p>
Die Farbe dieses Textes ist #7DD725.
.myBgColor { background-color: #7DD725; }
<div style="background-color:#7DD725">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7DD725.
.myBorderColor { border: 1px solid #7DD725; }
<div style="border:3px solid #7DD725">Div</div>
Die Grenzen von diesem div sind in Farbe #7DD725.
.myOpacity80 { color: #7DD725; opacity: 0.8; }
<p style="color:#7DD725;opacity:0.8;">80%</p>
Text in Farbe #7DD725 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DD725;}
<p style="text-shadow: 3px 3px 1px #7DD725">Text here.</p>
Dieser Text hat den Schatten in Farbe #7DD725.
.textShadow {text-shadow: 3px 3px 1px #7DD725', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DD725, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7DD725 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DD725, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DD725, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DD725 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DD725;
-webkit-box-shadow: 1px 1px 3px 2px #7DD725;
box-shadow: 1px 1px 3px 2px #7DD725;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DD725; -webkit-box-shadow: 1px 1px 3px 2px #7DD725; box-shadow:1px 1px 3px 2px #7DD725;">
Div content here
</div>
Dieser Text ist in der Farbe #7DD725 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7DD725 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7DD725.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7DD725.
Kontrastfarbe für #hex ist #8228DA.