COLOR #95E675

HEX: #95E675
RGB: (149,230,117)

Color info

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

RGB color model

#95E675 color RGB value is (149,230,117).

  • red value is 149;
  • green value is 230;
  • blue value is 117.
RGB:
(149,230,117)
(58%,90%,46%)

RGB channels and saturation

R 149 of 255 = 58%
G 230 of 255 = 90%
B 117 of 255 = 46%

149
230
117

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

Portions of RGB colors in percentages

R + G + B =
149 + 230 + 117 = 496 (100%)
R 149 of 496 ~ 30.04%
G 230 of 496 ~ 46.37%
B 117 of 496 ~ 23.59%

%30.04
%46.37
%23.59

CMYK color model

#95E675 color CMYK value is (35,0,49,10).

  • cyan value is 35.22%
  • magenta value is 0.00%
  • yellow value is 49.13%
  • key color value is 9.80%
CMYK:
(35,0,49,10)
C35M0Y49K10 
(35%,0%,49%,10%)
(0.35/0.00/0.49/0.10)	

CMYK percentages

%35.22
%0
%49.13
%9.8

Codes

Color #95E675 in popluar color models

95E675
RGB149230117
HSL103°69.33%68.04%
HSB/HSV103°49.13%90.20%
CMYK35.22%0.00%49.13%
9.80%

Color #95E675 in popluar number systems.

HEX95E675
Decimal149230117
Binary10010101111001101110101
Octal225346165

Shades and tints

Shades of #95E675

#95E675
(149,230,117)
#88D26B
(136,210,107)
#7BBE61
(123,190,97)
#6EAA57
(110,170,87)
#61964D
(97,150,77)
#548243
(84,130,67)
#476E39
(71,110,57)
#3A5A2F
(58,90,47)
#2D4625
(45,70,37)
#20321B
(32,50,27)
#131E11
(19,30,17)
#000000
(0,0,0)

Tints of #95E675

#95E675
(149,230,117)
#9EE881
(158,232,129)
#A7EA8D
(167,234,141)
#B0EC99
(176,236,153)
#B9EEA5
(185,238,165)
#C2F0B1
(194,240,177)
#CBF2BD
(203,242,189)
#D4F4C9
(212,244,201)
#DDF6D5
(221,246,213)
#E6F8E1
(230,248,225)
#EFFAED
(239,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E675 color. Also use rgb(149,230,117) instead hex code.

Text Font Color

.myTextColor { color: #95E675; }

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

This text font color is #95E675.


Background Color

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

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

This div background color is #95E675.


Border color

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

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

This div border color is #95E675.


Opacity

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

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

Text with #95E675 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 #95E675;}

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

This text has shadow with #95E675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E675 on black background.


Color preview on white background

This text has color #95E675 on white background.



Black color preview on #95E675 background

This text has black color on #95E675 background.


White color preview on #95E675 background

This text has white color on #95E675 background.