HEX: #6EDD31
RGB: (110,221,49)
#6EDD31 enthält hauptsächlich grüne Farbe. Für #6EDD31 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #6EDD31 wird in RGB als (110,221,49) definiert.
RGB: (110,221,49) (43%,87%,19%)
R 110 von 255 = 43%
G 221 von 255 = 87%
B 49 von 255 = 19%
R + G + B ~ 50%. #6EDD31 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
110 + 221 + 49 = 380 (100%)
R 110 von 380 ~ 28.95%
G 221 von 380 ~ 58.16%
B 49 von 380 ~ 12.89%
Die Farbe #6EDD31 wird in CMYK als (50,0,78,13) definiert.
CMYK: (50,0,78,13) C50M0Y78K13 (50%,0%,78%,13%) (0.50/0.00/0.78/0.13)
6E | DD | 31 | |
---|---|---|---|
RGB | 110 | 221 | 49 |
HSL | 99° | 71.67% | 52.94% |
HSB/HSV | 99° | 77.83% | 86.67% |
CMYK | 50.23% | 0.00% | 77.83% |
13.33% |
Hexadezimal | 6E | DD | 31 |
Dezimal | 110 | 221 | 49 |
Binär | 1101110 | 11011101 | 110001 |
Oktal | 156 | 335 | 61 |
Beispiele css- und html für Elemente in der Farbe #6EDD31. Bitte benutzen Sie auch rgb(110,221,49) statt hex-Code.
.myTextColor { color: #6EDD31; }
<p style="color:#6EDD31">This sample text font color is #6EDD31.</p>
Die Farbe dieses Textes ist #6EDD31.
.myBgColor { background-color: #6EDD31; }
<div style="background-color:#6EDD31">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EDD31.
.myBorderColor { border: 1px solid #6EDD31; }
<div style="border:3px solid #6EDD31">Div</div>
Die Grenzen von diesem div sind in Farbe #6EDD31.
.myOpacity80 { color: #6EDD31; opacity: 0.8; }
<p style="color:#6EDD31;opacity:0.8;">80%</p>
Text in Farbe #6EDD31 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EDD31;}
<p style="text-shadow: 3px 3px 1px #6EDD31">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EDD31.
.textShadow {text-shadow: 3px 3px 1px #6EDD31, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EDD31, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EDD31 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EDD31, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EDD31, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EDD31 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6EDD31; -webkit-box-shadow: 1px 1px 3px 2px #6EDD31; box-shadow: 1px 1px 3px 2px #6EDD31; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6EDD31; -webkit-box-shadow: 1px 1px 3px 2px #6EDD31; box-shadow:1px 1px 3px 2px #6EDD31;">
Div content here</div>
Dieser Text ist in der Farbe #6EDD31 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EDD31 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EDD31.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EDD31.