COLOR #95F6B7

HEX: #95F6B7
RGB: (149,246,183)

Color info

#95F6B7 contains mainly green color. Web safe color of #95F6B7 is #99FFCC (or #9FC).

RGB color model

#95F6B7 color RGB value is (149,246,183).

  • red value is 149;
  • green value is 246;
  • blue value is 183.
RGB:
(149,246,183)
(58%,96%,72%)

RGB channels and saturation

R 149 of 255 = 58%
G 246 of 255 = 96%
B 183 of 255 = 72%

149
246
183

R + G + B ~ 75%. #95F6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 246 + 183 = 578 (100%)
R 149 of 578 ~ 25.78%
G 246 of 578 ~ 42.56%
B 183 of 578 ~ 31.66%

%25.78
%42.56
%31.66

CMYK color model

#95F6B7 color CMYK value is (39,0,26,4).

  • cyan value is 39.43%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 3.53%
CMYK:
(39,0,26,4)
C39M0Y26K4 
(39%,0%,26%,4%)
(0.39/0.00/0.26/0.04)	

CMYK percentages

%39.43
%0
%25.61
%3.53

Codes

Color #95F6B7 in popluar color models

95F6B7
RGB149246183
HSL141°84.35%77.45%
HSB/HSV141°39.43%96.47%
CMYK39.43%0.00%25.61%
3.53%

Color #95F6B7 in popluar number systems.

HEX95F6B7
Decimal149246183
Binary100101011111011010110111
Octal225366267

Shades and tints

Shades of #95F6B7

#95F6B7
(149,246,183)
#88E0A7
(136,224,167)
#7BCA97
(123,202,151)
#6EB487
(110,180,135)
#619E77
(97,158,119)
#548867
(84,136,103)
#477257
(71,114,87)
#3A5C47
(58,92,71)
#2D4637
(45,70,55)
#203027
(32,48,39)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #95F6B7

#95F6B7
(149,246,183)
#9EF6BD
(158,246,189)
#A7F6C3
(167,246,195)
#B0F6C9
(176,246,201)
#B9F6CF
(185,246,207)
#C2F6D5
(194,246,213)
#CBF6DB
(203,246,219)
#D4F6E1
(212,246,225)
#DDF6E7
(221,246,231)
#E6F6ED
(230,246,237)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F6B7 color. Also use rgb(149,246,183) instead hex code.

Text Font Color

.myTextColor { color: #95F6B7; }

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

This text font color is #95F6B7.


Background Color

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

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

This div background color is #95F6B7.


Border color

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

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

This div border color is #95F6B7.


Opacity

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

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

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

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

This text has shadow with #95F6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F6B7 on black background.


Color preview on white background

This text has color #95F6B7 on white background.



Black color preview on #95F6B7 background

This text has black color on #95F6B7 background.


White color preview on #95F6B7 background

This text has white color on #95F6B7 background.