COLOR #95BD79

HEX: #95BD79
RGB: (149,189,121)

Color info

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

RGB color model

#95BD79 color RGB value is (149,189,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 121 of 255 = 47%

149
189
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 121 = 459 (100%)
R 149 of 459 ~ 32.46%
G 189 of 459 ~ 41.18%
B 121 of 459 ~ 26.36%

%32.46
%41.18
%26.36

CMYK color model

#95BD79 color CMYK value is (21,0,36,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 25.88%
CMYK:
(21,0,36,26)
C21M0Y36K26 
(21%,0%,36%,26%)
(0.21/0.00/0.36/0.26)	

CMYK percentages

%21.16
%0
%35.98
%25.88

Codes

Color #95BD79 in popluar color models

95BD79
RGB149189121
HSL95°34.00%60.78%
HSB/HSV95°35.98%74.12%
CMYK21.16%0.00%35.98%
25.88%

Color #95BD79 in popluar number systems.

HEX95BD79
Decimal149189121
Binary10010101101111011111001
Octal225275171

Shades and tints

Shades of #95BD79

#95BD79
(149,189,121)
#88AC6E
(136,172,110)
#7B9B63
(123,155,99)
#6E8A58
(110,138,88)
#61794D
(97,121,77)
#546842
(84,104,66)
#475737
(71,87,55)
#3A462C
(58,70,44)
#2D3521
(45,53,33)
#202416
(32,36,22)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #95BD79

#95BD79
(149,189,121)
#9EC385
(158,195,133)
#A7C991
(167,201,145)
#B0CF9D
(176,207,157)
#B9D5A9
(185,213,169)
#C2DBB5
(194,219,181)
#CBE1C1
(203,225,193)
#D4E7CD
(212,231,205)
#DDEDD9
(221,237,217)
#E6F3E5
(230,243,229)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BD79; }

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

This text font color is #95BD79.


Background Color

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

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

This div background color is #95BD79.


Border color

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

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

This div border color is #95BD79.


Opacity

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

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

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

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

This text has shadow with #95BD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BD79 on black background.


Color preview on white background

This text has color #95BD79 on white background.



Black color preview on #95BD79 background

This text has black color on #95BD79 background.


White color preview on #95BD79 background

This text has white color on #95BD79 background.