HEX: #4DC371
RGB: (77,195,113)
#4DC371 enthält hauptsächlich grüne Farbe. Für #4DC371 ist eine «websichere» Webfarbe #33CC66 (oder kurz #3C6).
Die Farbe #4DC371 wird in RGB als (77,195,113) definiert.
RGB: (77,195,113) (30%,76%,44%)
R 77 von 255 = 30%
G 195 von 255 = 76%
B 113 von 255 = 44%
R + G + B ~ 50%. #4DC371 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
77 + 195 + 113 = 385 (100%)
R 77 von 385 ~ 20%
G 195 von 385 ~ 50.65%
B 113 von 385 ~ 29.35%
Die Farbe #4DC371 wird in CMYK als (61,0,42,24) definiert.
CMYK: (61,0,42,24) C61M0Y42K24 (61%,0%,42%,24%) (0.61/0.00/0.42/0.24)
4D | C3 | 71 | |
---|---|---|---|
RGB | 77 | 195 | 113 |
HSL | 138° | 49.58% | 53.33% |
HSB/HSV | 138° | 60.51% | 76.47% |
CMYK | 60.51% | 0.00% | 42.05% |
23.53% |
Hexadezimal | 4D | C3 | 71 |
Dezimal | 77 | 195 | 113 |
Binär | 1001101 | 11000011 | 1110001 |
Oktal | 115 | 303 | 161 |
Beispiele css- und html für Elemente in der Farbe #4DC371. Bitte benutzen Sie auch rgb(77,195,113) statt hex-Code.
.myTextColor { color: #4DC371; }
<p style="color:#4DC371">This sample text font color is #4DC371.</p>
Die Farbe dieses Textes ist #4DC371.
.myBgColor { background-color: #4DC371; }
<div style="background-color:#4DC371">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4DC371.
.myBorderColor { border: 1px solid #4DC371; }
<div style="border:3px solid #4DC371">Div</div>
Die Grenzen von diesem div sind in Farbe #4DC371.
.myOpacity80 { color: #4DC371; opacity: 0.8; }
<p style="color:#4DC371;opacity:0.8;">80%</p>
Text in Farbe #4DC371 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4DC371;}
<p style="text-shadow: 3px 3px 1px #4DC371">Text here.</p>
Dieser Text hat den Schatten in Farbe #4DC371.
.textShadow {text-shadow: 3px 3px 1px #4DC371, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4DC371, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4DC371 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4DC371, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4DC371, Direction=45, Strength=4)">Text</p>
This text has shadow with #4DC371 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4DC371; -webkit-box-shadow: 1px 1px 3px 2px #4DC371; box-shadow: 1px 1px 3px 2px #4DC371; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4DC371; -webkit-box-shadow: 1px 1px 3px 2px #4DC371; box-shadow:1px 1px 3px 2px #4DC371;">
Div content here</div>
Dieser Text ist in der Farbe #4DC371 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4DC371 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4DC371.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4DC371.