HEX: #C5D250
RGB: (197,210,80)
#C5D250 contains mainly red and green colors. #C5D250 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.
#C5D250 color RGB value is (197,210,80).
RGB: (197,210,80)
(77%, 82%, 31%)
R 197 of 255 = 77%
G 210 of 255 = 82%
B 80 of 255 = 31%
R + G + B ~ 63%. #C5D250 is quite light color.
R + G + B = 197 + 210 + 80 = 487 (100%)
R 197 of 487 ~ 40.45%
G 210 of 487 ~ 43.12%
B 80 of 487 ~ 16.43'%
#C5D250 rengi CMYK tonu (6,0,62,18).
CMYK: (6,0,62,18)
C6M0Y62K18 (6%, 0%, 62%, 18%)
(0.06 / 0.00 / 0.62 / 0.18)
Color #C5D250 in popluar color models
C5 | D2 | 50 | |
---|---|---|---|
RGB | 197 | 210 | 80 |
HSL | 66° | 59.09% | 56.86% |
HSB/HSV | 66° | 61.90% | 82.35% |
CMYK | 6.19% | 0.00% | 61.90% |
17.65% |
Color #C5D250 in popluar number systems.
HEX | C5 | D2 | 50 |
Decimal | 197 | 210 | 80 |
Binary | 11000101 | 11010010 | 1010000 |
Octal | 305 | 322 | 120 |
Shades of #C5D250
Tints of #C5D250
Examples of css and html codes for elements with #C5D250 color. Also use rgb(197,210,80) instead hex code.
.myTextColor { color: #C5D250; }
<p style="color:#C5D250">This sample text font color is #C5D250.</p>
This text font color is #C5D250.
.myBgColor { background-color: #C5D250; }
<div style="background-color:#C5D250">Inner text</div>
This div background color is #C5D250.
.myBorderColor { border: 1px solid #C5D250; }
<div style="border:3px solid #C5D250">Div</div>
This div border color is #C5D250.
.myOpacity80 { color: #C5D250; opacity: 0.8; }
<p style="color:#C5D250;opacity:0.8;">80%</p>
Text with #C5D250 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D250;}
<p style="text-shadow: 3px 3px 1px #C5D250">Text here.</p>
This text has shadow with #C5D250 color.
.textShadow {text-shadow: 3px 3px 1px #C5D250', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D250, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5D250 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D250, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D250, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D250 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5D250;
-webkit-box-shadow: 1px 1px 3px 2px #C5D250;
box-shadow: 1px 1px 3px 2px #C5D250;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D250; -webkit-box-shadow: 1px 1px 3px 2px #C5D250; box-shadow:1px 1px 3px 2px #C5D250;">
Div content here
</div>
This text has color #C5D250 on black background.
This text has color #C5D250 on white background.
This text has black color on #C5D250 background.
This text has white color on #C5D250 background.
Complementary color for #hex is #3A2DAF.