COLOR #95D378

HEX: #95D378
RGB: (149,211,120)

Color info

#95D378 contains mainly green color. Web safe color of #95D378 is #99CC66 (or #9C6).

RGB color model

#95D378 color RGB value is (149,211,120).

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

RGB channels and saturation

R 149 of 255 = 58%
G 211 of 255 = 83%
B 120 of 255 = 47%

149
211
120

R + G + B ~ 63%. #95D378 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 211 + 120 = 480 (100%)
R 149 of 480 ~ 31.04%
G 211 of 480 ~ 43.96%
B 120 of 480 ~ 25%

%31.04
%43.96
%25

CMYK color model

#95D378 color CMYK value is (29,0,43,17).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 43.13%
  • key color value is 17.25%
CMYK:
(29,0,43,17)
C29M0Y43K17 
(29%,0%,43%,17%)
(0.29/0.00/0.43/0.17)	

CMYK percentages

%29.38
%0
%43.13
%17.25

Codes

Color #95D378 in popluar color models

95D378
RGB149211120
HSL101°50.84%64.90%
HSB/HSV101°43.13%82.75%
CMYK29.38%0.00%43.13%
17.25%

Color #95D378 in popluar number systems.

HEX95D378
Decimal149211120
Binary10010101110100111111000
Octal225323170

Shades and tints

Shades of #95D378

#95D378
(149,211,120)
#88C06E
(136,192,110)
#7BAD64
(123,173,100)
#6E9A5A
(110,154,90)
#618750
(97,135,80)
#547446
(84,116,70)
#47613C
(71,97,60)
#3A4E32
(58,78,50)
#2D3B28
(45,59,40)
#20281E
(32,40,30)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #95D378

#95D378
(149,211,120)
#9ED784
(158,215,132)
#A7DB90
(167,219,144)
#B0DF9C
(176,223,156)
#B9E3A8
(185,227,168)
#C2E7B4
(194,231,180)
#CBEBC0
(203,235,192)
#D4EFCC
(212,239,204)
#DDF3D8
(221,243,216)
#E6F7E4
(230,247,228)
#EFFBF0
(239,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D378; }

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

This text font color is #95D378.


Background Color

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

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

This div background color is #95D378.


Border color

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

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

This div border color is #95D378.


Opacity

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

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

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

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

This text has shadow with #95D378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D378 on black background.


Color preview on white background

This text has color #95D378 on white background.



Black color preview on #95D378 background

This text has black color on #95D378 background.


White color preview on #95D378 background

This text has white color on #95D378 background.