HEX: #4AE628
RGB: (74,230,40)
#4AE628 enthält hauptsächlich grüne Farbe. Für #4AE628 ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #4AE628 wird in RGB als (74,230,40) definiert.
RGB: (74,230,40)
(29%, 90%, 16%)
R 74 von 255 = 29%
G 230 von 255 = 90%
B 40 von 255 = 16%
R + G + B ~ 45%. #4AE628 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 74 + 230 + 40 = 344 (100%)
R 74 von 344 ~ 21.51%
G 230 von 344 ~ 66.86%
B 40 von 344 ~ 11.63'%
Die Farbe #4AE628 wird in CMYK als (68,0,83,10) definiert.
CMYK: (68,0,83,10)
C68M0Y83K10 (68%, 0%, 83%, 10%)
(0.68 / 0.00 / 0.83 / 0.10)
Farbe #4AE628 in den populären Farbmodellen.
4A | E6 | 28 | |
---|---|---|---|
RGB | 74 | 230 | 40 |
HSL | 109° | 79.17% | 52.94% |
HSB/HSV | 109° | 82.61% | 90.20% |
CMYK | 67.83% | 0.00% | 82.61% |
9.80% |
Die Farbe #4AE628 in den populären Zahlensystemen.
Hexadezimal | 4A | E6 | 28 |
Dezimal | 74 | 230 | 40 |
Binär | 1001010 | 11100110 | 101000 |
Oktal | 112 | 346 | 50 |
Dunkle Töne der Farbe #4AE628
Helle Töne der Farbe #4AE628
Beispiele css- und html für Elemente in der Farbe #4AE628. Bitte benutzen Sie auch rgb(74,230,40) statt hex-Code.
.myTextColor { color: #4AE628; }
<p style="color:#4AE628">This sample text font color is #4AE628.</p>
Die Farbe dieses Textes ist #4AE628.
.myBgColor { background-color: #4AE628; }
<div style="background-color:#4AE628">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4AE628.
.myBorderColor { border: 1px solid #4AE628; }
<div style="border:3px solid #4AE628">Div</div>
Die Grenzen von diesem div sind in Farbe #4AE628.
.myOpacity80 { color: #4AE628; opacity: 0.8; }
<p style="color:#4AE628;opacity:0.8;">80%</p>
Text in Farbe #4AE628 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4AE628;}
<p style="text-shadow: 3px 3px 1px #4AE628">Text here.</p>
Dieser Text hat den Schatten in Farbe #4AE628.
.textShadow {text-shadow: 3px 3px 1px #4AE628', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4AE628, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4AE628 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4AE628, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4AE628, Direction=45, Strength=4)">Text</p>
This text has shadow with #4AE628 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4AE628;
-webkit-box-shadow: 1px 1px 3px 2px #4AE628;
box-shadow: 1px 1px 3px 2px #4AE628;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4AE628; -webkit-box-shadow: 1px 1px 3px 2px #4AE628; box-shadow:1px 1px 3px 2px #4AE628;">
Div content here
</div>
Dieser Text ist in der Farbe #4AE628 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4AE628 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4AE628.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4AE628.
Kontrastfarbe für #hex ist #B519D7.