HEX: #00D783
RGB: (0,215,131)
#00D783 enthält hauptsächlich grüne Farbe. Für #00D783 ist eine «websichere» Webfarbe #00CC99 (oder kurz #0C9).
Die Farbe #00D783 wird in RGB als (0,215,131) definiert.
RGB: (0,215,131) (0%,84%,51%)
R 0 von 255 = 0%
G 215 von 255 = 84%
B 131 von 255 = 51%
R + G + B ~ 45%. #00D783 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
0 + 215 + 131 = 346 (100%)
R 0 von 346 ~ 0%
G 215 von 346 ~ 62.14%
B 131 von 346 ~ 37.86%
Die Farbe #00D783 wird in CMYK als (100,0,39,16) definiert.
CMYK: (100,0,39,16) C100M0Y39K16 (100%,0%,39%,16%) (1.00/0.00/0.39/0.16)
00 | D7 | 83 | |
---|---|---|---|
RGB | 0 | 215 | 131 |
HSL | 157° | 100.00% | 42.16% |
HSB/HSV | 157° | 100.00% | 84.31% |
CMYK | 100.00% | 0.00% | 39.07% |
15.69% |
Hexadezimal | 00 | D7 | 83 |
Dezimal | 0 | 215 | 131 |
Binär | 0 | 11010111 | 10000011 |
Oktal | 0 | 327 | 203 |
Beispiele css- und html für Elemente in der Farbe #00D783. Bitte benutzen Sie auch rgb(0,215,131) statt hex-Code.
.myTextColor { color: #00D783; }
<p style="color:#00D783">This sample text font color is #00D783.</p>
Die Farbe dieses Textes ist #00D783.
.myBgColor { background-color: #00D783; }
<div style="background-color:#00D783">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00D783.
.myBorderColor { border: 1px solid #00D783; }
<div style="border:3px solid #00D783">Div</div>
Die Grenzen von diesem div sind in Farbe #00D783.
.myOpacity80 { color: #00D783; opacity: 0.8; }
<p style="color:#00D783;opacity:0.8;">80%</p>
Text in Farbe #00D783 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00D783;}
<p style="text-shadow: 3px 3px 1px #00D783">Text here.</p>
Dieser Text hat den Schatten in Farbe #00D783.
.textShadow {text-shadow: 3px 3px 1px #00D783, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00D783, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00D783 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00D783, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00D783, Direction=45, Strength=4)">Text</p>
This text has shadow with #00D783 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00D783; -webkit-box-shadow: 1px 1px 3px 2px #00D783; box-shadow: 1px 1px 3px 2px #00D783; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #00D783; -webkit-box-shadow: 1px 1px 3px 2px #00D783; box-shadow:1px 1px 3px 2px #00D783;">
Div content here</div>
Dieser Text ist in der Farbe #00D783 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00D783 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00D783.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00D783.