COLOR #95D34D

HEX: #95D34D
RGB: (149,211,77)

Color info

#95D34D contains mainly green color. Web safe color of #95D34D is #99CC33 (or #9C3).

RGB color model

#95D34D color RGB value is (149,211,77).

  • red value is 149;
  • green value is 211;
  • blue value is 77.
RGB:
(149,211,77)
(58%,83%,30%)

RGB channels and saturation

R 149 of 255 = 58%
G 211 of 255 = 83%
B 77 of 255 = 30%

149
211
77

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

Portions of RGB colors in percentages

R + G + B =
149 + 211 + 77 = 437 (100%)
R 149 of 437 ~ 34.1%
G 211 of 437 ~ 48.28%
B 77 of 437 ~ 17.62%

%34.1
%48.28
%17.62

CMYK color model

#95D34D color CMYK value is (29,0,64,17).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 63.51%
  • key color value is 17.25%
CMYK:
(29,0,64,17)
C29M0Y64K17 
(29%,0%,64%,17%)
(0.29/0.00/0.64/0.17)	

CMYK percentages

%29.38
%0
%63.51
%17.25

Codes

Color #95D34D in popluar color models

95D34D
RGB14921177
HSL88°60.36%56.47%
HSB/HSV88°63.51%82.75%
CMYK29.38%0.00%63.51%
17.25%

Color #95D34D in popluar number systems.

HEX95D34D
Decimal14921177
Binary10010101110100111001101
Octal225323115

Shades and tints

Shades of #95D34D

#95D34D
(149,211,77)
#88C046
(136,192,70)
#7BAD3F
(123,173,63)
#6E9A38
(110,154,56)
#618731
(97,135,49)
#54742A
(84,116,42)
#476123
(71,97,35)
#3A4E1C
(58,78,28)
#2D3B15
(45,59,21)
#20280E
(32,40,14)
#131507
(19,21,7)
#000000
(0,0,0)

Tints of #95D34D

#95D34D
(149,211,77)
#9ED75D
(158,215,93)
#A7DB6D
(167,219,109)
#B0DF7D
(176,223,125)
#B9E38D
(185,227,141)
#C2E79D
(194,231,157)
#CBEBAD
(203,235,173)
#D4EFBD
(212,239,189)
#DDF3CD
(221,243,205)
#E6F7DD
(230,247,221)
#EFFBED
(239,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D34D color. Also use rgb(149,211,77) instead hex code.

Text Font Color

.myTextColor { color: #95D34D; }

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

This text font color is #95D34D.


Background Color

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

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

This div background color is #95D34D.


Border color

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

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

This div border color is #95D34D.


Opacity

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

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

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

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

This text has shadow with #95D34D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D34D on black background.


Color preview on white background

This text has color #95D34D on white background.



Black color preview on #95D34D background

This text has black color on #95D34D background.


White color preview on #95D34D background

This text has white color on #95D34D background.