HEX: #85CC7D
RGB: (133,204,125)
#85CC7D enthält hauptsächlich grüne Farbe. Für #85CC7D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #85CC7D wird in RGB als (133,204,125) definiert.
RGB: (133,204,125)
(52%, 80%, 49%)
R 133 von 255 = 52%
G 204 von 255 = 80%
B 125 von 255 = 49%
R + G + B ~ 60%. #85CC7D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 133 + 204 + 125 = 462 (100%)
R 133 von 462 ~ 28.79%
G 204 von 462 ~ 44.16%
B 125 von 462 ~ 27.06'%
Die Farbe #85CC7D wird in CMYK als (35,0,39,20) definiert.
CMYK: (35,0,39,20) C35M0Y39K20 (35%,0%,39%,20%) (0.35/0.00/0.39/0.20)
Farbe #85CC7D in den populären Farbmodellen.
85 | CC | 7D | |
---|---|---|---|
RGB | 133 | 204 | 125 |
HSL | 114° | 43.65% | 64.51% |
HSB/HSV | 114° | 38.73% | 80.00% |
CMYK | 34.80% | 0.00% | 38.73% |
20.00% |
Die Farbe #85CC7D in den populären Zahlensystemen.
Hexadezimal | 85 | CC | 7D |
Dezimal | 133 | 204 | 125 |
Binär | 10000101 | 11001100 | 1111101 |
Oktal | 205 | 314 | 175 |
Dunkle Töne der Farbe #85CC7D
Helle Töne der Farbe #85CC7D
Beispiele css- und html für Elemente in der Farbe #85CC7D. Bitte benutzen Sie auch rgb(133,204,125) statt hex-Code.
.myTextColor { color: #85CC7D; }
<p style="color:#85CC7D">This sample text font color is #85CC7D.</p>
Die Farbe dieses Textes ist #85CC7D.
.myBgColor { background-color: #85CC7D; }
<div style="background-color:#85CC7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #85CC7D.
.myBorderColor { border: 1px solid #85CC7D; }
<div style="border:3px solid #85CC7D">Div</div>
Die Grenzen von diesem div sind in Farbe #85CC7D.
.myOpacity80 { color: #85CC7D; opacity: 0.8; }
<p style="color:#85CC7D;opacity:0.8;">80%</p>
Text in Farbe #85CC7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85CC7D;}
<p style="text-shadow: 3px 3px 1px #85CC7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #85CC7D.
.textShadow {text-shadow: 3px 3px 1px #85CC7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85CC7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #85CC7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85CC7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85CC7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #85CC7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85CC7D;
-webkit-box-shadow: 1px 1px 3px 2px #85CC7D;
box-shadow: 1px 1px 3px 2px #85CC7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85CC7D; -webkit-box-shadow: 1px 1px 3px 2px #85CC7D; box-shadow:1px 1px 3px 2px #85CC7D;">
Div content here
</div>
Dieser Text ist in der Farbe #85CC7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #85CC7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #85CC7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #85CC7D.
Kontrastfarbe für #hex ist #7A3382.