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