HEX: #4BB25D
RGB: (75,178,93)
#4BB25D enthält hauptsächlich grüne Farbe. Für #4BB25D ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #4BB25D wird in RGB als (75,178,93) definiert.
RGB: (75,178,93) (29%,70%,36%)
R 75 von 255 = 29%
G 178 von 255 = 70%
B 93 von 255 = 36%
R + G + B ~ 45%. #4BB25D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
75 + 178 + 93 = 346 (100%)
R 75 von 346 ~ 21.68%
G 178 von 346 ~ 51.45%
B 93 von 346 ~ 26.88%
Die Farbe #4BB25D wird in CMYK als (58,0,48,30) definiert.
CMYK: (58,0,48,30) C58M0Y48K30 (58%,0%,48%,30%) (0.58/0.00/0.48/0.30)
4B | B2 | 5D | |
---|---|---|---|
RGB | 75 | 178 | 93 |
HSL | 130° | 40.71% | 49.61% |
HSB/HSV | 130° | 57.87% | 69.80% |
CMYK | 57.87% | 0.00% | 47.75% |
30.20% |
Hexadezimal | 4B | B2 | 5D |
Dezimal | 75 | 178 | 93 |
Binär | 1001011 | 10110010 | 1011101 |
Oktal | 113 | 262 | 135 |
Beispiele css- und html für Elemente in der Farbe #4BB25D. Bitte benutzen Sie auch rgb(75,178,93) statt hex-Code.
.myTextColor { color: #4BB25D; }
<p style="color:#4BB25D">This sample text font color is #4BB25D.</p>
Die Farbe dieses Textes ist #4BB25D.
.myBgColor { background-color: #4BB25D; }
<div style="background-color:#4BB25D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4BB25D.
.myBorderColor { border: 1px solid #4BB25D; }
<div style="border:3px solid #4BB25D">Div</div>
Die Grenzen von diesem div sind in Farbe #4BB25D.
.myOpacity80 { color: #4BB25D; opacity: 0.8; }
<p style="color:#4BB25D;opacity:0.8;">80%</p>
Text in Farbe #4BB25D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4BB25D;}
<p style="text-shadow: 3px 3px 1px #4BB25D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4BB25D.
.textShadow {text-shadow: 3px 3px 1px #4BB25D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4BB25D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4BB25D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4BB25D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4BB25D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4BB25D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4BB25D; -webkit-box-shadow: 1px 1px 3px 2px #4BB25D; box-shadow: 1px 1px 3px 2px #4BB25D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4BB25D; -webkit-box-shadow: 1px 1px 3px 2px #4BB25D; box-shadow:1px 1px 3px 2px #4BB25D;">
Div content here</div>
Dieser Text ist in der Farbe #4BB25D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4BB25D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4BB25D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4BB25D.