COLOR #95BE78

HEX: #95BE78
RGB: (149,190,120)

Color info

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

RGB color model

#95BE78 color RGB value is (149,190,120).

  • red value is 149;
  • green value is 190;
  • blue value is 120.
RGB:
(149,190,120)
(58%,75%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 120 of 255 = 47%

149
190
120

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

Portions of RGB colors in percentages

R + G + B =
149 + 190 + 120 = 459 (100%)
R 149 of 459 ~ 32.46%
G 190 of 459 ~ 41.39%
B 120 of 459 ~ 26.14%

%32.46
%41.39
%26.14

CMYK color model

#95BE78 color CMYK value is (22,0,37,25).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 25.49%
CMYK:
(22,0,37,25)
C22M0Y37K25 
(22%,0%,37%,25%)
(0.22/0.00/0.37/0.25)	

CMYK percentages

%21.58
%0
%36.84
%25.49

Codes

Color #95BE78 in popluar color models

95BE78
RGB149190120
HSL95°35.00%60.78%
HSB/HSV95°36.84%74.51%
CMYK21.58%0.00%36.84%
25.49%

Color #95BE78 in popluar number systems.

HEX95BE78
Decimal149190120
Binary10010101101111101111000
Octal225276170

Shades and tints

Shades of #95BE78

#95BE78
(149,190,120)
#88AD6E
(136,173,110)
#7B9C64
(123,156,100)
#6E8B5A
(110,139,90)
#617A50
(97,122,80)
#546946
(84,105,70)
#47583C
(71,88,60)
#3A4732
(58,71,50)
#2D3628
(45,54,40)
#20251E
(32,37,30)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #95BE78

#95BE78
(149,190,120)
#9EC384
(158,195,132)
#A7C890
(167,200,144)
#B0CD9C
(176,205,156)
#B9D2A8
(185,210,168)
#C2D7B4
(194,215,180)
#CBDCC0
(203,220,192)
#D4E1CC
(212,225,204)
#DDE6D8
(221,230,216)
#E6EBE4
(230,235,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BE78; }

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

This text font color is #95BE78.


Background Color

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

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

This div background color is #95BE78.


Border color

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

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

This div border color is #95BE78.


Opacity

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

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

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

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

This text has shadow with #95BE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BE78 on black background.


Color preview on white background

This text has color #95BE78 on white background.



Black color preview on #95BE78 background

This text has black color on #95BE78 background.


White color preview on #95BE78 background

This text has white color on #95BE78 background.