COLOR #95C666

HEX: #95C666 RGB: (149,198,102)

Color info

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

RGB color model

#95C666 color RGB value is (149,198,102).

RGB: (149,198,102) (58%, 78%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 198 of 255 = 78%
B 102 of 255 = 40%

149
198
102

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

Portions of RGB colors in percentages

R + G + B = 149 + 198 + 102 = 449 (100%)
R 149 of 449 ~ 33.18%
G 198 of 449 ~ 44.1%
B 102 of 449 ~ 22.72'%

%33.18
%44.1
%22.72

CMYK color model

#95C666 color CMYK value is (25,0,48,22).

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

CMYK: (25,0,48,22)
C25M0Y48K22 (25%, 0%, 48%, 22%)
(0.25 / 0.00 / 0.48 / 0.22)

CMYK percentages

%24.75
%0
%48.48
%22.35

Codes

Color #95C666 in popluar color models

95 C6 66
RGB 149 198 102
HSL 91° 45.71% 58.82%
HSB/HSV 91° 48.48% 77.65%
CMYK 24.75% 0.00% 48.48%
22.35%

Color #95C666 in popluar number systems.

HEX 95 C6 66
Decimal 149 198 102
Binary 10010101 11000110 1100110
Octal 225 306 146

Shades and tints

Shades of #95C666

#95C666
(149,198,102)
#88B45D
(136,180,93)
#7BA254
(123,162,84)
#6E904B
(110,144,75)
#617E42
(97,126,66)
#546C39
(84,108,57)
#475A30
(71,90,48)
#3A4827
(58,72,39)
#2D361E
(45,54,30)
#202415
(32,36,21)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #95C666

#95C666
(149,198,102)
#9ECB73
(158,203,115)
#A7D080
(167,208,128)
#B0D58D
(176,213,141)
#B9DA9A
(185,218,154)
#C2DFA7
(194,223,167)
#CBE4B4
(203,228,180)
#D4E9C1
(212,233,193)
#DDEECE
(221,238,206)
#E6F3DB
(230,243,219)
#EFF8E8
(239,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C666; }

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

This text font color is #95C666.

Background Color

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

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

This div background color is #95C666.

Border color

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

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

This div border color is #95C666.

Opacity

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

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

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

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

This text has shadow with #95C666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C666.

Preview

Color preview on black background

This text has color #95C666 on black background.


Color preview on white background

This text has color #95C666 on white background.


Black color preview on #95C666 background

This text has black color on #95C666 background.


White color preview on #95C666 background

This text has white color on #95C666 background.


Related colors

Complementary color

Complementary color for #hex is #6A3999.


I love getcolorcode.com

Triadic colors

1 #6695C6 and #C66695 with #95C666 are triadic colors.

2 #66C695 and #C69566 with #95C666 are triadic colors.