COLOR #95C882

HEX: #95C882 RGB: (149,200,130)

Color info

#95C882 contains mainly red and green colors. Web safe color of #95C882 is #99CC99 (or #9C9).

RGB color model

#95C882 color RGB value is (149,200,130).

RGB: (149,200,130) (58%, 78%, 51%)

RGB channels and saturation

R 149 of 255 = 58%
G 200 of 255 = 78%
B 130 of 255 = 51%

149
200
130

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

Portions of RGB colors in percentages

R + G + B = 149 + 200 + 130 = 479 (100%)
R 149 of 479 ~ 31.11%
G 200 of 479 ~ 41.75%
B 130 of 479 ~ 27.14'%

%31.11
%41.75
%27.14

CMYK color model

#95C882 color CMYK value is (26,0,35,22).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 21.57%

CMYK: (26,0,35,22)
C26M0Y35K22 (26%, 0%, 35%, 22%)
(0.26 / 0.00 / 0.35 / 0.22)

CMYK percentages

%25.5
%0
%35
%21.57

Codes

Color #95C882 in popluar color models

95 C8 82
RGB 149 200 130
HSL 104° 38.89% 64.71%
HSB/HSV 104° 35.00% 78.43%
CMYK 25.50% 0.00% 35.00%
21.57%

Color #95C882 in popluar number systems.

HEX 95 C8 82
Decimal 149 200 130
Binary 10010101 11001000 10000010
Octal 225 310 202

Shades and tints

Shades of #95C882

#95C882
(149,200,130)
#88B677
(136,182,119)
#7BA46C
(123,164,108)
#6E9261
(110,146,97)
#618056
(97,128,86)
#546E4B
(84,110,75)
#475C40
(71,92,64)
#3A4A35
(58,74,53)
#2D382A
(45,56,42)
#20261F
(32,38,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #95C882

#95C882
(149,200,130)
#9ECD8D
(158,205,141)
#A7D298
(167,210,152)
#B0D7A3
(176,215,163)
#B9DCAE
(185,220,174)
#C2E1B9
(194,225,185)
#CBE6C4
(203,230,196)
#D4EBCF
(212,235,207)
#DDF0DA
(221,240,218)
#E6F5E5
(230,245,229)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C882 color. Also use rgb(149,200,130) instead hex code.

Text Font Color

.myTextColor { color: #95C882; }

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

This text font color is #95C882.

Background Color

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

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

This div background color is #95C882.

Border color

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

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

This div border color is #95C882.

Opacity

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

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

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

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

This text has shadow with #95C882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C882.

Preview

Color preview on black background

This text has color #95C882 on black background.


Color preview on white background

This text has color #95C882 on white background.


Black color preview on #95C882 background

This text has black color on #95C882 background.


White color preview on #95C882 background

This text has white color on #95C882 background.


Related colors

Complementary color

Complementary color for #hex is #6A377D.


I love getcolorcode.com

Triadic colors

1 #8295C8 and #C88295 with #95C882 are triadic colors.

2 #82C895 and #C89582 with #95C882 are triadic colors.