HEX: #95E575
RGB: (149,229,117)
#95E575 contains mainly green color. Web safe color of #95E575 is #99CC66 (or #9C6).
#95E575 color RGB value is (149,229,117).
RGB: (149,229,117)
(58%, 90%, 46%)
R 149 of 255 = 58%
G 229 of 255 = 90%
B 117 of 255 = 46%
R + G + B ~ 65%. #95E575 is quite light color.
R + G + B = 149 + 229 + 117 = 495 (100%)
R 149 of 495 ~ 30.1%
G 229 of 495 ~ 46.26%
B 117 of 495 ~ 23.64'%
#95E575 color CMYK value is (35,0,49,10).
CMYK: (35,0,49,10)
C35M0Y49K10 (35%, 0%, 49%, 10%)
(0.35 / 0.00 / 0.49 / 0.10)
Color #95E575 in popluar color models
95 | E5 | 75 | |
---|---|---|---|
RGB | 149 | 229 | 117 |
HSL | 103° | 68.29% | 67.84% |
HSB/HSV | 103° | 48.91% | 89.80% |
CMYK | 34.93% | 0.00% | 48.91% |
10.20% |
Color #95E575 in popluar number systems.
HEX | 95 | E5 | 75 |
Decimal | 149 | 229 | 117 |
Binary | 10010101 | 11100101 | 1110101 |
Octal | 225 | 345 | 165 |
Shades of #95E575
Tints of #95E575
Examples of css and html codes for elements with #95E575 color. Also use rgb(149,229,117) instead hex code.
.myTextColor { color: #95E575; }
<p style="color:#95E575">This sample text font color is #95E575.</p>
This text font color is #95E575.
.myBgColor { background-color: #95E575; }
<div style="background-color:#95E575">Inner text</div>
This div background color is #95E575.
.myBorderColor { border: 1px solid #95E575; }
<div style="border:3px solid #95E575">Div</div>
This div border color is #95E575.
.myOpacity80 { color: #95E575; opacity: 0.8; }
<p style="color:#95E575;opacity:0.8;">80%</p>
Text with #95E575 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95E575;}
<p style="text-shadow: 3px 3px 1px #95E575">Text here.</p>
This text has shadow with #95E575 color.
.textShadow {text-shadow: 3px 3px 1px #95E575', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95E575, 5px 5px 20px red">Text here.</p>
This text has shadow with #95E575 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95E575, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95E575, Direction=45, Strength=4)">Text</p>
This text has shadow with #95E575 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95E575;
-webkit-box-shadow: 1px 1px 3px 2px #95E575;
box-shadow: 1px 1px 3px 2px #95E575;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95E575; -webkit-box-shadow: 1px 1px 3px 2px #95E575; box-shadow:1px 1px 3px 2px #95E575;">
Div content here
</div>
This text has color #95E575 on black background.
This text has color #95E575 on white background.
This text has black color on #95E575 background.
This text has white color on #95E575 background.
Complementary color for #hex is #6A1A8A.