COLOR #95BE7F

HEX: #95BE7F RGB: (149,190,127)

Color info

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

RGB color model

#95BE7F color RGB value is (149,190,127).

RGB: (149,190,127) (58%, 75%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 127 of 255 = 50%

149
190
127

R + G + B ~ 61%. #95BE7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 190 + 127 = 466 (100%)
R 149 of 466 ~ 31.97%
G 190 of 466 ~ 40.77%
B 127 of 466 ~ 27.25'%

%31.97
%40.77
%27.25

CMYK color model

#95BE7F color CMYK value is (22,0,33,25).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK: (22,0,33,25) C22M0Y33K25 (22%,0%,33%,25%) (0.22/0.00/0.33/0.25) 

CMYK percentages

%21.58
%0
%33.16
%25.49

Codes

Color #95BE7F in popluar color models

95 BE 7F
RGB 149 190 127
HSL 99° 32.64% 62.16%
HSB/HSV 99° 33.16% 74.51%
CMYK 21.58% 0.00% 33.16%
25.49%

Color #95BE7F in popluar number systems.

HEX 95 BE 7F
Decimal 149 190 127
Binary 10010101 10111110 1111111
Octal 225 276 177

Shades and tints

Shades of #95BE7F

#95BE7F
(149,190,127)
#88AD74
(136,173,116)
#7B9C69
(123,156,105)
#6E8B5E
(110,139,94)
#617A53
(97,122,83)
#546948
(84,105,72)
#47583D
(71,88,61)
#3A4732
(58,71,50)
#2D3627
(45,54,39)
#20251C
(32,37,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #95BE7F

#95BE7F
(149,190,127)
#9EC38A
(158,195,138)
#A7C895
(167,200,149)
#B0CDA0
(176,205,160)
#B9D2AB
(185,210,171)
#C2D7B6
(194,215,182)
#CBDCC1
(203,220,193)
#D4E1CC
(212,225,204)
#DDE6D7
(221,230,215)
#E6EBE2
(230,235,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BE7F; }

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

This text font color is #95BE7F.

Background Color

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

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

This div background color is #95BE7F.

Border color

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

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

This div border color is #95BE7F.

Opacity

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

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

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

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

This text has shadow with #95BE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BE7F.

Preview

Color preview on black background

This text has color #95BE7F on black background.


Color preview on white background

This text has color #95BE7F on white background.


Black color preview on #95BE7F background

This text has black color on #95BE7F background.


White color preview on #95BE7F background

This text has white color on #95BE7F background.


Related colors

Complementary color

Complementary color for #hex is #6A4180.


I love getcolorcode.com

Triadic colors

1 #7F95BE and #BE7F95 with #95BE7F are triadic colors.

2 #7FBE95 and #BE957F with #95BE7F are triadic colors.