HEX: #5DD34A
RGB: (93,211,74)
#5DD34A enthält hauptsächlich grüne Farbe. Für #5DD34A ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #5DD34A wird in RGB als (93,211,74) definiert.
RGB: (93,211,74) (36%,83%,29%)
R 93 von 255 = 36%
G 211 von 255 = 83%
B 74 von 255 = 29%
R + G + B ~ 49%. #5DD34A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
93 + 211 + 74 = 378 (100%)
R 93 von 378 ~ 24.6%
G 211 von 378 ~ 55.82%
B 74 von 378 ~ 19.58%
Die Farbe #5DD34A wird in CMYK als (56,0,65,17) definiert.
CMYK: (56,0,65,17) C56M0Y65K17 (56%,0%,65%,17%) (0.56/0.00/0.65/0.17)
5D | D3 | 4A | |
---|---|---|---|
RGB | 93 | 211 | 74 |
HSL | 112° | 60.89% | 55.88% |
HSB/HSV | 112° | 64.93% | 82.75% |
CMYK | 55.92% | 0.00% | 64.93% |
17.25% |
Hexadezimal | 5D | D3 | 4A |
Dezimal | 93 | 211 | 74 |
Binär | 1011101 | 11010011 | 1001010 |
Oktal | 135 | 323 | 112 |
Beispiele css- und html für Elemente in der Farbe #5DD34A. Bitte benutzen Sie auch rgb(93,211,74) statt hex-Code.
.myTextColor { color: #5DD34A; }
<p style="color:#5DD34A">This sample text font color is #5DD34A.</p>
Die Farbe dieses Textes ist #5DD34A.
.myBgColor { background-color: #5DD34A; }
<div style="background-color:#5DD34A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5DD34A.
.myBorderColor { border: 1px solid #5DD34A; }
<div style="border:3px solid #5DD34A">Div</div>
Die Grenzen von diesem div sind in Farbe #5DD34A.
.myOpacity80 { color: #5DD34A; opacity: 0.8; }
<p style="color:#5DD34A;opacity:0.8;">80%</p>
Text in Farbe #5DD34A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5DD34A;}
<p style="text-shadow: 3px 3px 1px #5DD34A">Text here.</p>
Dieser Text hat den Schatten in Farbe #5DD34A.
.textShadow {text-shadow: 3px 3px 1px #5DD34A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5DD34A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5DD34A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5DD34A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5DD34A, Direction=45, Strength=4)">Text</p>
This text has shadow with #5DD34A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5DD34A; -webkit-box-shadow: 1px 1px 3px 2px #5DD34A; box-shadow: 1px 1px 3px 2px #5DD34A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5DD34A; -webkit-box-shadow: 1px 1px 3px 2px #5DD34A; box-shadow:1px 1px 3px 2px #5DD34A;">
Div content here</div>
Dieser Text ist in der Farbe #5DD34A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5DD34A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5DD34A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5DD34A.