HEX: #75D485
RGB: (117,212,133)
#75D485 enthält hauptsächlich grüne Farbe. Für #75D485 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #75D485 wird in RGB als (117,212,133) definiert.
RGB: (117,212,133) (46%,83%,52%)
R 117 von 255 = 46%
G 212 von 255 = 83%
B 133 von 255 = 52%
R + G + B ~ 60%. #75D485 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
117 + 212 + 133 = 462 (100%)
R 117 von 462 ~ 25.32%
G 212 von 462 ~ 45.89%
B 133 von 462 ~ 28.79%
Die Farbe #75D485 wird in CMYK als (45,0,37,17) definiert.
CMYK: (45,0,37,17) C45M0Y37K17 (45%,0%,37%,17%) (0.45/0.00/0.37/0.17)
75 | D4 | 85 | |
---|---|---|---|
RGB | 117 | 212 | 133 |
HSL | 130° | 52.49% | 64.51% |
HSB/HSV | 130° | 44.81% | 83.14% |
CMYK | 44.81% | 0.00% | 37.26% |
16.86% |
Hexadezimal | 75 | D4 | 85 |
Dezimal | 117 | 212 | 133 |
Binär | 1110101 | 11010100 | 10000101 |
Oktal | 165 | 324 | 205 |
Beispiele css- und html für Elemente in der Farbe #75D485. Bitte benutzen Sie auch rgb(117,212,133) statt hex-Code.
.myTextColor { color: #75D485; }
<p style="color:#75D485">This sample text font color is #75D485.</p>
Die Farbe dieses Textes ist #75D485.
.myBgColor { background-color: #75D485; }
<div style="background-color:#75D485">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75D485.
.myBorderColor { border: 1px solid #75D485; }
<div style="border:3px solid #75D485">Div</div>
Die Grenzen von diesem div sind in Farbe #75D485.
.myOpacity80 { color: #75D485; opacity: 0.8; }
<p style="color:#75D485;opacity:0.8;">80%</p>
Text in Farbe #75D485 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75D485;}
<p style="text-shadow: 3px 3px 1px #75D485">Text here.</p>
Dieser Text hat den Schatten in Farbe #75D485.
.textShadow {text-shadow: 3px 3px 1px #75D485, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75D485, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75D485 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75D485, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75D485, Direction=45, Strength=4)">Text</p>
This text has shadow with #75D485 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75D485; -webkit-box-shadow: 1px 1px 3px 2px #75D485; box-shadow: 1px 1px 3px 2px #75D485; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #75D485; -webkit-box-shadow: 1px 1px 3px 2px #75D485; box-shadow:1px 1px 3px 2px #75D485;">
Div content here</div>
Dieser Text ist in der Farbe #75D485 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75D485 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75D485.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75D485.