COLOR #95DE93

HEX: #95DE93
RGB: (149,222,147)

Color info

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

RGB color model

#95DE93 color RGB value is (149,222,147).

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

RGB channels and saturation

R 149 of 255 = 58%
G 222 of 255 = 87%
B 147 of 255 = 58%

149
222
147

R + G + B ~ 68%. #95DE93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 222 + 147 = 518 (100%)
R 149 of 518 ~ 28.76%
G 222 of 518 ~ 42.86%
B 147 of 518 ~ 28.38%

%28.76
%42.86
%28.38

CMYK color model

#95DE93 color CMYK value is (33,0,34,13).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 12.94%
CMYK:
(33,0,34,13)
C33M0Y34K13 
(33%,0%,34%,13%)
(0.33/0.00/0.34/0.13)	

CMYK percentages

%32.88
%0
%33.78
%12.94

Codes

Color #95DE93 in popluar color models

95DE93
RGB149222147
HSL118°53.19%72.35%
HSB/HSV118°33.78%87.06%
CMYK32.88%0.00%33.78%
12.94%

Color #95DE93 in popluar number systems.

HEX95DE93
Decimal149222147
Binary100101011101111010010011
Octal225336223

Shades and tints

Shades of #95DE93

#95DE93
(149,222,147)
#88CA86
(136,202,134)
#7BB679
(123,182,121)
#6EA26C
(110,162,108)
#618E5F
(97,142,95)
#547A52
(84,122,82)
#476645
(71,102,69)
#3A5238
(58,82,56)
#2D3E2B
(45,62,43)
#202A1E
(32,42,30)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #95DE93

#95DE93
(149,222,147)
#9EE19C
(158,225,156)
#A7E4A5
(167,228,165)
#B0E7AE
(176,231,174)
#B9EAB7
(185,234,183)
#C2EDC0
(194,237,192)
#CBF0C9
(203,240,201)
#D4F3D2
(212,243,210)
#DDF6DB
(221,246,219)
#E6F9E4
(230,249,228)
#EFFCED
(239,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DE93; }

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

This text font color is #95DE93.


Background Color

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

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

This div background color is #95DE93.


Border color

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

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

This div border color is #95DE93.


Opacity

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

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

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

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

This text has shadow with #95DE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DE93 on black background.


Color preview on white background

This text has color #95DE93 on white background.



Black color preview on #95DE93 background

This text has black color on #95DE93 background.


White color preview on #95DE93 background

This text has white color on #95DE93 background.