HEX: #84CC3C
RGB: (132,204,60)
#84CC3C enthält hauptsächlich grüne Farbe. Für #84CC3C ist eine «websichere» Webfarbe #99CC33 (oder kurz #9C3).
Die Farbe #84CC3C wird in RGB als (132,204,60) definiert.
RGB: (132,204,60) (52%,80%,24%)
R 132 von 255 = 52%
G 204 von 255 = 80%
B 60 von 255 = 24%
R + G + B ~ 52%. #84CC3C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 204 + 60 = 396 (100%)
R 132 von 396 ~ 33.33%
G 204 von 396 ~ 51.52%
B 60 von 396 ~ 15.15%
Die Farbe #84CC3C wird in CMYK als (35,0,71,20) definiert.
CMYK: (35,0,71,20) C35M0Y71K20 (35%,0%,71%,20%) (0.35/0.00/0.71/0.20)
84 | CC | 3C | |
---|---|---|---|
RGB | 132 | 204 | 60 |
HSL | 90° | 58.54% | 51.76% |
HSB/HSV | 90° | 70.59% | 80.00% |
CMYK | 35.29% | 0.00% | 70.59% |
20.00% |
Hexadezimal | 84 | CC | 3C |
Dezimal | 132 | 204 | 60 |
Binär | 10000100 | 11001100 | 111100 |
Oktal | 204 | 314 | 74 |
Beispiele css- und html für Elemente in der Farbe #84CC3C. Bitte benutzen Sie auch rgb(132,204,60) statt hex-Code.
.myTextColor { color: #84CC3C; }
<p style="color:#84CC3C">This sample text font color is #84CC3C.</p>
Die Farbe dieses Textes ist #84CC3C.
.myBgColor { background-color: #84CC3C; }
<div style="background-color:#84CC3C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84CC3C.
.myBorderColor { border: 1px solid #84CC3C; }
<div style="border:3px solid #84CC3C">Div</div>
Die Grenzen von diesem div sind in Farbe #84CC3C.
.myOpacity80 { color: #84CC3C; opacity: 0.8; }
<p style="color:#84CC3C;opacity:0.8;">80%</p>
Text in Farbe #84CC3C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84CC3C;}
<p style="text-shadow: 3px 3px 1px #84CC3C">Text here.</p>
Dieser Text hat den Schatten in Farbe #84CC3C.
.textShadow {text-shadow: 3px 3px 1px #84CC3C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84CC3C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84CC3C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84CC3C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84CC3C, Direction=45, Strength=4)">Text</p>
This text has shadow with #84CC3C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84CC3C; -webkit-box-shadow: 1px 1px 3px 2px #84CC3C; box-shadow: 1px 1px 3px 2px #84CC3C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #84CC3C; -webkit-box-shadow: 1px 1px 3px 2px #84CC3C; box-shadow:1px 1px 3px 2px #84CC3C;">
Div content here</div>
Dieser Text ist in der Farbe #84CC3C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84CC3C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84CC3C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84CC3C.