HEX: #74D420
RGB: (116,212,32)
#74D420 enthält hauptsächlich grüne Farbe. Für #74D420 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #74D420 wird in RGB als (116,212,32) definiert.
RGB: (116,212,32) (45%,83%,13%)
R 116 von 255 = 45%
G 212 von 255 = 83%
B 32 von 255 = 13%
R + G + B ~ 47%. #74D420 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
116 + 212 + 32 = 360 (100%)
R 116 von 360 ~ 32.22%
G 212 von 360 ~ 58.89%
B 32 von 360 ~ 8.89%
Die Farbe #74D420 wird in CMYK als (45,0,85,17) definiert.
CMYK: (45,0,85,17) C45M0Y85K17 (45%,0%,85%,17%) (0.45/0.00/0.85/0.17)
74 | D4 | 20 | |
---|---|---|---|
RGB | 116 | 212 | 32 |
HSL | 92° | 73.77% | 47.84% |
HSB/HSV | 92° | 84.91% | 83.14% |
CMYK | 45.28% | 0.00% | 84.91% |
16.86% |
Hexadezimal | 74 | D4 | 20 |
Dezimal | 116 | 212 | 32 |
Binär | 1110100 | 11010100 | 100000 |
Oktal | 164 | 324 | 40 |
Beispiele css- und html für Elemente in der Farbe #74D420. Bitte benutzen Sie auch rgb(116,212,32) statt hex-Code.
.myTextColor { color: #74D420; }
<p style="color:#74D420">This sample text font color is #74D420.</p>
Die Farbe dieses Textes ist #74D420.
.myBgColor { background-color: #74D420; }
<div style="background-color:#74D420">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74D420.
.myBorderColor { border: 1px solid #74D420; }
<div style="border:3px solid #74D420">Div</div>
Die Grenzen von diesem div sind in Farbe #74D420.
.myOpacity80 { color: #74D420; opacity: 0.8; }
<p style="color:#74D420;opacity:0.8;">80%</p>
Text in Farbe #74D420 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74D420;}
<p style="text-shadow: 3px 3px 1px #74D420">Text here.</p>
Dieser Text hat den Schatten in Farbe #74D420.
.textShadow {text-shadow: 3px 3px 1px #74D420, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74D420, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74D420 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74D420, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74D420, Direction=45, Strength=4)">Text</p>
This text has shadow with #74D420 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74D420; -webkit-box-shadow: 1px 1px 3px 2px #74D420; box-shadow: 1px 1px 3px 2px #74D420; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #74D420; -webkit-box-shadow: 1px 1px 3px 2px #74D420; box-shadow:1px 1px 3px 2px #74D420;">
Div content here</div>
Dieser Text ist in der Farbe #74D420 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74D420 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74D420.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74D420.