COLOR #95C475

HEX: #95C475 RGB: (149,196,117)

Color info

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

RGB color model

#95C475 color RGB value is (149,196,117).

RGB: (149,196,117) (58%, 77%, 46%)

RGB channels and saturation

R 149 of 255 = 58%
G 196 of 255 = 77%
B 117 of 255 = 46%

149
196
117

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

Portions of RGB colors in percentages

R + G + B = 149 + 196 + 117 = 462 (100%)
R 149 of 462 ~ 32.25%
G 196 of 462 ~ 42.42%
B 117 of 462 ~ 25.32'%

%32.25
%42.42
%25.32

CMYK color model

#95C475 color CMYK value is (24,0,40,23).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK: (24,0,40,23) C24M0Y40K23 (24%,0%,40%,23%) (0.24/0.00/0.40/0.23) 

CMYK percentages

%23.98
%0
%40.31
%23.14

Codes

Color #95C475 in popluar color models

95 C4 75
RGB 149 196 117
HSL 96° 40.10% 61.37%
HSB/HSV 96° 40.31% 76.86%
CMYK 23.98% 0.00% 40.31%
23.14%

Color #95C475 in popluar number systems.

HEX 95 C4 75
Decimal 149 196 117
Binary 10010101 11000100 1110101
Octal 225 304 165

Shades and tints

Shades of #95C475

#95C475
(149,196,117)
#88B36B
(136,179,107)
#7BA261
(123,162,97)
#6E9157
(110,145,87)
#61804D
(97,128,77)
#546F43
(84,111,67)
#475E39
(71,94,57)
#3A4D2F
(58,77,47)
#2D3C25
(45,60,37)
#202B1B
(32,43,27)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #95C475

#95C475
(149,196,117)
#9EC981
(158,201,129)
#A7CE8D
(167,206,141)
#B0D399
(176,211,153)
#B9D8A5
(185,216,165)
#C2DDB1
(194,221,177)
#CBE2BD
(203,226,189)
#D4E7C9
(212,231,201)
#DDECD5
(221,236,213)
#E6F1E1
(230,241,225)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C475; }

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

This text font color is #95C475.

Background Color

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

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

This div background color is #95C475.

Border color

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

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

This div border color is #95C475.

Opacity

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

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

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

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

This text has shadow with #95C475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C475.

Preview

Color preview on black background

This text has color #95C475 on black background.


Color preview on white background

This text has color #95C475 on white background.


Black color preview on #95C475 background

This text has black color on #95C475 background.


White color preview on #95C475 background

This text has white color on #95C475 background.


Related colors

Complementary color

Complementary color for #hex is #6A3B8A.


I love getcolorcode.com

Triadic colors

1 #7595C4 and #C47595 with #95C475 are triadic colors.

2 #75C495 and #C49575 with #95C475 are triadic colors.