HEX: #88C84A
RGB: (136,200,74)
#88C84A enthält hauptsächlich grüne Farbe. Für #88C84A ist eine «websichere» Webfarbe #99CC33 (oder kurz #9C3).
Die Farbe #88C84A wird in RGB als (136,200,74) definiert.
RGB: (136,200,74)
(53%, 78%, 29%)
R 136 von 255 = 53%
G 200 von 255 = 78%
B 74 von 255 = 29%
R + G + B ~ 53%. #88C84A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 200 + 74 = 410 (100%)
R 136 von 410 ~ 33.17%
G 200 von 410 ~ 48.78%
B 74 von 410 ~ 18.05'%
Die Farbe #88C84A wird in CMYK als (32,0,63,22) definiert.
CMYK: (32,0,63,22)
C32M0Y63K22 (32%, 0%, 63%, 22%)
(0.32 / 0.00 / 0.63 / 0.22)
Farbe #88C84A in den populären Farbmodellen.
88 | C8 | 4A | |
---|---|---|---|
RGB | 136 | 200 | 74 |
HSL | 90° | 53.39% | 53.73% |
HSB/HSV | 90° | 63.00% | 78.43% |
CMYK | 32.00% | 0.00% | 63.00% |
21.57% |
Die Farbe #88C84A in den populären Zahlensystemen.
Hexadezimal | 88 | C8 | 4A |
Dezimal | 136 | 200 | 74 |
Binär | 10001000 | 11001000 | 1001010 |
Oktal | 210 | 310 | 112 |
Dunkle Töne der Farbe #88C84A
Helle Töne der Farbe #88C84A
Beispiele css- und html für Elemente in der Farbe #88C84A. Bitte benutzen Sie auch rgb(136,200,74) statt hex-Code.
.myTextColor { color: #88C84A; }
<p style="color:#88C84A">This sample text font color is #88C84A.</p>
Die Farbe dieses Textes ist #88C84A.
.myBgColor { background-color: #88C84A; }
<div style="background-color:#88C84A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88C84A.
.myBorderColor { border: 1px solid #88C84A; }
<div style="border:3px solid #88C84A">Div</div>
Die Grenzen von diesem div sind in Farbe #88C84A.
.myOpacity80 { color: #88C84A; opacity: 0.8; }
<p style="color:#88C84A;opacity:0.8;">80%</p>
Text in Farbe #88C84A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88C84A;}
<p style="text-shadow: 3px 3px 1px #88C84A">Text here.</p>
Dieser Text hat den Schatten in Farbe #88C84A.
.textShadow {text-shadow: 3px 3px 1px #88C84A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88C84A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88C84A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88C84A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88C84A, Direction=45, Strength=4)">Text</p>
This text has shadow with #88C84A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88C84A;
-webkit-box-shadow: 1px 1px 3px 2px #88C84A;
box-shadow: 1px 1px 3px 2px #88C84A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88C84A; -webkit-box-shadow: 1px 1px 3px 2px #88C84A; box-shadow:1px 1px 3px 2px #88C84A;">
Div content here
</div>
Dieser Text ist in der Farbe #88C84A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88C84A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88C84A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88C84A.
Kontrastfarbe für #hex ist #7737B5.