HEX: #74C66F
RGB: (116,198,111)
#74C66F enthält hauptsächlich grüne Farbe. Für #74C66F ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #74C66F wird in RGB als (116,198,111) definiert.
RGB: (116,198,111) (45%,78%,44%)
R 116 von 255 = 45%
G 198 von 255 = 78%
B 111 von 255 = 44%
R + G + B ~ 56%. #74C66F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
116 + 198 + 111 = 425 (100%)
R 116 von 425 ~ 27.29%
G 198 von 425 ~ 46.59%
B 111 von 425 ~ 26.12%
Die Farbe #74C66F wird in CMYK als (41,0,44,22) definiert.
CMYK: (41,0,44,22) C41M0Y44K22 (41%,0%,44%,22%) (0.41/0.00/0.44/0.22)
74 | C6 | 6F | |
---|---|---|---|
RGB | 116 | 198 | 111 |
HSL | 117° | 43.28% | 60.59% |
HSB/HSV | 117° | 43.94% | 77.65% |
CMYK | 41.41% | 0.00% | 43.94% |
22.35% |
Hexadezimal | 74 | C6 | 6F |
Dezimal | 116 | 198 | 111 |
Binär | 1110100 | 11000110 | 1101111 |
Oktal | 164 | 306 | 157 |
Beispiele css- und html für Elemente in der Farbe #74C66F. Bitte benutzen Sie auch rgb(116,198,111) statt hex-Code.
.myTextColor { color: #74C66F; }
<p style="color:#74C66F">This sample text font color is #74C66F.</p>
Die Farbe dieses Textes ist #74C66F.
.myBgColor { background-color: #74C66F; }
<div style="background-color:#74C66F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74C66F.
.myBorderColor { border: 1px solid #74C66F; }
<div style="border:3px solid #74C66F">Div</div>
Die Grenzen von diesem div sind in Farbe #74C66F.
.myOpacity80 { color: #74C66F; opacity: 0.8; }
<p style="color:#74C66F;opacity:0.8;">80%</p>
Text in Farbe #74C66F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74C66F;}
<p style="text-shadow: 3px 3px 1px #74C66F">Text here.</p>
Dieser Text hat den Schatten in Farbe #74C66F.
.textShadow {text-shadow: 3px 3px 1px #74C66F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74C66F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74C66F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74C66F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74C66F, Direction=45, Strength=4)">Text</p>
This text has shadow with #74C66F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74C66F; -webkit-box-shadow: 1px 1px 3px 2px #74C66F; box-shadow: 1px 1px 3px 2px #74C66F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #74C66F; -webkit-box-shadow: 1px 1px 3px 2px #74C66F; box-shadow:1px 1px 3px 2px #74C66F;">
Div content here</div>
Dieser Text ist in der Farbe #74C66F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74C66F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74C66F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74C66F.