COLOR #95C080

HEX: #95C080 RGB: (149,192,128)

Color info

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

RGB color model

#95C080 color RGB value is (149,192,128).

RGB: (149,192,128) (58%, 75%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 192 of 255 = 75%
B 128 of 255 = 50%

149
192
128

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

Portions of RGB colors in percentages

R + G + B = 149 + 192 + 128 = 469 (100%)
R 149 of 469 ~ 31.77%
G 192 of 469 ~ 40.94%
B 128 of 469 ~ 27.29'%

%31.77
%40.94
%27.29

CMYK color model

#95C080 color CMYK value is (22,0,33,25).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 24.71%

CMYK: (22,0,33,25)
C22M0Y33K25 (22%, 0%, 33%, 25%)
(0.22 / 0.00 / 0.33 / 0.25)

CMYK percentages

%22.4
%0
%33.33
%24.71

Codes

Color #95C080 in popluar color models

95 C0 80
RGB 149 192 128
HSL 100° 33.68% 62.75%
HSB/HSV 100° 33.33% 75.29%
CMYK 22.40% 0.00% 33.33%
24.71%

Color #95C080 in popluar number systems.

HEX 95 C0 80
Decimal 149 192 128
Binary 10010101 11000000 10000000
Octal 225 300 200

Shades and tints

Shades of #95C080

#95C080
(149,192,128)
#88AF75
(136,175,117)
#7B9E6A
(123,158,106)
#6E8D5F
(110,141,95)
#617C54
(97,124,84)
#546B49
(84,107,73)
#475A3E
(71,90,62)
#3A4933
(58,73,51)
#2D3828
(45,56,40)
#20271D
(32,39,29)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #95C080

#95C080
(149,192,128)
#9EC58B
(158,197,139)
#A7CA96
(167,202,150)
#B0CFA1
(176,207,161)
#B9D4AC
(185,212,172)
#C2D9B7
(194,217,183)
#CBDEC2
(203,222,194)
#D4E3CD
(212,227,205)
#DDE8D8
(221,232,216)
#E6EDE3
(230,237,227)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C080 color. Also use rgb(149,192,128) instead hex code.

Text Font Color

.myTextColor { color: #95C080; }

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

This text font color is #95C080.

Background Color

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

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

This div background color is #95C080.

Border color

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

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

This div border color is #95C080.

Opacity

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

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

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

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

This text has shadow with #95C080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C080.

Preview

Color preview on black background

This text has color #95C080 on black background.


Color preview on white background

This text has color #95C080 on white background.


Black color preview on #95C080 background

This text has black color on #95C080 background.


White color preview on #95C080 background

This text has white color on #95C080 background.


Related colors

Complementary color

Complementary color for #hex is #6A3F7F.


I love getcolorcode.com

Triadic colors

1 #8095C0 and #C08095 with #95C080 are triadic colors.

2 #80C095 and #C09580 with #95C080 are triadic colors.