HEX: #95EA5B
RGB: (149,234,91)
#95EA5B contains mainly green color. Web safe color of #95EA5B is #99FF66 (or #9F6).
#95EA5B color RGB value is (149,234,91).
RGB: (149,234,91)
(58%, 92%, 36%)
R 149 of 255 = 58%
G 234 of 255 = 92%
B 91 of 255 = 36%
R + G + B ~ 62%. #95EA5B is quite light color.
R + G + B = 149 + 234 + 91 = 474 (100%)
R 149 of 474 ~ 31.43%
G 234 of 474 ~ 49.37%
B 91 of 474 ~ 19.2'%
#95EA5B color CMYK value is (36,0,61,8).
CMYK: (36,0,61,8)
C36M0Y61K8 (36%, 0%, 61%, 8%)
(0.36 / 0.00 / 0.61 / 0.08)
Color #95EA5B in popluar color models
95 | EA | 5B | |
---|---|---|---|
RGB | 149 | 234 | 91 |
HSL | 96° | 77.30% | 63.73% |
HSB/HSV | 96° | 61.11% | 91.76% |
CMYK | 36.32% | 0.00% | 61.11% |
8.24% |
Color #95EA5B in popluar number systems.
HEX | 95 | EA | 5B |
Decimal | 149 | 234 | 91 |
Binary | 10010101 | 11101010 | 1011011 |
Octal | 225 | 352 | 133 |
Shades of #95EA5B
Tints of #95EA5B
Examples of css and html codes for elements with #95EA5B color. Also use rgb(149,234,91) instead hex code.
.myTextColor { color: #95EA5B; }
<p style="color:#95EA5B">This sample text font color is #95EA5B.</p>
This text font color is #95EA5B.
.myBgColor { background-color: #95EA5B; }
<div style="background-color:#95EA5B">Inner text</div>
This div background color is #95EA5B.
.myBorderColor { border: 1px solid #95EA5B; }
<div style="border:3px solid #95EA5B">Div</div>
This div border color is #95EA5B.
.myOpacity80 { color: #95EA5B; opacity: 0.8; }
<p style="color:#95EA5B;opacity:0.8;">80%</p>
Text with #95EA5B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95EA5B;}
<p style="text-shadow: 3px 3px 1px #95EA5B">Text here.</p>
This text has shadow with #95EA5B color.
.textShadow {text-shadow: 3px 3px 1px #95EA5B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95EA5B, 5px 5px 20px red">Text here.</p>
This text has shadow with #95EA5B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95EA5B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95EA5B, Direction=45, Strength=4)">Text</p>
This text has shadow with #95EA5B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95EA5B;
-webkit-box-shadow: 1px 1px 3px 2px #95EA5B;
box-shadow: 1px 1px 3px 2px #95EA5B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95EA5B; -webkit-box-shadow: 1px 1px 3px 2px #95EA5B; box-shadow:1px 1px 3px 2px #95EA5B;">
Div content here
</div>
This text has color #95EA5B on black background.
This text has color #95EA5B on white background.
This text has black color on #95EA5B background.
This text has white color on #95EA5B background.
Complementary color for #95EA5B is #6A15A4.