COLOR #95C35D

HEX: #95C35D
RGB: (149,195,93)

Color info

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

RGB color model

#95C35D color RGB value is (149,195,93).

  • red value is 149;
  • green value is 195;
  • blue value is 93.
RGB:
(149,195,93)
(58%,76%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 195 of 255 = 76%
B 93 of 255 = 36%

149
195
93

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

Portions of RGB colors in percentages

R + G + B =
149 + 195 + 93 = 437 (100%)
R 149 of 437 ~ 34.1%
G 195 of 437 ~ 44.62%
B 93 of 437 ~ 21.28%

%34.1
%44.62
%21.28

CMYK color model

#95C35D color CMYK value is (24,0,52,24).

  • cyan value is 23.59%
  • magenta value is 0.00%
  • yellow value is 52.31%
  • key color value is 23.53%
CMYK:
(24,0,52,24)
C24M0Y52K24 
(24%,0%,52%,24%)
(0.24/0.00/0.52/0.24)	

CMYK percentages

%23.59
%0
%52.31
%23.53

Codes

Color #95C35D in popluar color models

95C35D
RGB14919593
HSL87°45.95%56.47%
HSB/HSV87°52.31%76.47%
CMYK23.59%0.00%52.31%
23.53%

Color #95C35D in popluar number systems.

HEX95C35D
Decimal14919593
Binary10010101110000111011101
Octal225303135

Shades and tints

Shades of #95C35D

#95C35D
(149,195,93)
#88B255
(136,178,85)
#7BA14D
(123,161,77)
#6E9045
(110,144,69)
#617F3D
(97,127,61)
#546E35
(84,110,53)
#475D2D
(71,93,45)
#3A4C25
(58,76,37)
#2D3B1D
(45,59,29)
#202A15
(32,42,21)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #95C35D

#95C35D
(149,195,93)
#9EC86B
(158,200,107)
#A7CD79
(167,205,121)
#B0D287
(176,210,135)
#B9D795
(185,215,149)
#C2DCA3
(194,220,163)
#CBE1B1
(203,225,177)
#D4E6BF
(212,230,191)
#DDEBCD
(221,235,205)
#E6F0DB
(230,240,219)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C35D color. Also use rgb(149,195,93) instead hex code.

Text Font Color

.myTextColor { color: #95C35D; }

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

This text font color is #95C35D.


Background Color

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

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

This div background color is #95C35D.


Border color

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

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

This div border color is #95C35D.


Opacity

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

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

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

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

This text has shadow with #95C35D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C35D on black background.


Color preview on white background

This text has color #95C35D on white background.



Black color preview on #95C35D background

This text has black color on #95C35D background.


White color preview on #95C35D background

This text has white color on #95C35D background.