HEX: #60C387
RGB: (96,195,135)
#60C387 enthält hauptsächlich grüne Farbe. Für #60C387 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #60C387 wird in RGB als (96,195,135) definiert.
RGB: (96,195,135) (38%,76%,53%)
R 96 von 255 = 38%
G 195 von 255 = 76%
B 135 von 255 = 53%
R + G + B ~ 56%. #60C387 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
96 + 195 + 135 = 426 (100%)
R 96 von 426 ~ 22.54%
G 195 von 426 ~ 45.77%
B 135 von 426 ~ 31.69%
Die Farbe #60C387 wird in CMYK als (51,0,31,24) definiert.
CMYK: (51,0,31,24) C51M0Y31K24 (51%,0%,31%,24%) (0.51/0.00/0.31/0.24)
60 | C3 | 87 | |
---|---|---|---|
RGB | 96 | 195 | 135 |
HSL | 144° | 45.21% | 57.06% |
HSB/HSV | 144° | 50.77% | 76.47% |
CMYK | 50.77% | 0.00% | 30.77% |
23.53% |
Hexadezimal | 60 | C3 | 87 |
Dezimal | 96 | 195 | 135 |
Binär | 1100000 | 11000011 | 10000111 |
Oktal | 140 | 303 | 207 |
Beispiele css- und html für Elemente in der Farbe #60C387. Bitte benutzen Sie auch rgb(96,195,135) statt hex-Code.
.myTextColor { color: #60C387; }
<p style="color:#60C387">This sample text font color is #60C387.</p>
Die Farbe dieses Textes ist #60C387.
.myBgColor { background-color: #60C387; }
<div style="background-color:#60C387">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #60C387.
.myBorderColor { border: 1px solid #60C387; }
<div style="border:3px solid #60C387">Div</div>
Die Grenzen von diesem div sind in Farbe #60C387.
.myOpacity80 { color: #60C387; opacity: 0.8; }
<p style="color:#60C387;opacity:0.8;">80%</p>
Text in Farbe #60C387 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #60C387;}
<p style="text-shadow: 3px 3px 1px #60C387">Text here.</p>
Dieser Text hat den Schatten in Farbe #60C387.
.textShadow {text-shadow: 3px 3px 1px #60C387, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #60C387, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #60C387 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#60C387, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#60C387, Direction=45, Strength=4)">Text</p>
This text has shadow with #60C387 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60C387; -webkit-box-shadow: 1px 1px 3px 2px #60C387; box-shadow: 1px 1px 3px 2px #60C387; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #60C387; -webkit-box-shadow: 1px 1px 3px 2px #60C387; box-shadow:1px 1px 3px 2px #60C387;">
Div content here</div>
Dieser Text ist in der Farbe #60C387 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #60C387 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #60C387.
Dieser Text ist weiß auf dem Hintergrund in Farbe #60C387.