COLOR #95BF62

HEX: #95BF62 RGB: (149,191,98)

Color info

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

RGB color model

#95BF62 color RGB value is (149,191,98).

RGB: (149,191,98) (58%, 75%, 38%)

RGB channels and saturation

R 149 of 255 = 58%
G 191 of 255 = 75%
B 98 of 255 = 38%

149
191
98

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

Portions of RGB colors in percentages

R + G + B = 149 + 191 + 98 = 438 (100%)
R 149 of 438 ~ 34.02%
G 191 of 438 ~ 43.61%
B 98 of 438 ~ 22.37'%

%34.02
%43.61
%22.37

CMYK color model

#95BF62 color CMYK value is (22,0,49,25).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 48.69%
  • key color value is 25.10%

CMYK: (22,0,49,25)
C22M0Y49K25 (22%, 0%, 49%, 25%)
(0.22 / 0.00 / 0.49 / 0.25)

CMYK percentages

%21.99
%0
%48.69
%25.1

Codes

Color #95BF62 in popluar color models

95 BF 62
RGB 149 191 98
HSL 87° 42.08% 56.67%
HSB/HSV 87° 48.69% 74.90%
CMYK 21.99% 0.00% 48.69%
25.10%

Color #95BF62 in popluar number systems.

HEX 95 BF 62
Decimal 149 191 98
Binary 10010101 10111111 1100010
Octal 225 277 142

Shades and tints

Shades of #95BF62

#95BF62
(149,191,98)
#88AE5A
(136,174,90)
#7B9D52
(123,157,82)
#6E8C4A
(110,140,74)
#617B42
(97,123,66)
#546A3A
(84,106,58)
#475932
(71,89,50)
#3A482A
(58,72,42)
#2D3722
(45,55,34)
#20261A
(32,38,26)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #95BF62

#95BF62
(149,191,98)
#9EC470
(158,196,112)
#A7C97E
(167,201,126)
#B0CE8C
(176,206,140)
#B9D39A
(185,211,154)
#C2D8A8
(194,216,168)
#CBDDB6
(203,221,182)
#D4E2C4
(212,226,196)
#DDE7D2
(221,231,210)
#E6ECE0
(230,236,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BF62 color. Also use rgb(149,191,98) instead hex code.

Text Font Color

.myTextColor { color: #95BF62; }

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

This text font color is #95BF62.

Background Color

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

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

This div background color is #95BF62.

Border color

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

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

This div border color is #95BF62.

Opacity

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

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

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

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

This text has shadow with #95BF62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BF62.

Preview

Color preview on black background

This text has color #95BF62 on black background.


Color preview on white background

This text has color #95BF62 on white background.


Black color preview on #95BF62 background

This text has black color on #95BF62 background.


White color preview on #95BF62 background

This text has white color on #95BF62 background.


Related colors

Complementary color

Complementary color for #hex is #6A409D.


I love getcolorcode.com

Triadic colors

1 #6295BF and #BF6295 with #95BF62 are triadic colors.

2 #62BF95 and #BF9562 with #95BF62 are triadic colors.