HEX: #5CC15B
RGB: (92,193,91)
#5CC15B enthält hauptsächlich grüne Farbe. Für #5CC15B ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #5CC15B wird in RGB als (92,193,91) definiert.
RGB: (92,193,91)
(36%, 76%, 36%)
R 92 von 255 = 36%
G 193 von 255 = 76%
B 91 von 255 = 36%
R + G + B ~ 49%. #5CC15B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 92 + 193 + 91 = 376 (100%)
R 92 von 376 ~ 24.47%
G 193 von 376 ~ 51.33%
B 91 von 376 ~ 24.2'%
Die Farbe #5CC15B wird in CMYK als (52,0,53,24) definiert.
CMYK: (52,0,53,24)
C52M0Y53K24 (52%, 0%, 53%, 24%)
(0.52 / 0.00 / 0.53 / 0.24)
Farbe #5CC15B in den populären Farbmodellen.
5C | C1 | 5B | |
---|---|---|---|
RGB | 92 | 193 | 91 |
HSL | 119° | 45.13% | 55.69% |
HSB/HSV | 119° | 52.85% | 75.69% |
CMYK | 52.33% | 0.00% | 52.85% |
24.31% |
Die Farbe #5CC15B in den populären Zahlensystemen.
Hexadezimal | 5C | C1 | 5B |
Dezimal | 92 | 193 | 91 |
Binär | 1011100 | 11000001 | 1011011 |
Oktal | 134 | 301 | 133 |
Dunkle Töne der Farbe #5CC15B
Helle Töne der Farbe #5CC15B
Beispiele css- und html für Elemente in der Farbe #5CC15B. Bitte benutzen Sie auch rgb(92,193,91) statt hex-Code.
.myTextColor { color: #5CC15B; }
<p style="color:#5CC15B">This sample text font color is #5CC15B.</p>
Die Farbe dieses Textes ist #5CC15B.
.myBgColor { background-color: #5CC15B; }
<div style="background-color:#5CC15B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5CC15B.
.myBorderColor { border: 1px solid #5CC15B; }
<div style="border:3px solid #5CC15B">Div</div>
Die Grenzen von diesem div sind in Farbe #5CC15B.
.myOpacity80 { color: #5CC15B; opacity: 0.8; }
<p style="color:#5CC15B;opacity:0.8;">80%</p>
Text in Farbe #5CC15B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5CC15B;}
<p style="text-shadow: 3px 3px 1px #5CC15B">Text here.</p>
Dieser Text hat den Schatten in Farbe #5CC15B.
.textShadow {text-shadow: 3px 3px 1px #5CC15B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5CC15B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5CC15B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5CC15B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5CC15B, Direction=45, Strength=4)">Text</p>
This text has shadow with #5CC15B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5CC15B;
-webkit-box-shadow: 1px 1px 3px 2px #5CC15B;
box-shadow: 1px 1px 3px 2px #5CC15B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5CC15B; -webkit-box-shadow: 1px 1px 3px 2px #5CC15B; box-shadow:1px 1px 3px 2px #5CC15B;">
Div content here
</div>
Dieser Text ist in der Farbe #5CC15B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5CC15B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5CC15B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5CC15B.
Kontrastfarbe für #hex ist #A33EA4.