HEX: #97C476
RGB: (151,196,118)
#97C476 enthält hauptsächlich rote und grüne Farbe. Für #97C476 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #97C476 wird in RGB als (151,196,118) definiert.
RGB: (151,196,118)
(59%, 77%, 46%)
R 151 von 255 = 59%
G 196 von 255 = 77%
B 118 von 255 = 46%
R + G + B ~ 61%. #97C476 ziemlich helle Farbe.
R + G + B = 151 + 196 + 118 = 465 (100%)
R 151 von 465 ~ 32.47%
G 196 von 465 ~ 42.15%
B 118 von 465 ~ 25.38'%
Die Farbe #97C476 wird in CMYK als (23,0,40,23) definiert.
CMYK: (23,0,40,23) C23M0Y40K23 (23%,0%,40%,23%) (0.23/0.00/0.40/0.23)
Farbe #97C476 in den populären Farbmodellen.
97 | C4 | 76 | |
---|---|---|---|
RGB | 151 | 196 | 118 |
HSL | 95° | 39.80% | 61.57% |
HSB/HSV | 95° | 39.80% | 76.86% |
CMYK | 22.96% | 0.00% | 39.80% |
23.14% |
Die Farbe #97C476 in den populären Zahlensystemen.
Hexadezimal | 97 | C4 | 76 |
Dezimal | 151 | 196 | 118 |
Binär | 10010111 | 11000100 | 1110110 |
Oktal | 227 | 304 | 166 |
Dunkle Töne der Farbe #97C476
Helle Töne der Farbe #97C476
Beispiele css- und html für Elemente in der Farbe #97C476. Bitte benutzen Sie auch rgb(151,196,118) statt hex-Code.
.myTextColor { color: #97C476; }
<p style="color:#97C476">This sample text font color is #97C476.</p>
Die Farbe dieses Textes ist #97C476.
.myBgColor { background-color: #97C476; }
<div style="background-color:#97C476">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #97C476.
.myBorderColor { border: 1px solid #97C476; }
<div style="border:3px solid #97C476">Div</div>
Die Grenzen von diesem div sind in Farbe #97C476.
.myOpacity80 { color: #97C476; opacity: 0.8; }
<p style="color:#97C476;opacity:0.8;">80%</p>
Text in Farbe #97C476 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #97C476;}
<p style="text-shadow: 3px 3px 1px #97C476">Text here.</p>
Dieser Text hat den Schatten in Farbe #97C476.
.textShadow {text-shadow: 3px 3px 1px #97C476', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #97C476, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #97C476 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#97C476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#97C476, Direction=45, Strength=4)">Text</p>
This text has shadow with #97C476 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #97C476;
-webkit-box-shadow: 1px 1px 3px 2px #97C476;
box-shadow: 1px 1px 3px 2px #97C476;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97C476; -webkit-box-shadow: 1px 1px 3px 2px #97C476; box-shadow:1px 1px 3px 2px #97C476;">
Div content here
</div>
Dieser Text ist in der Farbe #97C476 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #97C476 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #97C476.
Dieser Text ist weiß auf dem Hintergrund in Farbe #97C476.
Kontrastfarbe für #hex ist #683B89.