HEX: #58D280
RGB: (88,210,128)
#58D280 enthält hauptsächlich grüne Farbe. Für #58D280 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #58D280 wird in RGB als (88,210,128) definiert.
RGB: (88,210,128) (35%,82%,50%)
R 88 von 255 = 35%
G 210 von 255 = 82%
B 128 von 255 = 50%
R + G + B ~ 56%. #58D280 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
88 + 210 + 128 = 426 (100%)
R 88 von 426 ~ 20.66%
G 210 von 426 ~ 49.3%
B 128 von 426 ~ 30.05%
Die Farbe #58D280 wird in CMYK als (58,0,39,18) definiert.
CMYK: (58,0,39,18) C58M0Y39K18 (58%,0%,39%,18%) (0.58/0.00/0.39/0.18)
58 | D2 | 80 | |
---|---|---|---|
RGB | 88 | 210 | 128 |
HSL | 140° | 57.55% | 58.43% |
HSB/HSV | 140° | 58.10% | 82.35% |
CMYK | 58.10% | 0.00% | 39.05% |
17.65% |
Hexadezimal | 58 | D2 | 80 |
Dezimal | 88 | 210 | 128 |
Binär | 1011000 | 11010010 | 10000000 |
Oktal | 130 | 322 | 200 |
Beispiele css- und html für Elemente in der Farbe #58D280. Bitte benutzen Sie auch rgb(88,210,128) statt hex-Code.
.myTextColor { color: #58D280; }
<p style="color:#58D280">This sample text font color is #58D280.</p>
Die Farbe dieses Textes ist #58D280.
.myBgColor { background-color: #58D280; }
<div style="background-color:#58D280">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #58D280.
.myBorderColor { border: 1px solid #58D280; }
<div style="border:3px solid #58D280">Div</div>
Die Grenzen von diesem div sind in Farbe #58D280.
.myOpacity80 { color: #58D280; opacity: 0.8; }
<p style="color:#58D280;opacity:0.8;">80%</p>
Text in Farbe #58D280 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58D280;}
<p style="text-shadow: 3px 3px 1px #58D280">Text here.</p>
Dieser Text hat den Schatten in Farbe #58D280.
.textShadow {text-shadow: 3px 3px 1px #58D280, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58D280, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #58D280 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58D280, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58D280, Direction=45, Strength=4)">Text</p>
This text has shadow with #58D280 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58D280; -webkit-box-shadow: 1px 1px 3px 2px #58D280; box-shadow: 1px 1px 3px 2px #58D280; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #58D280; -webkit-box-shadow: 1px 1px 3px 2px #58D280; box-shadow:1px 1px 3px 2px #58D280;">
Div content here</div>
Dieser Text ist in der Farbe #58D280 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #58D280 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #58D280.
Dieser Text ist weiß auf dem Hintergrund in Farbe #58D280.