COLOR #95DE8B

HEX: #95DE8B RGB: (149,222,139)

Color info

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

RGB color model

#95DE8B color RGB value is (149,222,139).

RGB: (149,222,139) (58%, 87%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 222 of 255 = 87%
B 139 of 255 = 55%

149
222
139

R + G + B ~ 67%. #95DE8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 222 + 139 = 510 (100%)
R 149 of 510 ~ 29.22%
G 222 of 510 ~ 43.53%
B 139 of 510 ~ 27.25'%

%29.22
%43.53
%27.25

CMYK color model

#95DE8B color CMYK value is (33,0,37,13).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 12.94%

CMYK: (33,0,37,13)
C33M0Y37K13 (33%, 0%, 37%, 13%)
(0.33 / 0.00 / 0.37 / 0.13)

CMYK percentages

%32.88
%0
%37.39
%12.94

Codes

Color #95DE8B in popluar color models

95 DE 8B
RGB 149 222 139
HSL 113° 55.70% 70.78%
HSB/HSV 113° 37.39% 87.06%
CMYK 32.88% 0.00% 37.39%
12.94%

Color #95DE8B in popluar number systems.

HEX 95 DE 8B
Decimal 149 222 139
Binary 10010101 11011110 10001011
Octal 225 336 213

Shades and tints

Shades of #95DE8B

#95DE8B
(149,222,139)
#88CA7F
(136,202,127)
#7BB673
(123,182,115)
#6EA267
(110,162,103)
#618E5B
(97,142,91)
#547A4F
(84,122,79)
#476643
(71,102,67)
#3A5237
(58,82,55)
#2D3E2B
(45,62,43)
#202A1F
(32,42,31)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #95DE8B

#95DE8B
(149,222,139)
#9EE195
(158,225,149)
#A7E49F
(167,228,159)
#B0E7A9
(176,231,169)
#B9EAB3
(185,234,179)
#C2EDBD
(194,237,189)
#CBF0C7
(203,240,199)
#D4F3D1
(212,243,209)
#DDF6DB
(221,246,219)
#E6F9E5
(230,249,229)
#EFFCEF
(239,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DE8B; }

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

This text font color is #95DE8B.

Background Color

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

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

This div background color is #95DE8B.

Border color

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

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

This div border color is #95DE8B.

Opacity

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

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

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

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

This text has shadow with #95DE8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95DE8B.

Preview

Color preview on black background

This text has color #95DE8B on black background.


Color preview on white background

This text has color #95DE8B on white background.


Black color preview on #95DE8B background

This text has black color on #95DE8B background.


White color preview on #95DE8B background

This text has white color on #95DE8B background.


Related colors

Complementary color

Complementary color for #hex is #6A2174.


I love getcolorcode.com

Triadic colors

1 #8B95DE and #DE8B95 with #95DE8B are triadic colors.

2 #8BDE95 and #DE958B with #95DE8B are triadic colors.