HEX: #84C380
RGB: (132,195,128)
#84C380 enthält hauptsächlich grüne Farbe. Für #84C380 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #84C380 wird in RGB als (132,195,128) definiert.
RGB: (132,195,128)
(52%, 76%, 50%)
R 132 von 255 = 52%
G 195 von 255 = 76%
B 128 von 255 = 50%
R + G + B ~ 59%. #84C380 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 195 + 128 = 455 (100%)
R 132 von 455 ~ 29.01%
G 195 von 455 ~ 42.86%
B 128 von 455 ~ 28.13'%
Die Farbe #84C380 wird in CMYK als (32,0,34,24) definiert.
CMYK: (32,0,34,24)
C32M0Y34K24 (32%, 0%, 34%, 24%)
(0.32 / 0.00 / 0.34 / 0.24)
Farbe #84C380 in den populären Farbmodellen.
84 | C3 | 80 | |
---|---|---|---|
RGB | 132 | 195 | 128 |
HSL | 116° | 35.83% | 63.33% |
HSB/HSV | 116° | 34.36% | 76.47% |
CMYK | 32.31% | 0.00% | 34.36% |
23.53% |
Die Farbe #84C380 in den populären Zahlensystemen.
Hexadezimal | 84 | C3 | 80 |
Dezimal | 132 | 195 | 128 |
Binär | 10000100 | 11000011 | 10000000 |
Oktal | 204 | 303 | 200 |
Dunkle Töne der Farbe #84C380
Helle Töne der Farbe #84C380
Beispiele css- und html für Elemente in der Farbe #84C380. Bitte benutzen Sie auch rgb(132,195,128) statt hex-Code.
.myTextColor { color: #84C380; }
<p style="color:#84C380">This sample text font color is #84C380.</p>
Die Farbe dieses Textes ist #84C380.
.myBgColor { background-color: #84C380; }
<div style="background-color:#84C380">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84C380.
.myBorderColor { border: 1px solid #84C380; }
<div style="border:3px solid #84C380">Div</div>
Die Grenzen von diesem div sind in Farbe #84C380.
.myOpacity80 { color: #84C380; opacity: 0.8; }
<p style="color:#84C380;opacity:0.8;">80%</p>
Text in Farbe #84C380 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84C380;}
<p style="text-shadow: 3px 3px 1px #84C380">Text here.</p>
Dieser Text hat den Schatten in Farbe #84C380.
.textShadow {text-shadow: 3px 3px 1px #84C380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84C380, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84C380 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84C380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84C380, Direction=45, Strength=4)">Text</p>
This text has shadow with #84C380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84C380;
-webkit-box-shadow: 1px 1px 3px 2px #84C380;
box-shadow: 1px 1px 3px 2px #84C380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84C380; -webkit-box-shadow: 1px 1px 3px 2px #84C380; box-shadow:1px 1px 3px 2px #84C380;">
Div content here
</div>
Dieser Text ist in der Farbe #84C380 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84C380 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84C380.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84C380.
Kontrastfarbe für #hex ist #7B3C7F.