HEX: #59D472
RGB: (89,212,114)
#59D472 enthält hauptsächlich grüne Farbe. Für #59D472 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #59D472 wird in RGB als (89,212,114) definiert.
RGB: (89,212,114) (35%,83%,45%)
R 89 von 255 = 35%
G 212 von 255 = 83%
B 114 von 255 = 45%
R + G + B ~ 54%. #59D472 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
89 + 212 + 114 = 415 (100%)
R 89 von 415 ~ 21.45%
G 212 von 415 ~ 51.08%
B 114 von 415 ~ 27.47%
Die Farbe #59D472 wird in CMYK als (58,0,46,17) definiert.
CMYK: (58,0,46,17) C58M0Y46K17 (58%,0%,46%,17%) (0.58/0.00/0.46/0.17)
59 | D4 | 72 | |
---|---|---|---|
RGB | 89 | 212 | 114 |
HSL | 132° | 58.85% | 59.02% |
HSB/HSV | 132° | 58.02% | 83.14% |
CMYK | 58.02% | 0.00% | 46.23% |
16.86% |
Hexadezimal | 59 | D4 | 72 |
Dezimal | 89 | 212 | 114 |
Binär | 1011001 | 11010100 | 1110010 |
Oktal | 131 | 324 | 162 |
Beispiele css- und html für Elemente in der Farbe #59D472. Bitte benutzen Sie auch rgb(89,212,114) statt hex-Code.
.myTextColor { color: #59D472; }
<p style="color:#59D472">This sample text font color is #59D472.</p>
Die Farbe dieses Textes ist #59D472.
.myBgColor { background-color: #59D472; }
<div style="background-color:#59D472">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #59D472.
.myBorderColor { border: 1px solid #59D472; }
<div style="border:3px solid #59D472">Div</div>
Die Grenzen von diesem div sind in Farbe #59D472.
.myOpacity80 { color: #59D472; opacity: 0.8; }
<p style="color:#59D472;opacity:0.8;">80%</p>
Text in Farbe #59D472 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59D472;}
<p style="text-shadow: 3px 3px 1px #59D472">Text here.</p>
Dieser Text hat den Schatten in Farbe #59D472.
.textShadow {text-shadow: 3px 3px 1px #59D472, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59D472, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #59D472 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59D472, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59D472, Direction=45, Strength=4)">Text</p>
This text has shadow with #59D472 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59D472; -webkit-box-shadow: 1px 1px 3px 2px #59D472; box-shadow: 1px 1px 3px 2px #59D472; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #59D472; -webkit-box-shadow: 1px 1px 3px 2px #59D472; box-shadow:1px 1px 3px 2px #59D472;">
Div content here</div>
Dieser Text ist in der Farbe #59D472 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #59D472 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #59D472.
Dieser Text ist weiß auf dem Hintergrund in Farbe #59D472.