HEX: #C5F09B
RGB: (197,240,155)
#C5F09B contains mainly red and green colors. Web safe color of #C5F09B is #CCFF99 (or #CF9).
#C5F09B color RGB value is (197,240,155).
RGB: (197,240,155)
(77%, 94%, 61%)
R 197 of 255 = 77%
G 240 of 255 = 94%
B 155 of 255 = 61%
R + G + B ~ 77%. #C5F09B is quite light color.
R + G + B = 197 + 240 + 155 = 592 (100%)
R 197 of 592 ~ 33.28%
G 240 of 592 ~ 40.54%
B 155 of 592 ~ 26.18'%
#C5F09B color CMYK value is (18,0,35,6).
CMYK: (18,0,35,6)
C18M0Y35K6 (18%, 0%, 35%, 6%)
(0.18 / 0.00 / 0.35 / 0.06)
Color #C5F09B in popluar color models
C5 | F0 | 9B | |
---|---|---|---|
RGB | 197 | 240 | 155 |
HSL | 90° | 73.91% | 77.45% |
HSB/HSV | 90° | 35.42% | 94.12% |
CMYK | 17.92% | 0.00% | 35.42% |
5.88% |
Color #C5F09B in popluar number systems.
HEX | C5 | F0 | 9B |
Decimal | 197 | 240 | 155 |
Binary | 11000101 | 11110000 | 10011011 |
Octal | 305 | 360 | 233 |
Shades of #C5F09B
Tints of #C5F09B
Examples of css and html codes for elements with #C5F09B color. Also use rgb(197,240,155) instead hex code.
.myTextColor { color: #C5F09B; }
<p style="color:#C5F09B">This sample text font color is #C5F09B.</p>
This text font color is #C5F09B.
.myBgColor { background-color: #C5F09B; }
<div style="background-color:#C5F09B">Inner text</div>
This div background color is #C5F09B.
.myBorderColor { border: 1px solid #C5F09B; }
<div style="border:3px solid #C5F09B">Div</div>
This div border color is #C5F09B.
.myOpacity80 { color: #C5F09B; opacity: 0.8; }
<p style="color:#C5F09B;opacity:0.8;">80%</p>
Text with #C5F09B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5F09B;}
<p style="text-shadow: 3px 3px 1px #C5F09B">Text here.</p>
This text has shadow with #C5F09B color.
.textShadow {text-shadow: 3px 3px 1px #C5F09B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5F09B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5F09B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5F09B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5F09B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5F09B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5F09B;
-webkit-box-shadow: 1px 1px 3px 2px #C5F09B;
box-shadow: 1px 1px 3px 2px #C5F09B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5F09B; -webkit-box-shadow: 1px 1px 3px 2px #C5F09B; box-shadow:1px 1px 3px 2px #C5F09B;">
Div content here
</div>
This text has color #C5F09B on black background.
This text has color #C5F09B on white background.
This text has black color on #C5F09B background.
This text has white color on #C5F09B background.
Complementary color for #hex is #3A0F64.