HEX: #85D475
RGB: (133,212,117)
#85D475 enthält hauptsächlich grüne Farbe. Für #85D475 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #85D475 wird in RGB als (133,212,117) definiert.
RGB: (133,212,117)
(52%, 83%, 46%)
R 133 von 255 = 52%
G 212 von 255 = 83%
B 117 von 255 = 46%
R + G + B ~ 60%. #85D475 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 133 + 212 + 117 = 462 (100%)
R 133 von 462 ~ 28.79%
G 212 von 462 ~ 45.89%
B 117 von 462 ~ 25.32'%
Die Farbe #85D475 wird in CMYK als (37,0,45,17) definiert.
CMYK: (37,0,45,17)
C37M0Y45K17 (37%, 0%, 45%, 17%)
(0.37 / 0.00 / 0.45 / 0.17)
Farbe #85D475 in den populären Farbmodellen.
85 | D4 | 75 | |
---|---|---|---|
RGB | 133 | 212 | 117 |
HSL | 110° | 52.49% | 64.51% |
HSB/HSV | 110° | 44.81% | 83.14% |
CMYK | 37.26% | 0.00% | 44.81% |
16.86% |
Die Farbe #85D475 in den populären Zahlensystemen.
Hexadezimal | 85 | D4 | 75 |
Dezimal | 133 | 212 | 117 |
Binär | 10000101 | 11010100 | 1110101 |
Oktal | 205 | 324 | 165 |
Dunkle Töne der Farbe #85D475
Helle Töne der Farbe #85D475
Beispiele css- und html für Elemente in der Farbe #85D475. Bitte benutzen Sie auch rgb(133,212,117) statt hex-Code.
.myTextColor { color: #85D475; }
<p style="color:#85D475">This sample text font color is #85D475.</p>
Die Farbe dieses Textes ist #85D475.
.myBgColor { background-color: #85D475; }
<div style="background-color:#85D475">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #85D475.
.myBorderColor { border: 1px solid #85D475; }
<div style="border:3px solid #85D475">Div</div>
Die Grenzen von diesem div sind in Farbe #85D475.
.myOpacity80 { color: #85D475; opacity: 0.8; }
<p style="color:#85D475;opacity:0.8;">80%</p>
Text in Farbe #85D475 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85D475;}
<p style="text-shadow: 3px 3px 1px #85D475">Text here.</p>
Dieser Text hat den Schatten in Farbe #85D475.
.textShadow {text-shadow: 3px 3px 1px #85D475', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85D475, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #85D475 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85D475, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85D475, Direction=45, Strength=4)">Text</p>
This text has shadow with #85D475 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85D475;
-webkit-box-shadow: 1px 1px 3px 2px #85D475;
box-shadow: 1px 1px 3px 2px #85D475;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85D475; -webkit-box-shadow: 1px 1px 3px 2px #85D475; box-shadow:1px 1px 3px 2px #85D475;">
Div content here
</div>
Dieser Text ist in der Farbe #85D475 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #85D475 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #85D475.
Dieser Text ist weiß auf dem Hintergrund in Farbe #85D475.
Kontrastfarbe für #hex ist #7A2B8A.