HEX: #C5E14D
RGB: (197,225,77)
#C5E14D contains mainly red and green colors. #C5E14D ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.
#C5E14D color RGB value is (197,225,77).
RGB: (197,225,77)
(77%, 88%, 30%)
R 197 of 255 = 77%
G 225 of 255 = 88%
B 77 of 255 = 30%
R + G + B ~ 65%. #C5E14D is quite light color.
R + G + B = 197 + 225 + 77 = 499 (100%)
R 197 of 499 ~ 39.48%
G 225 of 499 ~ 45.09%
B 77 of 499 ~ 15.43'%
#C5E14D rengi CMYK tonu (12,0,66,12).
CMYK: (12,0,66,12)
C12M0Y66K12 (12%, 0%, 66%, 12%)
(0.12 / 0.00 / 0.66 / 0.12)
Color #C5E14D in popluar color models
C5 | E1 | 4D | |
---|---|---|---|
RGB | 197 | 225 | 77 |
HSL | 71° | 71.15% | 59.22% |
HSB/HSV | 71° | 65.78% | 88.24% |
CMYK | 12.44% | 0.00% | 65.78% |
11.76% |
Color #C5E14D in popluar number systems.
HEX | C5 | E1 | 4D |
Decimal | 197 | 225 | 77 |
Binary | 11000101 | 11100001 | 1001101 |
Octal | 305 | 341 | 115 |
Shades of #C5E14D
Tints of #C5E14D
Examples of css and html codes for elements with #C5E14D color. Also use rgb(197,225,77) instead hex code.
.myTextColor { color: #C5E14D; }
<p style="color:#C5E14D">This sample text font color is #C5E14D.</p>
This text font color is #C5E14D.
.myBgColor { background-color: #C5E14D; }
<div style="background-color:#C5E14D">Inner text</div>
This div background color is #C5E14D.
.myBorderColor { border: 1px solid #C5E14D; }
<div style="border:3px solid #C5E14D">Div</div>
This div border color is #C5E14D.
.myOpacity80 { color: #C5E14D; opacity: 0.8; }
<p style="color:#C5E14D;opacity:0.8;">80%</p>
Text with #C5E14D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5E14D;}
<p style="text-shadow: 3px 3px 1px #C5E14D">Text here.</p>
This text has shadow with #C5E14D color.
.textShadow {text-shadow: 3px 3px 1px #C5E14D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5E14D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5E14D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5E14D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5E14D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5E14D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5E14D;
-webkit-box-shadow: 1px 1px 3px 2px #C5E14D;
box-shadow: 1px 1px 3px 2px #C5E14D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5E14D; -webkit-box-shadow: 1px 1px 3px 2px #C5E14D; box-shadow:1px 1px 3px 2px #C5E14D;">
Div content here
</div>
This text has color #C5E14D on black background.
This text has color #C5E14D on white background.
This text has black color on #C5E14D background.
This text has white color on #C5E14D background.
Complementary color for #hex is #3A1EB2.