HEX: #4DD740
RGB: (77,215,64)
#4DD740 enthält hauptsächlich grüne Farbe. Für #4DD740 ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #4DD740 wird in RGB als (77,215,64) definiert.
RGB: (77,215,64)
(30%, 84%, 25%)
R 77 von 255 = 30%
G 215 von 255 = 84%
B 64 von 255 = 25%
R + G + B ~ 46%. #4DD740 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 77 + 215 + 64 = 356 (100%)
R 77 von 356 ~ 21.63%
G 215 von 356 ~ 60.39%
B 64 von 356 ~ 17.98'%
Die Farbe #4DD740 wird in CMYK als (64,0,70,16) definiert.
CMYK: (64,0,70,16)
C64M0Y70K16 (64%, 0%, 70%, 16%)
(0.64 / 0.00 / 0.70 / 0.16)
Farbe #4DD740 in den populären Farbmodellen.
4D | D7 | 40 | |
---|---|---|---|
RGB | 77 | 215 | 64 |
HSL | 115° | 65.37% | 54.71% |
HSB/HSV | 115° | 70.23% | 84.31% |
CMYK | 64.19% | 0.00% | 70.23% |
15.69% |
Die Farbe #4DD740 in den populären Zahlensystemen.
Hexadezimal | 4D | D7 | 40 |
Dezimal | 77 | 215 | 64 |
Binär | 1001101 | 11010111 | 1000000 |
Oktal | 115 | 327 | 100 |
Dunkle Töne der Farbe #4DD740
Helle Töne der Farbe #4DD740
Beispiele css- und html für Elemente in der Farbe #4DD740. Bitte benutzen Sie auch rgb(77,215,64) statt hex-Code.
.myTextColor { color: #4DD740; }
<p style="color:#4DD740">This sample text font color is #4DD740.</p>
Die Farbe dieses Textes ist #4DD740.
.myBgColor { background-color: #4DD740; }
<div style="background-color:#4DD740">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4DD740.
.myBorderColor { border: 1px solid #4DD740; }
<div style="border:3px solid #4DD740">Div</div>
Die Grenzen von diesem div sind in Farbe #4DD740.
.myOpacity80 { color: #4DD740; opacity: 0.8; }
<p style="color:#4DD740;opacity:0.8;">80%</p>
Text in Farbe #4DD740 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4DD740;}
<p style="text-shadow: 3px 3px 1px #4DD740">Text here.</p>
Dieser Text hat den Schatten in Farbe #4DD740.
.textShadow {text-shadow: 3px 3px 1px #4DD740', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4DD740, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4DD740 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4DD740, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4DD740, Direction=45, Strength=4)">Text</p>
This text has shadow with #4DD740 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4DD740;
-webkit-box-shadow: 1px 1px 3px 2px #4DD740;
box-shadow: 1px 1px 3px 2px #4DD740;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4DD740; -webkit-box-shadow: 1px 1px 3px 2px #4DD740; box-shadow:1px 1px 3px 2px #4DD740;">
Div content here
</div>
Dieser Text ist in der Farbe #4DD740 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4DD740 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4DD740.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4DD740.
Kontrastfarbe für #hex ist #B228BF.