HEX: #75D250
RGB: (117,210,80)
#75D250 enthält hauptsächlich grüne Farbe. Für #75D250 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #75D250 wird in RGB als (117,210,80) definiert.
RGB: (117,210,80) (46%,82%,31%)
R 117 von 255 = 46%
G 210 von 255 = 82%
B 80 von 255 = 31%
R + G + B ~ 53%. #75D250 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
117 + 210 + 80 = 407 (100%)
R 117 von 407 ~ 28.75%
G 210 von 407 ~ 51.6%
B 80 von 407 ~ 19.66%
Die Farbe #75D250 wird in CMYK als (44,0,62,18) definiert.
CMYK: (44,0,62,18) C44M0Y62K18 (44%,0%,62%,18%) (0.44/0.00/0.62/0.18)
75 | D2 | 50 | |
---|---|---|---|
RGB | 117 | 210 | 80 |
HSL | 103° | 59.09% | 56.86% |
HSB/HSV | 103° | 61.90% | 82.35% |
CMYK | 44.29% | 0.00% | 61.90% |
17.65% |
Hexadezimal | 75 | D2 | 50 |
Dezimal | 117 | 210 | 80 |
Binär | 1110101 | 11010010 | 1010000 |
Oktal | 165 | 322 | 120 |
Beispiele css- und html für Elemente in der Farbe #75D250. Bitte benutzen Sie auch rgb(117,210,80) statt hex-Code.
.myTextColor { color: #75D250; }
<p style="color:#75D250">This sample text font color is #75D250.</p>
Die Farbe dieses Textes ist #75D250.
.myBgColor { background-color: #75D250; }
<div style="background-color:#75D250">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75D250.
.myBorderColor { border: 1px solid #75D250; }
<div style="border:3px solid #75D250">Div</div>
Die Grenzen von diesem div sind in Farbe #75D250.
.myOpacity80 { color: #75D250; opacity: 0.8; }
<p style="color:#75D250;opacity:0.8;">80%</p>
Text in Farbe #75D250 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75D250;}
<p style="text-shadow: 3px 3px 1px #75D250">Text here.</p>
Dieser Text hat den Schatten in Farbe #75D250.
.textShadow {text-shadow: 3px 3px 1px #75D250, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75D250, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75D250 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75D250, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75D250, Direction=45, Strength=4)">Text</p>
This text has shadow with #75D250 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75D250; -webkit-box-shadow: 1px 1px 3px 2px #75D250; box-shadow: 1px 1px 3px 2px #75D250; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #75D250; -webkit-box-shadow: 1px 1px 3px 2px #75D250; box-shadow:1px 1px 3px 2px #75D250;">
Div content here</div>
Dieser Text ist in der Farbe #75D250 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75D250 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75D250.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75D250.