HEX: #55C371
RGB: (85,195,113)
#55C371 enthält hauptsächlich grüne Farbe. Für #55C371 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #55C371 wird in RGB als (85,195,113) definiert.
RGB: (85,195,113) (33%,76%,44%)
R 85 von 255 = 33%
G 195 von 255 = 76%
B 113 von 255 = 44%
R + G + B ~ 51%. #55C371 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
85 + 195 + 113 = 393 (100%)
R 85 von 393 ~ 21.63%
G 195 von 393 ~ 49.62%
B 113 von 393 ~ 28.75%
Die Farbe #55C371 wird in CMYK als (56,0,42,24) definiert.
CMYK: (56,0,42,24) C56M0Y42K24 (56%,0%,42%,24%) (0.56/0.00/0.42/0.24)
55 | C3 | 71 | |
---|---|---|---|
RGB | 85 | 195 | 113 |
HSL | 135° | 47.83% | 54.90% |
HSB/HSV | 135° | 56.41% | 76.47% |
CMYK | 56.41% | 0.00% | 42.05% |
23.53% |
Hexadezimal | 55 | C3 | 71 |
Dezimal | 85 | 195 | 113 |
Binär | 1010101 | 11000011 | 1110001 |
Oktal | 125 | 303 | 161 |
Beispiele css- und html für Elemente in der Farbe #55C371. Bitte benutzen Sie auch rgb(85,195,113) statt hex-Code.
.myTextColor { color: #55C371; }
<p style="color:#55C371">This sample text font color is #55C371.</p>
Die Farbe dieses Textes ist #55C371.
.myBgColor { background-color: #55C371; }
<div style="background-color:#55C371">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #55C371.
.myBorderColor { border: 1px solid #55C371; }
<div style="border:3px solid #55C371">Div</div>
Die Grenzen von diesem div sind in Farbe #55C371.
.myOpacity80 { color: #55C371; opacity: 0.8; }
<p style="color:#55C371;opacity:0.8;">80%</p>
Text in Farbe #55C371 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55C371;}
<p style="text-shadow: 3px 3px 1px #55C371">Text here.</p>
Dieser Text hat den Schatten in Farbe #55C371.
.textShadow {text-shadow: 3px 3px 1px #55C371, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55C371, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #55C371 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55C371, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55C371, Direction=45, Strength=4)">Text</p>
This text has shadow with #55C371 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55C371; -webkit-box-shadow: 1px 1px 3px 2px #55C371; box-shadow: 1px 1px 3px 2px #55C371; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #55C371; -webkit-box-shadow: 1px 1px 3px 2px #55C371; box-shadow:1px 1px 3px 2px #55C371;">
Div content here</div>
Dieser Text ist in der Farbe #55C371 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #55C371 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #55C371.
Dieser Text ist weiß auf dem Hintergrund in Farbe #55C371.