COLOR #95C67D

HEX: #95C67D RGB: (149,198,125)

Color info

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

RGB color model

#95C67D color RGB value is (149,198,125).

RGB: (149,198,125) (58%, 78%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 198 of 255 = 78%
B 125 of 255 = 49%

149
198
125

R + G + B ~ 62%. #95C67D is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 198 + 125 = 472 (100%)
R 149 of 472 ~ 31.57%
G 198 of 472 ~ 41.95%
B 125 of 472 ~ 26.48'%

%31.57
%41.95
%26.48

CMYK color model

#95C67D color CMYK value is (25,0,37,22).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 22.35%

CMYK: (25,0,37,22)
C25M0Y37K22 (25%, 0%, 37%, 22%)
(0.25 / 0.00 / 0.37 / 0.22)

CMYK percentages

%24.75
%0
%36.87
%22.35

Codes

Color #95C67D in popluar color models

95 C6 7D
RGB 149 198 125
HSL 100° 39.04% 63.33%
HSB/HSV 100° 36.87% 77.65%
CMYK 24.75% 0.00% 36.87%
22.35%

Color #95C67D in popluar number systems.

HEX 95 C6 7D
Decimal 149 198 125
Binary 10010101 11000110 1111101
Octal 225 306 175

Shades and tints

Shades of #95C67D

#95C67D
(149,198,125)
#88B472
(136,180,114)
#7BA267
(123,162,103)
#6E905C
(110,144,92)
#617E51
(97,126,81)
#546C46
(84,108,70)
#475A3B
(71,90,59)
#3A4830
(58,72,48)
#2D3625
(45,54,37)
#20241A
(32,36,26)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #95C67D

#95C67D
(149,198,125)
#9ECB88
(158,203,136)
#A7D093
(167,208,147)
#B0D59E
(176,213,158)
#B9DAA9
(185,218,169)
#C2DFB4
(194,223,180)
#CBE4BF
(203,228,191)
#D4E9CA
(212,233,202)
#DDEED5
(221,238,213)
#E6F3E0
(230,243,224)
#EFF8EB
(239,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C67D color. Also use rgb(149,198,125) instead hex code.

Text Font Color

.myTextColor { color: #95C67D; }

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

This text font color is #95C67D.

Background Color

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

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

This div background color is #95C67D.

Border color

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

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

This div border color is #95C67D.

Opacity

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

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

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

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

This text has shadow with #95C67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C67D.

Preview

Color preview on black background

This text has color #95C67D on black background.


Color preview on white background

This text has color #95C67D on white background.


Black color preview on #95C67D background

This text has black color on #95C67D background.


White color preview on #95C67D background

This text has white color on #95C67D background.


Related colors

Complementary color

Complementary color for #hex is #6A3982.


I love getcolorcode.com

Triadic colors

1 #7D95C6 and #C67D95 with #95C67D are triadic colors.

2 #7DC695 and #C6957D with #95C67D are triadic colors.