COLOR #95E17B

HEX: #95E17B
RGB: (149,225,123)

Color info

#95E17B contains mainly green color. Web safe color of #95E17B is #99CC66 (or #9C6).

RGB color model

#95E17B color RGB value is (149,225,123).

  • red value is 149;
  • green value is 225;
  • blue value is 123.
RGB:
(149,225,123)
(58%,88%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 225 of 255 = 88%
B 123 of 255 = 48%

149
225
123

R + G + B ~ 65%. #95E17B is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 225 + 123 = 497 (100%)
R 149 of 497 ~ 29.98%
G 225 of 497 ~ 45.27%
B 123 of 497 ~ 24.75%

%29.98
%45.27
%24.75

CMYK color model

#95E17B color CMYK value is (34,0,45,12).

  • cyan value is 33.78%
  • magenta value is 0.00%
  • yellow value is 45.33%
  • key color value is 11.76%
CMYK:
(34,0,45,12)
C34M0Y45K12 
(34%,0%,45%,12%)
(0.34/0.00/0.45/0.12)	

CMYK percentages

%33.78
%0
%45.33
%11.76

Codes

Color #95E17B in popluar color models

95E17B
RGB149225123
HSL105°62.96%68.24%
HSB/HSV105°45.33%88.24%
CMYK33.78%0.00%45.33%
11.76%

Color #95E17B in popluar number systems.

HEX95E17B
Decimal149225123
Binary10010101111000011111011
Octal225341173

Shades and tints

Shades of #95E17B

#95E17B
(149,225,123)
#88CD70
(136,205,112)
#7BB965
(123,185,101)
#6EA55A
(110,165,90)
#61914F
(97,145,79)
#547D44
(84,125,68)
#476939
(71,105,57)
#3A552E
(58,85,46)
#2D4123
(45,65,35)
#202D18
(32,45,24)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #95E17B

#95E17B
(149,225,123)
#9EE387
(158,227,135)
#A7E593
(167,229,147)
#B0E79F
(176,231,159)
#B9E9AB
(185,233,171)
#C2EBB7
(194,235,183)
#CBEDC3
(203,237,195)
#D4EFCF
(212,239,207)
#DDF1DB
(221,241,219)
#E6F3E7
(230,243,231)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E17B color. Also use rgb(149,225,123) instead hex code.

Text Font Color

.myTextColor { color: #95E17B; }

<p style="color:#95E17B">This sample text font color is #95E17B.</p>

This text font color is #95E17B.


Background Color

.myBgColor { background-color: #95E17B; }

<div style="background-color:#95E17B">Inner text</div>

This div background color is #95E17B.


Border color

.myBorderColor { border: 1px solid #95E17B; }

<div style="border:3px solid #95E17B">Div</div>

This div border color is #95E17B.


Opacity

.myOpacity80 { color: #95E17B; opacity: 0.8; }

<p style="color:#95E17B;opacity:0.8;">80%</p>

Text with #95E17B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95E17B;}

<p style="text-shadow: 3px 3px 1px #95E17B">Text here.</p>

This text has shadow with #95E17B color.

.textShadow {text-shadow: 3px 3px 1px #95E17B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95E17B, 5px 5px 20px red">Text here.</p>

This text has shadow with #95E17B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95E17B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95E17B, Direction=45, Strength=4)">Text</p>

This text has shadow with #95E17B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #95E17B;
  -webkit-box-shadow:	1px 1px 3px 2px #95E17B;
  box-shadow:		1px 1px 3px 2px #95E17B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95E17B;
-webkit-box-shadow: 1px 1px 3px 2px #95E17B;
box-shadow:1px 1px 3px 2px #95E17B;">
Div content here</div>
This div box has shadow with color #95E17B.

Preview

Color preview on black background

This text has color #95E17B on black background.


Color preview on white background

This text has color #95E17B on white background.



Black color preview on #95E17B background

This text has black color on #95E17B background.


White color preview on #95E17B background

This text has white color on #95E17B background.