HEX: #58D088
RGB: (88,208,136)
#58D088 enthält hauptsächlich grüne Farbe. Für #58D088 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #58D088 wird in RGB als (88,208,136) definiert.
RGB: (88,208,136)
(35%, 82%, 53%)
R 88 von 255 = 35%
G 208 von 255 = 82%
B 136 von 255 = 53%
R + G + B ~ 57%. #58D088 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 88 + 208 + 136 = 432 (100%)
R 88 von 432 ~ 20.37%
G 208 von 432 ~ 48.15%
B 136 von 432 ~ 31.48'%
Die Farbe #58D088 wird in CMYK als (58,0,35,18) definiert.
CMYK: (58,0,35,18)
C58M0Y35K18 (58%, 0%, 35%, 18%)
(0.58 / 0.00 / 0.35 / 0.18)
Farbe #58D088 in den populären Farbmodellen.
58 | D0 | 88 | |
---|---|---|---|
RGB | 88 | 208 | 136 |
HSL | 144° | 56.07% | 58.04% |
HSB/HSV | 144° | 57.69% | 81.57% |
CMYK | 57.69% | 0.00% | 34.62% |
18.43% |
Die Farbe #58D088 in den populären Zahlensystemen.
Hexadezimal | 58 | D0 | 88 |
Dezimal | 88 | 208 | 136 |
Binär | 1011000 | 11010000 | 10001000 |
Oktal | 130 | 320 | 210 |
Dunkle Töne der Farbe #58D088
Helle Töne der Farbe #58D088
Beispiele css- und html für Elemente in der Farbe #58D088. Bitte benutzen Sie auch rgb(88,208,136) statt hex-Code.
.myTextColor { color: #58D088; }
<p style="color:#58D088">This sample text font color is #58D088.</p>
Die Farbe dieses Textes ist #58D088.
.myBgColor { background-color: #58D088; }
<div style="background-color:#58D088">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #58D088.
.myBorderColor { border: 1px solid #58D088; }
<div style="border:3px solid #58D088">Div</div>
Die Grenzen von diesem div sind in Farbe #58D088.
.myOpacity80 { color: #58D088; opacity: 0.8; }
<p style="color:#58D088;opacity:0.8;">80%</p>
Text in Farbe #58D088 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58D088;}
<p style="text-shadow: 3px 3px 1px #58D088">Text here.</p>
Dieser Text hat den Schatten in Farbe #58D088.
.textShadow {text-shadow: 3px 3px 1px #58D088', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58D088, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #58D088 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58D088, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58D088, Direction=45, Strength=4)">Text</p>
This text has shadow with #58D088 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58D088;
-webkit-box-shadow: 1px 1px 3px 2px #58D088;
box-shadow: 1px 1px 3px 2px #58D088;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58D088; -webkit-box-shadow: 1px 1px 3px 2px #58D088; box-shadow:1px 1px 3px 2px #58D088;">
Div content here
</div>
Dieser Text ist in der Farbe #58D088 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #58D088 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #58D088.
Dieser Text ist weiß auf dem Hintergrund in Farbe #58D088.
Kontrastfarbe für #hex ist #A72F77.