COLOR #95F58E

HEX: #95F58E
RGB: (149,245,142)

Color info

#95F58E contains mainly green color. Web safe color of #95F58E is #99FF99 (or #9F9).

RGB color model

#95F58E color RGB value is (149,245,142).

  • red value is 149;
  • green value is 245;
  • blue value is 142.
RGB:
(149,245,142)
(58%,96%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 245 of 255 = 96%
B 142 of 255 = 56%

149
245
142

R + G + B ~ 70%. #95F58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 245 + 142 = 536 (100%)
R 149 of 536 ~ 27.8%
G 245 of 536 ~ 45.71%
B 142 of 536 ~ 26.49%

%27.8
%45.71
%26.49

CMYK color model

#95F58E color CMYK value is (39,0,42,4).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 42.04%
  • key color value is 3.92%
CMYK:
(39,0,42,4)
C39M0Y42K4 
(39%,0%,42%,4%)
(0.39/0.00/0.42/0.04)	

CMYK percentages

%39.18
%0
%42.04
%3.92

Codes

Color #95F58E in popluar color models

95F58E
RGB149245142
HSL116°83.74%75.88%
HSB/HSV116°42.04%96.08%
CMYK39.18%0.00%42.04%
3.92%

Color #95F58E in popluar number systems.

HEX95F58E
Decimal149245142
Binary100101011111010110001110
Octal225365216

Shades and tints

Shades of #95F58E

#95F58E
(149,245,142)
#88DF82
(136,223,130)
#7BC976
(123,201,118)
#6EB36A
(110,179,106)
#619D5E
(97,157,94)
#548752
(84,135,82)
#477146
(71,113,70)
#3A5B3A
(58,91,58)
#2D452E
(45,69,46)
#202F22
(32,47,34)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #95F58E

#95F58E
(149,245,142)
#9EF598
(158,245,152)
#A7F5A2
(167,245,162)
#B0F5AC
(176,245,172)
#B9F5B6
(185,245,182)
#C2F5C0
(194,245,192)
#CBF5CA
(203,245,202)
#D4F5D4
(212,245,212)
#DDF5DE
(221,245,222)
#E6F5E8
(230,245,232)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F58E color. Also use rgb(149,245,142) instead hex code.

Text Font Color

.myTextColor { color: #95F58E; }

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

This text font color is #95F58E.


Background Color

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

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

This div background color is #95F58E.


Border color

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

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

This div border color is #95F58E.


Opacity

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

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

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

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

This text has shadow with #95F58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F58E on black background.


Color preview on white background

This text has color #95F58E on white background.



Black color preview on #95F58E background

This text has black color on #95F58E background.


White color preview on #95F58E background

This text has white color on #95F58E background.