COLOR #95BE82

HEX: #95BE82
RGB: (149,190,130)

Color info

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

RGB color model

#95BE82 color RGB value is (149,190,130).

  • red value is 149;
  • green value is 190;
  • blue value is 130.
RGB:
(149,190,130)
(58%,75%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 130 of 255 = 51%

149
190
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 190 + 130 = 469 (100%)
R 149 of 469 ~ 31.77%
G 190 of 469 ~ 40.51%
B 130 of 469 ~ 27.72%

%31.77
%40.51
%27.72

CMYK color model

#95BE82 color CMYK value is (22,0,32,25).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(22,0,32,25)
C22M0Y32K25 
(22%,0%,32%,25%)
(0.22/0.00/0.32/0.25)	

CMYK percentages

%21.58
%0
%31.58
%25.49

Codes

Color #95BE82 in popluar color models

95BE82
RGB149190130
HSL101°31.58%62.75%
HSB/HSV101°31.58%74.51%
CMYK21.58%0.00%31.58%
25.49%

Color #95BE82 in popluar number systems.

HEX95BE82
Decimal149190130
Binary100101011011111010000010
Octal225276202

Shades and tints

Shades of #95BE82

#95BE82
(149,190,130)
#88AD77
(136,173,119)
#7B9C6C
(123,156,108)
#6E8B61
(110,139,97)
#617A56
(97,122,86)
#54694B
(84,105,75)
#475840
(71,88,64)
#3A4735
(58,71,53)
#2D362A
(45,54,42)
#20251F
(32,37,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #95BE82

#95BE82
(149,190,130)
#9EC38D
(158,195,141)
#A7C898
(167,200,152)
#B0CDA3
(176,205,163)
#B9D2AE
(185,210,174)
#C2D7B9
(194,215,185)
#CBDCC4
(203,220,196)
#D4E1CF
(212,225,207)
#DDE6DA
(221,230,218)
#E6EBE5
(230,235,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BE82; }

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

This text font color is #95BE82.


Background Color

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

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

This div background color is #95BE82.


Border color

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

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

This div border color is #95BE82.


Opacity

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

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

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

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

This text has shadow with #95BE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BE82 on black background.


Color preview on white background

This text has color #95BE82 on white background.



Black color preview on #95BE82 background

This text has black color on #95BE82 background.


White color preview on #95BE82 background

This text has white color on #95BE82 background.