COLOR #95BD7C

HEX: #95BD7C
RGB: (149,189,124)

Color info

#95BD7C contains mainly red and green colors. Web safe color of #95BD7C is #99CC66 (or #9C6).

RGB color model

#95BD7C color RGB value is (149,189,124).

  • red value is 149;
  • green value is 189;
  • blue value is 124.
RGB:
(149,189,124)
(58%,74%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 124 of 255 = 49%

149
189
124

R + G + B ~ 60%. #95BD7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 124 = 462 (100%)
R 149 of 462 ~ 32.25%
G 189 of 462 ~ 40.91%
B 124 of 462 ~ 26.84%

%32.25
%40.91
%26.84

CMYK color model

#95BD7C color CMYK value is (21,0,34,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK:
(21,0,34,26)
C21M0Y34K26 
(21%,0%,34%,26%)
(0.21/0.00/0.34/0.26)	

CMYK percentages

%21.16
%0
%34.39
%25.88

Codes

Color #95BD7C in popluar color models

95BD7C
RGB149189124
HSL97°32.99%61.37%
HSB/HSV97°34.39%74.12%
CMYK21.16%0.00%34.39%
25.88%

Color #95BD7C in popluar number systems.

HEX95BD7C
Decimal149189124
Binary10010101101111011111100
Octal225275174

Shades and tints

Shades of #95BD7C

#95BD7C
(149,189,124)
#88AC71
(136,172,113)
#7B9B66
(123,155,102)
#6E8A5B
(110,138,91)
#617950
(97,121,80)
#546845
(84,104,69)
#47573A
(71,87,58)
#3A462F
(58,70,47)
#2D3524
(45,53,36)
#202419
(32,36,25)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #95BD7C

#95BD7C
(149,189,124)
#9EC387
(158,195,135)
#A7C992
(167,201,146)
#B0CF9D
(176,207,157)
#B9D5A8
(185,213,168)
#C2DBB3
(194,219,179)
#CBE1BE
(203,225,190)
#D4E7C9
(212,231,201)
#DDEDD4
(221,237,212)
#E6F3DF
(230,243,223)
#EFF9EA
(239,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BD7C color. Also use rgb(149,189,124) instead hex code.

Text Font Color

.myTextColor { color: #95BD7C; }

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

This text font color is #95BD7C.


Background Color

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

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

This div background color is #95BD7C.


Border color

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

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

This div border color is #95BD7C.


Opacity

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

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

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

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

This text has shadow with #95BD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BD7C on black background.


Color preview on white background

This text has color #95BD7C on white background.



Black color preview on #95BD7C background

This text has black color on #95BD7C background.


White color preview on #95BD7C background

This text has white color on #95BD7C background.