HEX: #74D53C
RGB: (116,213,60)
#74D53C enthält hauptsächlich grüne Farbe. Für #74D53C ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #74D53C wird in RGB als (116,213,60) definiert.
RGB: (116,213,60) (45%,84%,24%)
R 116 von 255 = 45%
G 213 von 255 = 84%
B 60 von 255 = 24%
R + G + B ~ 51%. #74D53C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
116 + 213 + 60 = 389 (100%)
R 116 von 389 ~ 29.82%
G 213 von 389 ~ 54.76%
B 60 von 389 ~ 15.42%
Die Farbe #74D53C wird in CMYK als (46,0,72,16) definiert.
CMYK: (46,0,72,16) C46M0Y72K16 (46%,0%,72%,16%) (0.46/0.00/0.72/0.16)
74 | D5 | 3C | |
---|---|---|---|
RGB | 116 | 213 | 60 |
HSL | 98° | 64.56% | 53.53% |
HSB/HSV | 98° | 71.83% | 83.53% |
CMYK | 45.54% | 0.00% | 71.83% |
16.47% |
Hexadezimal | 74 | D5 | 3C |
Dezimal | 116 | 213 | 60 |
Binär | 1110100 | 11010101 | 111100 |
Oktal | 164 | 325 | 74 |
Beispiele css- und html für Elemente in der Farbe #74D53C. Bitte benutzen Sie auch rgb(116,213,60) statt hex-Code.
.myTextColor { color: #74D53C; }
<p style="color:#74D53C">This sample text font color is #74D53C.</p>
Die Farbe dieses Textes ist #74D53C.
.myBgColor { background-color: #74D53C; }
<div style="background-color:#74D53C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74D53C.
.myBorderColor { border: 1px solid #74D53C; }
<div style="border:3px solid #74D53C">Div</div>
Die Grenzen von diesem div sind in Farbe #74D53C.
.myOpacity80 { color: #74D53C; opacity: 0.8; }
<p style="color:#74D53C;opacity:0.8;">80%</p>
Text in Farbe #74D53C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74D53C;}
<p style="text-shadow: 3px 3px 1px #74D53C">Text here.</p>
Dieser Text hat den Schatten in Farbe #74D53C.
.textShadow {text-shadow: 3px 3px 1px #74D53C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74D53C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74D53C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74D53C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74D53C, Direction=45, Strength=4)">Text</p>
This text has shadow with #74D53C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74D53C; -webkit-box-shadow: 1px 1px 3px 2px #74D53C; box-shadow: 1px 1px 3px 2px #74D53C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #74D53C; -webkit-box-shadow: 1px 1px 3px 2px #74D53C; box-shadow:1px 1px 3px 2px #74D53C;">
Div content here</div>
Dieser Text ist in der Farbe #74D53C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74D53C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74D53C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74D53C.