HEX: #75D51D
RGB: (117,213,29)
#75D51D enthält hauptsächlich grüne Farbe. Für #75D51D ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #75D51D wird in RGB als (117,213,29) definiert.
RGB: (117,213,29)
(46%, 84%, 11%)
R 117 von 255 = 46%
G 213 von 255 = 84%
B 29 von 255 = 11%
R + G + B ~ 47%. #75D51D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 117 + 213 + 29 = 359 (100%)
R 117 von 359 ~ 32.59%
G 213 von 359 ~ 59.33%
B 29 von 359 ~ 8.08'%
Die Farbe #75D51D wird in CMYK als (45,0,86,16) definiert.
CMYK: (45,0,86,16)
C45M0Y86K16 (45%, 0%, 86%, 16%)
(0.45 / 0.00 / 0.86 / 0.16)
Farbe #75D51D in den populären Farbmodellen.
75 | D5 | 1D | |
---|---|---|---|
RGB | 117 | 213 | 29 |
HSL | 91° | 76.03% | 47.45% |
HSB/HSV | 91° | 86.38% | 83.53% |
CMYK | 45.07% | 0.00% | 86.38% |
16.47% |
Die Farbe #75D51D in den populären Zahlensystemen.
Hexadezimal | 75 | D5 | 1D |
Dezimal | 117 | 213 | 29 |
Binär | 1110101 | 11010101 | 11101 |
Oktal | 165 | 325 | 35 |
Dunkle Töne der Farbe #75D51D
Helle Töne der Farbe #75D51D
Beispiele css- und html für Elemente in der Farbe #75D51D. Bitte benutzen Sie auch rgb(117,213,29) statt hex-Code.
.myTextColor { color: #75D51D; }
<p style="color:#75D51D">This sample text font color is #75D51D.</p>
Die Farbe dieses Textes ist #75D51D.
.myBgColor { background-color: #75D51D; }
<div style="background-color:#75D51D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75D51D.
.myBorderColor { border: 1px solid #75D51D; }
<div style="border:3px solid #75D51D">Div</div>
Die Grenzen von diesem div sind in Farbe #75D51D.
.myOpacity80 { color: #75D51D; opacity: 0.8; }
<p style="color:#75D51D;opacity:0.8;">80%</p>
Text in Farbe #75D51D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75D51D;}
<p style="text-shadow: 3px 3px 1px #75D51D">Text here.</p>
Dieser Text hat den Schatten in Farbe #75D51D.
.textShadow {text-shadow: 3px 3px 1px #75D51D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75D51D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75D51D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75D51D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75D51D, Direction=45, Strength=4)">Text</p>
This text has shadow with #75D51D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75D51D;
-webkit-box-shadow: 1px 1px 3px 2px #75D51D;
box-shadow: 1px 1px 3px 2px #75D51D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75D51D; -webkit-box-shadow: 1px 1px 3px 2px #75D51D; box-shadow:1px 1px 3px 2px #75D51D;">
Div content here
</div>
Dieser Text ist in der Farbe #75D51D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75D51D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75D51D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75D51D.
Kontrastfarbe für #75D51D ist #8A2AE2.