COLOR #95F9BE

HEX: #95F9BE
RGB: (149,249,190)

Color info

#95F9BE contains mainly green and blue colors. Web safe color of #95F9BE is #99FFCC (or #9FC).

RGB color model

#95F9BE color RGB value is (149,249,190).

  • red value is 149;
  • green value is 249;
  • blue value is 190.
RGB: (149,249,190) (58%,98%,75%)

RGB channels and saturation

R 149 of 255 = 58%
G 249 of 255 = 98%
B 190 of 255 = 75%

149
249
190

R + G + B ~ 77%. #95F9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 249 + 190 = 588 (100%)
R 149 of 588 ~ 25.34%
G 249 of 588 ~ 42.35%
B 190 of 588 ~ 32.31%

%25.34
%42.35
%32.31

CMYK color model

#95F9BE color CMYK value is (40,0,24,2).

  • cyan value is 40.16%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK: (40,0,24,2) C40M0Y24K2 (40%,0%,24%,2%) (0.40/0.00/0.24/0.02)

CMYK percentages

%40.16
%0
%23.69
%2.35

Codes

Color #95F9BE in popluar color models

95F9BE
RGB149249190
HSL145°89.29%78.04%
HSB/HSV145°40.16%97.65%
CMYK40.16%0.00%23.69%
2.35%

Color #95F9BE in popluar number systems.

HEX95F9BE
Decimal149249190
Binary100101011111100110111110
Octal225371276

Shades and tints

Shades of #95F9BE

#95F9BE
(149,249,190)
#88E3AD
(136,227,173)
#7BCD9C
(123,205,156)
#6EB78B
(110,183,139)
#61A17A
(97,161,122)
#548B69
(84,139,105)
#477558
(71,117,88)
#3A5F47
(58,95,71)
#2D4936
(45,73,54)
#203325
(32,51,37)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #95F9BE

#95F9BE
(149,249,190)
#9EF9C3
(158,249,195)
#A7F9C8
(167,249,200)
#B0F9CD
(176,249,205)
#B9F9D2
(185,249,210)
#C2F9D7
(194,249,215)
#CBF9DC
(203,249,220)
#D4F9E1
(212,249,225)
#DDF9E6
(221,249,230)
#E6F9EB
(230,249,235)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F9BE color. Also use rgb(149,249,190) instead hex code.

Text Font Color

.myTextColor { color: #95F9BE; }

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

This text font color is #95F9BE.


Background Color

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

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

This div background color is #95F9BE.


Border color

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

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

This div border color is #95F9BE.


Opacity

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

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

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

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

This text has shadow with #95F9BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95F9BE on black background.


Color preview on white background

This text has color #95F9BE on white background.



Black color preview on #95F9BE background

This text has black color on #95F9BE background.


White color preview on #95F9BE background

This text has white color on #95F9BE background.