HEX: #72D76E
RGB: (114,215,110)
#72D76E enthält hauptsächlich grüne Farbe. Für #72D76E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #72D76E wird in RGB als (114,215,110) definiert.
RGB: (114,215,110) (45%,84%,43%)
R 114 von 255 = 45%
G 215 von 255 = 84%
B 110 von 255 = 43%
R + G + B ~ 57%. #72D76E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
114 + 215 + 110 = 439 (100%)
R 114 von 439 ~ 25.97%
G 215 von 439 ~ 48.97%
B 110 von 439 ~ 25.06%
Die Farbe #72D76E wird in CMYK als (47,0,49,16) definiert.
CMYK: (47,0,49,16) C47M0Y49K16 (47%,0%,49%,16%) (0.47/0.00/0.49/0.16)
72 | D7 | 6E | |
---|---|---|---|
RGB | 114 | 215 | 110 |
HSL | 118° | 56.76% | 63.73% |
HSB/HSV | 118° | 48.84% | 84.31% |
CMYK | 46.98% | 0.00% | 48.84% |
15.69% |
Hexadezimal | 72 | D7 | 6E |
Dezimal | 114 | 215 | 110 |
Binär | 1110010 | 11010111 | 1101110 |
Oktal | 162 | 327 | 156 |
Beispiele css- und html für Elemente in der Farbe #72D76E. Bitte benutzen Sie auch rgb(114,215,110) statt hex-Code.
.myTextColor { color: #72D76E; }
<p style="color:#72D76E">This sample text font color is #72D76E.</p>
Die Farbe dieses Textes ist #72D76E.
.myBgColor { background-color: #72D76E; }
<div style="background-color:#72D76E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #72D76E.
.myBorderColor { border: 1px solid #72D76E; }
<div style="border:3px solid #72D76E">Div</div>
Die Grenzen von diesem div sind in Farbe #72D76E.
.myOpacity80 { color: #72D76E; opacity: 0.8; }
<p style="color:#72D76E;opacity:0.8;">80%</p>
Text in Farbe #72D76E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #72D76E;}
<p style="text-shadow: 3px 3px 1px #72D76E">Text here.</p>
Dieser Text hat den Schatten in Farbe #72D76E.
.textShadow {text-shadow: 3px 3px 1px #72D76E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #72D76E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #72D76E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#72D76E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#72D76E, Direction=45, Strength=4)">Text</p>
This text has shadow with #72D76E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72D76E; -webkit-box-shadow: 1px 1px 3px 2px #72D76E; box-shadow: 1px 1px 3px 2px #72D76E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #72D76E; -webkit-box-shadow: 1px 1px 3px 2px #72D76E; box-shadow:1px 1px 3px 2px #72D76E;">
Div content here</div>
Dieser Text ist in der Farbe #72D76E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #72D76E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #72D76E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #72D76E.