HEX: #46DD2E
RGB: (70,221,46)
#46DD2E enthält hauptsächlich grüne Farbe. Für #46DD2E ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #46DD2E wird in RGB als (70,221,46) definiert.
RGB: (70,221,46) (27%,87%,18%)
R 70 von 255 = 27%
G 221 von 255 = 87%
B 46 von 255 = 18%
R + G + B ~ 44%. #46DD2E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
70 + 221 + 46 = 337 (100%)
R 70 von 337 ~ 20.77%
G 221 von 337 ~ 65.58%
B 46 von 337 ~ 13.65%
Die Farbe #46DD2E wird in CMYK als (68,0,79,13) definiert.
CMYK: (68,0,79,13) C68M0Y79K13 (68%,0%,79%,13%) (0.68/0.00/0.79/0.13)
46 | DD | 2E | |
---|---|---|---|
RGB | 70 | 221 | 46 |
HSL | 112° | 72.02% | 52.35% |
HSB/HSV | 112° | 79.19% | 86.67% |
CMYK | 68.33% | 0.00% | 79.19% |
13.33% |
Hexadezimal | 46 | DD | 2E |
Dezimal | 70 | 221 | 46 |
Binär | 1000110 | 11011101 | 101110 |
Oktal | 106 | 335 | 56 |
Beispiele css- und html für Elemente in der Farbe #46DD2E. Bitte benutzen Sie auch rgb(70,221,46) statt hex-Code.
.myTextColor { color: #46DD2E; }
<p style="color:#46DD2E">This sample text font color is #46DD2E.</p>
Die Farbe dieses Textes ist #46DD2E.
.myBgColor { background-color: #46DD2E; }
<div style="background-color:#46DD2E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #46DD2E.
.myBorderColor { border: 1px solid #46DD2E; }
<div style="border:3px solid #46DD2E">Div</div>
Die Grenzen von diesem div sind in Farbe #46DD2E.
.myOpacity80 { color: #46DD2E; opacity: 0.8; }
<p style="color:#46DD2E;opacity:0.8;">80%</p>
Text in Farbe #46DD2E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #46DD2E;}
<p style="text-shadow: 3px 3px 1px #46DD2E">Text here.</p>
Dieser Text hat den Schatten in Farbe #46DD2E.
.textShadow {text-shadow: 3px 3px 1px #46DD2E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #46DD2E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #46DD2E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#46DD2E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#46DD2E, Direction=45, Strength=4)">Text</p>
This text has shadow with #46DD2E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46DD2E; -webkit-box-shadow: 1px 1px 3px 2px #46DD2E; box-shadow: 1px 1px 3px 2px #46DD2E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #46DD2E; -webkit-box-shadow: 1px 1px 3px 2px #46DD2E; box-shadow:1px 1px 3px 2px #46DD2E;">
Div content here</div>
Dieser Text ist in der Farbe #46DD2E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #46DD2E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #46DD2E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #46DD2E.