COLOR #95DE88

HEX: #95DE88
RGB: (149,222,136)

Color info

#95DE88 contains mainly green color. Web safe color of #95DE88 is #99CC99 (or #9C9).

RGB color model

#95DE88 color RGB value is (149,222,136).

  • red value is 149;
  • green value is 222;
  • blue value is 136.
RGB:
(149,222,136)
(58%,87%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 222 of 255 = 87%
B 136 of 255 = 53%

149
222
136

R + G + B ~ 66%. #95DE88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 222 + 136 = 507 (100%)
R 149 of 507 ~ 29.39%
G 222 of 507 ~ 43.79%
B 136 of 507 ~ 26.82%

%29.39
%43.79
%26.82

CMYK color model

#95DE88 color CMYK value is (33,0,39,13).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 12.94%
CMYK:
(33,0,39,13)
C33M0Y39K13 
(33%,0%,39%,13%)
(0.33/0.00/0.39/0.13)	

CMYK percentages

%32.88
%0
%38.74
%12.94

Codes

Color #95DE88 in popluar color models

95DE88
RGB149222136
HSL111°56.58%70.20%
HSB/HSV111°38.74%87.06%
CMYK32.88%0.00%38.74%
12.94%

Color #95DE88 in popluar number systems.

HEX95DE88
Decimal149222136
Binary100101011101111010001000
Octal225336210

Shades and tints

Shades of #95DE88

#95DE88
(149,222,136)
#88CA7C
(136,202,124)
#7BB670
(123,182,112)
#6EA264
(110,162,100)
#618E58
(97,142,88)
#547A4C
(84,122,76)
#476640
(71,102,64)
#3A5234
(58,82,52)
#2D3E28
(45,62,40)
#202A1C
(32,42,28)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #95DE88

#95DE88
(149,222,136)
#9EE192
(158,225,146)
#A7E49C
(167,228,156)
#B0E7A6
(176,231,166)
#B9EAB0
(185,234,176)
#C2EDBA
(194,237,186)
#CBF0C4
(203,240,196)
#D4F3CE
(212,243,206)
#DDF6D8
(221,246,216)
#E6F9E2
(230,249,226)
#EFFCEC
(239,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DE88 color. Also use rgb(149,222,136) instead hex code.

Text Font Color

.myTextColor { color: #95DE88; }

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

This text font color is #95DE88.


Background Color

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

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

This div background color is #95DE88.


Border color

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

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

This div border color is #95DE88.


Opacity

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

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

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

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

This text has shadow with #95DE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DE88 on black background.


Color preview on white background

This text has color #95DE88 on white background.



Black color preview on #95DE88 background

This text has black color on #95DE88 background.


White color preview on #95DE88 background

This text has white color on #95DE88 background.