HEX: #7EB87D
RGB: (126,184,125)
#7EB87D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7EB87D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7EB87D wird in RGB als (126,184,125) definiert.
RGB: (126,184,125)
(49%, 72%, 49%)
R 126 von 255 = 49%
G 184 von 255 = 72%
B 125 von 255 = 49%
R + G + B ~ 57%. #7EB87D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 184 + 125 = 435 (100%)
R 126 von 435 ~ 28.97%
G 184 von 435 ~ 42.3%
B 125 von 435 ~ 28.74'%
Die Farbe #7EB87D wird in CMYK als (32,0,32,28) definiert.
CMYK: (32,0,32,28)
C32M0Y32K28 (32%, 0%, 32%, 28%)
(0.32 / 0.00 / 0.32 / 0.28)
Farbe #7EB87D in den populären Farbmodellen.
7E | B8 | 7D | |
---|---|---|---|
RGB | 126 | 184 | 125 |
HSL | 119° | 29.35% | 60.59% |
HSB/HSV | 119° | 32.07% | 72.16% |
CMYK | 31.52% | 0.00% | 32.07% |
27.84% |
Die Farbe #7EB87D in den populären Zahlensystemen.
Hexadezimal | 7E | B8 | 7D |
Dezimal | 126 | 184 | 125 |
Binär | 1111110 | 10111000 | 1111101 |
Oktal | 176 | 270 | 175 |
Dunkle Töne der Farbe #7EB87D
Helle Töne der Farbe #7EB87D
Beispiele css- und html für Elemente in der Farbe #7EB87D. Bitte benutzen Sie auch rgb(126,184,125) statt hex-Code.
.myTextColor { color: #7EB87D; }
<p style="color:#7EB87D">This sample text font color is #7EB87D.</p>
Die Farbe dieses Textes ist #7EB87D.
.myBgColor { background-color: #7EB87D; }
<div style="background-color:#7EB87D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EB87D.
.myBorderColor { border: 1px solid #7EB87D; }
<div style="border:3px solid #7EB87D">Div</div>
Die Grenzen von diesem div sind in Farbe #7EB87D.
.myOpacity80 { color: #7EB87D; opacity: 0.8; }
<p style="color:#7EB87D;opacity:0.8;">80%</p>
Text in Farbe #7EB87D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB87D;}
<p style="text-shadow: 3px 3px 1px #7EB87D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EB87D.
.textShadow {text-shadow: 3px 3px 1px #7EB87D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB87D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EB87D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB87D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB87D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB87D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EB87D;
-webkit-box-shadow: 1px 1px 3px 2px #7EB87D;
box-shadow: 1px 1px 3px 2px #7EB87D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EB87D; -webkit-box-shadow: 1px 1px 3px 2px #7EB87D; box-shadow:1px 1px 3px 2px #7EB87D;">
Div content here
</div>
Dieser Text ist in der Farbe #7EB87D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EB87D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EB87D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EB87D.
Kontrastfarbe für #hex ist #814782.