COLOR #95C479

HEX: #95C479
RGB: (149,196,121)

Color info

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

RGB color model

#95C479 color RGB value is (149,196,121).

  • red value is 149;
  • green value is 196;
  • blue value is 121.
RGB:
(149,196,121)
(58%,77%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 196 of 255 = 77%
B 121 of 255 = 47%

149
196
121

R + G + B ~ 61%. #95C479 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 196 + 121 = 466 (100%)
R 149 of 466 ~ 31.97%
G 196 of 466 ~ 42.06%
B 121 of 466 ~ 25.97%

%31.97
%42.06
%25.97

CMYK color model

#95C479 color CMYK value is (24,0,38,23).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 38.27%
  • key color value is 23.14%
CMYK:
(24,0,38,23)
C24M0Y38K23 
(24%,0%,38%,23%)
(0.24/0.00/0.38/0.23)	

CMYK percentages

%23.98
%0
%38.27
%23.14

Codes

Color #95C479 in popluar color models

95C479
RGB149196121
HSL98°38.86%62.16%
HSB/HSV98°38.27%76.86%
CMYK23.98%0.00%38.27%
23.14%

Color #95C479 in popluar number systems.

HEX95C479
Decimal149196121
Binary10010101110001001111001
Octal225304171

Shades and tints

Shades of #95C479

#95C479
(149,196,121)
#88B36E
(136,179,110)
#7BA263
(123,162,99)
#6E9158
(110,145,88)
#61804D
(97,128,77)
#546F42
(84,111,66)
#475E37
(71,94,55)
#3A4D2C
(58,77,44)
#2D3C21
(45,60,33)
#202B16
(32,43,22)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #95C479

#95C479
(149,196,121)
#9EC985
(158,201,133)
#A7CE91
(167,206,145)
#B0D39D
(176,211,157)
#B9D8A9
(185,216,169)
#C2DDB5
(194,221,181)
#CBE2C1
(203,226,193)
#D4E7CD
(212,231,205)
#DDECD9
(221,236,217)
#E6F1E5
(230,241,229)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C479 color. Also use rgb(149,196,121) instead hex code.

Text Font Color

.myTextColor { color: #95C479; }

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

This text font color is #95C479.


Background Color

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

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

This div background color is #95C479.


Border color

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

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

This div border color is #95C479.


Opacity

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

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

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

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

This text has shadow with #95C479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C479 on black background.


Color preview on white background

This text has color #95C479 on white background.



Black color preview on #95C479 background

This text has black color on #95C479 background.


White color preview on #95C479 background

This text has white color on #95C479 background.