HEX: #07EF07
RGB: (7,239,7)
#07EF07 enthält hauptsächlich grüne Farbe. Für #07EF07 ist eine «websichere» Webfarbe #00FF00 (oder kurz #0F0).
Die Farbe #07EF07 wird in RGB als (7,239,7) definiert.
RGB: (7,239,7)
(3%, 94%, 3%)
R 7 von 255 = 3%
G 239 von 255 = 94%
B 7 von 255 = 3%
R + G + B ~ 33%. #07EF07 ziemlich dunkle Farbe.
R + G + B = 7 + 239 + 7 = 253 (100%)
R 7 von 253 ~ 2.77%
G 239 von 253 ~ 94.47%
B 7 von 253 ~ 2.77'%
Die Farbe #07EF07 wird in CMYK als (97,0,97,6) definiert.
CMYK: (97,0,97,6)
C97M0Y97K6 (97%, 0%, 97%, 6%)
(0.97 / 0.00 / 0.97 / 0.06)
Farbe #07EF07 in den populären Farbmodellen.
07 | EF | 07 | |
---|---|---|---|
RGB | 7 | 239 | 7 |
HSL | 120° | 94.31% | 48.24% |
HSB/HSV | 120° | 97.07% | 93.73% |
CMYK | 97.07% | 0.00% | 97.07% |
6.27% |
Die Farbe #07EF07 in den populären Zahlensystemen.
Hexadezimal | 07 | EF | 07 |
Dezimal | 7 | 239 | 7 |
Binär | 111 | 11101111 | 111 |
Oktal | 7 | 357 | 7 |
Dunkle Töne der Farbe #07EF07
Helle Töne der Farbe #07EF07
Beispiele css- und html für Elemente in der Farbe #07EF07. Bitte benutzen Sie auch rgb(7,239,7) statt hex-Code.
.myTextColor { color: #07EF07; }
<p style="color:#07EF07">This sample text font color is #07EF07.</p>
Die Farbe dieses Textes ist #07EF07.
.myBgColor { background-color: #07EF07; }
<div style="background-color:#07EF07">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #07EF07.
.myBorderColor { border: 1px solid #07EF07; }
<div style="border:3px solid #07EF07">Div</div>
Die Grenzen von diesem div sind in Farbe #07EF07.
.myOpacity80 { color: #07EF07; opacity: 0.8; }
<p style="color:#07EF07;opacity:0.8;">80%</p>
Text in Farbe #07EF07 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #07EF07;}
<p style="text-shadow: 3px 3px 1px #07EF07">Text here.</p>
Dieser Text hat den Schatten in Farbe #07EF07.
.textShadow {text-shadow: 3px 3px 1px #07EF07', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #07EF07, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #07EF07 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07EF07, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#07EF07, Direction=45, Strength=4)">Text</p>
This text has shadow with #07EF07 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #07EF07;
-webkit-box-shadow: 1px 1px 3px 2px #07EF07;
box-shadow: 1px 1px 3px 2px #07EF07;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07EF07; -webkit-box-shadow: 1px 1px 3px 2px #07EF07; box-shadow:1px 1px 3px 2px #07EF07;">
Div content here
</div>
Dieser Text ist in der Farbe #07EF07 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #07EF07 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #07EF07.
Dieser Text ist weiß auf dem Hintergrund in Farbe #07EF07.
Kontrastfarbe für #07EF07 ist #F810F8.