HEX: #95C375
RGB: (149,195,117)
#95C375 enthält hauptsächlich rote und grüne Farbe. Für #95C375 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #95C375 wird in RGB als (149,195,117) definiert.
RGB: (149,195,117) (58%,76%,46%)
R 149 von 255 = 58%
G 195 von 255 = 76%
B 117 von 255 = 46%
R + G + B ~ 60%. #95C375 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
149 + 195 + 117 = 461 (100%)
R 149 von 461 ~ 32.32%
G 195 von 461 ~ 42.3%
B 117 von 461 ~ 25.38%
Die Farbe #95C375 wird in CMYK als (24,0,40,24) definiert.
CMYK: (24,0,40,24) C24M0Y40K24 (24%,0%,40%,24%) (0.24/0.00/0.40/0.24)
95 | C3 | 75 | |
---|---|---|---|
RGB | 149 | 195 | 117 |
HSL | 95° | 39.39% | 61.18% |
HSB/HSV | 95° | 40.00% | 76.47% |
CMYK | 23.59% | 0.00% | 40.00% |
23.53% |
Hexadezimal | 95 | C3 | 75 |
Dezimal | 149 | 195 | 117 |
Binär | 10010101 | 11000011 | 1110101 |
Oktal | 225 | 303 | 165 |
Beispiele css- und html für Elemente in der Farbe #95C375. Bitte benutzen Sie auch rgb(149,195,117) statt hex-Code.
.myTextColor { color: #95C375; }
<p style="color:#95C375">This sample text font color is #95C375.</p>
Die Farbe dieses Textes ist #95C375.
.myBgColor { background-color: #95C375; }
<div style="background-color:#95C375">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #95C375.
.myBorderColor { border: 1px solid #95C375; }
<div style="border:3px solid #95C375">Div</div>
Die Grenzen von diesem div sind in Farbe #95C375.
.myOpacity80 { color: #95C375; opacity: 0.8; }
<p style="color:#95C375;opacity:0.8;">80%</p>
Text in Farbe #95C375 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95C375;}
<p style="text-shadow: 3px 3px 1px #95C375">Text here.</p>
Dieser Text hat den Schatten in Farbe #95C375.
.textShadow {text-shadow: 3px 3px 1px #95C375, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95C375, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #95C375 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95C375, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95C375, Direction=45, Strength=4)">Text</p>
This text has shadow with #95C375 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95C375; -webkit-box-shadow: 1px 1px 3px 2px #95C375; box-shadow: 1px 1px 3px 2px #95C375; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #95C375; -webkit-box-shadow: 1px 1px 3px 2px #95C375; box-shadow:1px 1px 3px 2px #95C375;">
Div content here</div>
Dieser Text ist in der Farbe #95C375 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #95C375 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #95C375.
Dieser Text ist weiß auf dem Hintergrund in Farbe #95C375.