HEX: #75C349
RGB: (117,195,73)
#75C349 enthält hauptsächlich grüne Farbe. Für #75C349 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #75C349 wird in RGB als (117,195,73) definiert.
RGB: (117,195,73)
(46%, 76%, 29%)
R 117 von 255 = 46%
G 195 von 255 = 76%
B 73 von 255 = 29%
R + G + B ~ 50%. #75C349 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 117 + 195 + 73 = 385 (100%)
R 117 von 385 ~ 30.39%
G 195 von 385 ~ 50.65%
B 73 von 385 ~ 18.96'%
Die Farbe #75C349 wird in CMYK als (40,0,63,24) definiert.
CMYK: (40,0,63,24)
C40M0Y63K24 (40%, 0%, 63%, 24%)
(0.40 / 0.00 / 0.63 / 0.24)
Farbe #75C349 in den populären Farbmodellen.
75 | C3 | 49 | |
---|---|---|---|
RGB | 117 | 195 | 73 |
HSL | 98° | 50.41% | 52.55% |
HSB/HSV | 98° | 62.56% | 76.47% |
CMYK | 40.00% | 0.00% | 62.56% |
23.53% |
Die Farbe #75C349 in den populären Zahlensystemen.
Hexadezimal | 75 | C3 | 49 |
Dezimal | 117 | 195 | 73 |
Binär | 1110101 | 11000011 | 1001001 |
Oktal | 165 | 303 | 111 |
Dunkle Töne der Farbe #75C349
Helle Töne der Farbe #75C349
Beispiele css- und html für Elemente in der Farbe #75C349. Bitte benutzen Sie auch rgb(117,195,73) statt hex-Code.
.myTextColor { color: #75C349; }
<p style="color:#75C349">This sample text font color is #75C349.</p>
Die Farbe dieses Textes ist #75C349.
.myBgColor { background-color: #75C349; }
<div style="background-color:#75C349">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75C349.
.myBorderColor { border: 1px solid #75C349; }
<div style="border:3px solid #75C349">Div</div>
Die Grenzen von diesem div sind in Farbe #75C349.
.myOpacity80 { color: #75C349; opacity: 0.8; }
<p style="color:#75C349;opacity:0.8;">80%</p>
Text in Farbe #75C349 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75C349;}
<p style="text-shadow: 3px 3px 1px #75C349">Text here.</p>
Dieser Text hat den Schatten in Farbe #75C349.
.textShadow {text-shadow: 3px 3px 1px #75C349', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75C349, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75C349 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75C349, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75C349, Direction=45, Strength=4)">Text</p>
This text has shadow with #75C349 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75C349;
-webkit-box-shadow: 1px 1px 3px 2px #75C349;
box-shadow: 1px 1px 3px 2px #75C349;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75C349; -webkit-box-shadow: 1px 1px 3px 2px #75C349; box-shadow:1px 1px 3px 2px #75C349;">
Div content here
</div>
Dieser Text ist in der Farbe #75C349 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75C349 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75C349.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75C349.
Kontrastfarbe für #hex ist #8A3CB6.