HEX: #74E66E
RGB: (116,230,110)
#74E66E enthält hauptsächlich grüne Farbe. Für #74E66E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #74E66E wird in RGB als (116,230,110) definiert.
RGB: (116,230,110) (45%,90%,43%)
R 116 von 255 = 45%
G 230 von 255 = 90%
B 110 von 255 = 43%
R + G + B ~ 59%. #74E66E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
116 + 230 + 110 = 456 (100%)
R 116 von 456 ~ 25.44%
G 230 von 456 ~ 50.44%
B 110 von 456 ~ 24.12%
Die Farbe #74E66E wird in CMYK als (50,0,52,10) definiert.
CMYK: (50,0,52,10) C50M0Y52K10 (50%,0%,52%,10%) (0.50/0.00/0.52/0.10)
74 | E6 | 6E | |
---|---|---|---|
RGB | 116 | 230 | 110 |
HSL | 117° | 70.59% | 66.67% |
HSB/HSV | 117° | 52.17% | 90.20% |
CMYK | 49.57% | 0.00% | 52.17% |
9.80% |
Hexadezimal | 74 | E6 | 6E |
Dezimal | 116 | 230 | 110 |
Binär | 1110100 | 11100110 | 1101110 |
Oktal | 164 | 346 | 156 |
Beispiele css- und html für Elemente in der Farbe #74E66E. Bitte benutzen Sie auch rgb(116,230,110) statt hex-Code.
.myTextColor { color: #74E66E; }
<p style="color:#74E66E">This sample text font color is #74E66E.</p>
Die Farbe dieses Textes ist #74E66E.
.myBgColor { background-color: #74E66E; }
<div style="background-color:#74E66E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74E66E.
.myBorderColor { border: 1px solid #74E66E; }
<div style="border:3px solid #74E66E">Div</div>
Die Grenzen von diesem div sind in Farbe #74E66E.
.myOpacity80 { color: #74E66E; opacity: 0.8; }
<p style="color:#74E66E;opacity:0.8;">80%</p>
Text in Farbe #74E66E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74E66E;}
<p style="text-shadow: 3px 3px 1px #74E66E">Text here.</p>
Dieser Text hat den Schatten in Farbe #74E66E.
.textShadow {text-shadow: 3px 3px 1px #74E66E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74E66E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74E66E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74E66E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74E66E, Direction=45, Strength=4)">Text</p>
This text has shadow with #74E66E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74E66E; -webkit-box-shadow: 1px 1px 3px 2px #74E66E; box-shadow: 1px 1px 3px 2px #74E66E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #74E66E; -webkit-box-shadow: 1px 1px 3px 2px #74E66E; box-shadow:1px 1px 3px 2px #74E66E;">
Div content here</div>
Dieser Text ist in der Farbe #74E66E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74E66E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74E66E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74E66E.