HEX: #80EF4F
RGB: (128,239,79)
#80EF4F enthält hauptsächlich grüne Farbe. Für #80EF4F ist eine «websichere» Webfarbe #66FF66 (oder kurz #6F6).
Die Farbe #80EF4F wird in RGB als (128,239,79) definiert.
RGB: (128,239,79)
(50%, 94%, 31%)
R 128 von 255 = 50%
G 239 von 255 = 94%
B 79 von 255 = 31%
R + G + B ~ 58%. #80EF4F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 128 + 239 + 79 = 446 (100%)
R 128 von 446 ~ 28.7%
G 239 von 446 ~ 53.59%
B 79 von 446 ~ 17.71'%
Die Farbe #80EF4F wird in CMYK als (46,0,67,6) definiert.
CMYK: (46,0,67,6)
C46M0Y67K6 (46%, 0%, 67%, 6%)
(0.46 / 0.00 / 0.67 / 0.06)
Farbe #80EF4F in den populären Farbmodellen.
80 | EF | 4F | |
---|---|---|---|
RGB | 128 | 239 | 79 |
HSL | 102° | 83.33% | 62.35% |
HSB/HSV | 102° | 66.95% | 93.73% |
CMYK | 46.44% | 0.00% | 66.95% |
6.27% |
Die Farbe #80EF4F in den populären Zahlensystemen.
Hexadezimal | 80 | EF | 4F |
Dezimal | 128 | 239 | 79 |
Binär | 10000000 | 11101111 | 1001111 |
Oktal | 200 | 357 | 117 |
Dunkle Töne der Farbe #80EF4F
Helle Töne der Farbe #80EF4F
Beispiele css- und html für Elemente in der Farbe #80EF4F. Bitte benutzen Sie auch rgb(128,239,79) statt hex-Code.
.myTextColor { color: #80EF4F; }
<p style="color:#80EF4F">This sample text font color is #80EF4F.</p>
Die Farbe dieses Textes ist #80EF4F.
.myBgColor { background-color: #80EF4F; }
<div style="background-color:#80EF4F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #80EF4F.
.myBorderColor { border: 1px solid #80EF4F; }
<div style="border:3px solid #80EF4F">Div</div>
Die Grenzen von diesem div sind in Farbe #80EF4F.
.myOpacity80 { color: #80EF4F; opacity: 0.8; }
<p style="color:#80EF4F;opacity:0.8;">80%</p>
Text in Farbe #80EF4F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80EF4F;}
<p style="text-shadow: 3px 3px 1px #80EF4F">Text here.</p>
Dieser Text hat den Schatten in Farbe #80EF4F.
.textShadow {text-shadow: 3px 3px 1px #80EF4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80EF4F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #80EF4F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80EF4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80EF4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #80EF4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80EF4F;
-webkit-box-shadow: 1px 1px 3px 2px #80EF4F;
box-shadow: 1px 1px 3px 2px #80EF4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80EF4F; -webkit-box-shadow: 1px 1px 3px 2px #80EF4F; box-shadow:1px 1px 3px 2px #80EF4F;">
Div content here
</div>
Dieser Text ist in der Farbe #80EF4F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #80EF4F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #80EF4F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #80EF4F.
Kontrastfarbe für #hex ist #7F10B0.