COLOR #95C664

HEX: #95C664
RGB: (149,198,100)

Color info

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

RGB color model

#95C664 color RGB value is (149,198,100).

  • red value is 149;
  • green value is 198;
  • blue value is 100.
RGB:
(149,198,100)
(58%,78%,39%)

RGB channels and saturation

R 149 of 255 = 58%
G 198 of 255 = 78%
B 100 of 255 = 39%

149
198
100

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

Portions of RGB colors in percentages

R + G + B =
149 + 198 + 100 = 447 (100%)
R 149 of 447 ~ 33.33%
G 198 of 447 ~ 44.3%
B 100 of 447 ~ 22.37%

%33.33
%44.3
%22.37

CMYK color model

#95C664 color CMYK value is (25,0,49,22).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 49.49%
  • key color value is 22.35%
CMYK:
(25,0,49,22)
C25M0Y49K22 
(25%,0%,49%,22%)
(0.25/0.00/0.49/0.22)	

CMYK percentages

%24.75
%0
%49.49
%22.35

Codes

Color #95C664 in popluar color models

95C664
RGB149198100
HSL90°46.23%58.43%
HSB/HSV90°49.49%77.65%
CMYK24.75%0.00%49.49%
22.35%

Color #95C664 in popluar number systems.

HEX95C664
Decimal149198100
Binary10010101110001101100100
Octal225306144

Shades and tints

Shades of #95C664

#95C664
(149,198,100)
#88B45B
(136,180,91)
#7BA252
(123,162,82)
#6E9049
(110,144,73)
#617E40
(97,126,64)
#546C37
(84,108,55)
#475A2E
(71,90,46)
#3A4825
(58,72,37)
#2D361C
(45,54,28)
#202413
(32,36,19)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #95C664

#95C664
(149,198,100)
#9ECB72
(158,203,114)
#A7D080
(167,208,128)
#B0D58E
(176,213,142)
#B9DA9C
(185,218,156)
#C2DFAA
(194,223,170)
#CBE4B8
(203,228,184)
#D4E9C6
(212,233,198)
#DDEED4
(221,238,212)
#E6F3E2
(230,243,226)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C664 color. Also use rgb(149,198,100) instead hex code.

Text Font Color

.myTextColor { color: #95C664; }

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

This text font color is #95C664.


Background Color

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

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

This div background color is #95C664.


Border color

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

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

This div border color is #95C664.


Opacity

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

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

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

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

This text has shadow with #95C664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C664 on black background.


Color preview on white background

This text has color #95C664 on white background.



Black color preview on #95C664 background

This text has black color on #95C664 background.


White color preview on #95C664 background

This text has white color on #95C664 background.