HEX: #59D687
RGB: (89,214,135)
#59D687 enthält hauptsächlich grüne Farbe. Für #59D687 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #59D687 wird in RGB als (89,214,135) definiert.
RGB: (89,214,135)
(35%, 84%, 53%)
R 89 von 255 = 35%
G 214 von 255 = 84%
B 135 von 255 = 53%
R + G + B ~ 57%. #59D687 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 89 + 214 + 135 = 438 (100%)
R 89 von 438 ~ 20.32%
G 214 von 438 ~ 48.86%
B 135 von 438 ~ 30.82'%
Die Farbe #59D687 wird in CMYK als (58,0,37,16) definiert.
CMYK: (58,0,37,16)
C58M0Y37K16 (58%, 0%, 37%, 16%)
(0.58 / 0.00 / 0.37 / 0.16)
Farbe #59D687 in den populären Farbmodellen.
59 | D6 | 87 | |
---|---|---|---|
RGB | 89 | 214 | 135 |
HSL | 142° | 60.39% | 59.41% |
HSB/HSV | 142° | 58.41% | 83.92% |
CMYK | 58.41% | 0.00% | 36.92% |
16.08% |
Die Farbe #59D687 in den populären Zahlensystemen.
Hexadezimal | 59 | D6 | 87 |
Dezimal | 89 | 214 | 135 |
Binär | 1011001 | 11010110 | 10000111 |
Oktal | 131 | 326 | 207 |
Dunkle Töne der Farbe #59D687
Helle Töne der Farbe #59D687
Beispiele css- und html für Elemente in der Farbe #59D687. Bitte benutzen Sie auch rgb(89,214,135) statt hex-Code.
.myTextColor { color: #59D687; }
<p style="color:#59D687">This sample text font color is #59D687.</p>
Die Farbe dieses Textes ist #59D687.
.myBgColor { background-color: #59D687; }
<div style="background-color:#59D687">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #59D687.
.myBorderColor { border: 1px solid #59D687; }
<div style="border:3px solid #59D687">Div</div>
Die Grenzen von diesem div sind in Farbe #59D687.
.myOpacity80 { color: #59D687; opacity: 0.8; }
<p style="color:#59D687;opacity:0.8;">80%</p>
Text in Farbe #59D687 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59D687;}
<p style="text-shadow: 3px 3px 1px #59D687">Text here.</p>
Dieser Text hat den Schatten in Farbe #59D687.
.textShadow {text-shadow: 3px 3px 1px #59D687', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59D687, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #59D687 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59D687, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59D687, Direction=45, Strength=4)">Text</p>
This text has shadow with #59D687 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59D687;
-webkit-box-shadow: 1px 1px 3px 2px #59D687;
box-shadow: 1px 1px 3px 2px #59D687;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59D687; -webkit-box-shadow: 1px 1px 3px 2px #59D687; box-shadow:1px 1px 3px 2px #59D687;">
Div content here
</div>
Dieser Text ist in der Farbe #59D687 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #59D687 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #59D687.
Dieser Text ist weiß auf dem Hintergrund in Farbe #59D687.
Kontrastfarbe für #hex ist #A62978.