HEX: #95D77D
RGB: (149,215,125)
#95D77D enthält hauptsächlich grüne Farbe. Für #95D77D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #95D77D wird in RGB als (149,215,125) definiert.
RGB: (149,215,125)
(58%, 84%, 49%)
R 149 von 255 = 58%
G 215 von 255 = 84%
B 125 von 255 = 49%
R + G + B ~ 64%. #95D77D ziemlich helle Farbe.
R + G + B = 149 + 215 + 125 = 489 (100%)
R 149 von 489 ~ 30.47%
G 215 von 489 ~ 43.97%
B 125 von 489 ~ 25.56'%
Die Farbe #95D77D wird in CMYK als (31,0,42,16) definiert.
CMYK: (31,0,42,16) C31M0Y42K16 (31%,0%,42%,16%) (0.31/0.00/0.42/0.16)
Farbe #95D77D in den populären Farbmodellen.
95 | D7 | 7D | |
---|---|---|---|
RGB | 149 | 215 | 125 |
HSL | 104° | 52.94% | 66.67% |
HSB/HSV | 104° | 41.86% | 84.31% |
CMYK | 30.70% | 0.00% | 41.86% |
15.69% |
Die Farbe #95D77D in den populären Zahlensystemen.
Hexadezimal | 95 | D7 | 7D |
Dezimal | 149 | 215 | 125 |
Binär | 10010101 | 11010111 | 1111101 |
Oktal | 225 | 327 | 175 |
Dunkle Töne der Farbe #95D77D
Helle Töne der Farbe #95D77D
Beispiele css- und html für Elemente in der Farbe #95D77D. Bitte benutzen Sie auch rgb(149,215,125) statt hex-Code.
.myTextColor { color: #95D77D; }
<p style="color:#95D77D">This sample text font color is #95D77D.</p>
Die Farbe dieses Textes ist #95D77D.
.myBgColor { background-color: #95D77D; }
<div style="background-color:#95D77D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #95D77D.
.myBorderColor { border: 1px solid #95D77D; }
<div style="border:3px solid #95D77D">Div</div>
Die Grenzen von diesem div sind in Farbe #95D77D.
.myOpacity80 { color: #95D77D; opacity: 0.8; }
<p style="color:#95D77D;opacity:0.8;">80%</p>
Text in Farbe #95D77D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95D77D;}
<p style="text-shadow: 3px 3px 1px #95D77D">Text here.</p>
Dieser Text hat den Schatten in Farbe #95D77D.
.textShadow {text-shadow: 3px 3px 1px #95D77D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95D77D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #95D77D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95D77D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95D77D, Direction=45, Strength=4)">Text</p>
This text has shadow with #95D77D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95D77D;
-webkit-box-shadow: 1px 1px 3px 2px #95D77D;
box-shadow: 1px 1px 3px 2px #95D77D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95D77D; -webkit-box-shadow: 1px 1px 3px 2px #95D77D; box-shadow:1px 1px 3px 2px #95D77D;">
Div content here
</div>
Dieser Text ist in der Farbe #95D77D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #95D77D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #95D77D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #95D77D.
Kontrastfarbe für #hex ist #6A2882.