COLOR #95C353

HEX: #95C353
RGB: (149,195,83)

Color info

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

RGB color model

#95C353 color RGB value is (149,195,83).

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

RGB channels and saturation

R 149 of 255 = 58%
G 195 of 255 = 76%
B 83 of 255 = 33%

149
195
83

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

Portions of RGB colors in percentages

R + G + B =
149 + 195 + 83 = 427 (100%)
R 149 of 427 ~ 34.89%
G 195 of 427 ~ 45.67%
B 83 of 427 ~ 19.44%

%34.89
%45.67
%19.44

CMYK color model

#95C353 color CMYK value is (24,0,57,24).

  • cyan value is 23.59%
  • magenta value is 0.00%
  • yellow value is 57.44%
  • key color value is 23.53%
CMYK:
(24,0,57,24)
C24M0Y57K24 
(24%,0%,57%,24%)
(0.24/0.00/0.57/0.24)	

CMYK percentages

%23.59
%0
%57.44
%23.53

Codes

Color #95C353 in popluar color models

95C353
RGB14919583
HSL85°48.28%54.51%
HSB/HSV85°57.44%76.47%
CMYK23.59%0.00%57.44%
23.53%

Color #95C353 in popluar number systems.

HEX95C353
Decimal14919583
Binary10010101110000111010011
Octal225303123

Shades and tints

Shades of #95C353

#95C353
(149,195,83)
#88B24C
(136,178,76)
#7BA145
(123,161,69)
#6E903E
(110,144,62)
#617F37
(97,127,55)
#546E30
(84,110,48)
#475D29
(71,93,41)
#3A4C22
(58,76,34)
#2D3B1B
(45,59,27)
#202A14
(32,42,20)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #95C353

#95C353
(149,195,83)
#9EC862
(158,200,98)
#A7CD71
(167,205,113)
#B0D280
(176,210,128)
#B9D78F
(185,215,143)
#C2DC9E
(194,220,158)
#CBE1AD
(203,225,173)
#D4E6BC
(212,230,188)
#DDEBCB
(221,235,203)
#E6F0DA
(230,240,218)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C353; }

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

This text font color is #95C353.


Background Color

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

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

This div background color is #95C353.


Border color

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

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

This div border color is #95C353.


Opacity

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

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

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

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

This text has shadow with #95C353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C353 on black background.


Color preview on white background

This text has color #95C353 on white background.



Black color preview on #95C353 background

This text has black color on #95C353 background.


White color preview on #95C353 background

This text has white color on #95C353 background.