COLOR #95C264

HEX: #95C264
RGB: (149,194,100)

Color info

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

RGB color model

#95C264 color RGB value is (149,194,100).

  • red value is 149;
  • green value is 194;
  • blue value is 100.
RGB:
(149,194,100)
(58%,76%,39%)

RGB channels and saturation

R 149 of 255 = 58%
G 194 of 255 = 76%
B 100 of 255 = 39%

149
194
100

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

Portions of RGB colors in percentages

R + G + B =
149 + 194 + 100 = 443 (100%)
R 149 of 443 ~ 33.63%
G 194 of 443 ~ 43.79%
B 100 of 443 ~ 22.57%

%33.63
%43.79
%22.57

CMYK color model

#95C264 color CMYK value is (23,0,48,24).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 48.45%
  • key color value is 23.92%
CMYK:
(23,0,48,24)
C23M0Y48K24 
(23%,0%,48%,24%)
(0.23/0.00/0.48/0.24)	

CMYK percentages

%23.2
%0
%48.45
%23.92

Codes

Color #95C264 in popluar color models

95C264
RGB149194100
HSL89°43.52%57.65%
HSB/HSV89°48.45%76.08%
CMYK23.20%0.00%48.45%
23.92%

Color #95C264 in popluar number systems.

HEX95C264
Decimal149194100
Binary10010101110000101100100
Octal225302144

Shades and tints

Shades of #95C264

#95C264
(149,194,100)
#88B15B
(136,177,91)
#7BA052
(123,160,82)
#6E8F49
(110,143,73)
#617E40
(97,126,64)
#546D37
(84,109,55)
#475C2E
(71,92,46)
#3A4B25
(58,75,37)
#2D3A1C
(45,58,28)
#202913
(32,41,19)
#13180A
(19,24,10)
#000000
(0,0,0)

Tints of #95C264

#95C264
(149,194,100)
#9EC772
(158,199,114)
#A7CC80
(167,204,128)
#B0D18E
(176,209,142)
#B9D69C
(185,214,156)
#C2DBAA
(194,219,170)
#CBE0B8
(203,224,184)
#D4E5C6
(212,229,198)
#DDEAD4
(221,234,212)
#E6EFE2
(230,239,226)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C264 color. Also use rgb(149,194,100) instead hex code.

Text Font Color

.myTextColor { color: #95C264; }

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

This text font color is #95C264.


Background Color

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

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

This div background color is #95C264.


Border color

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

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

This div border color is #95C264.


Opacity

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

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

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

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

This text has shadow with #95C264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C264 on black background.


Color preview on white background

This text has color #95C264 on white background.



Black color preview on #95C264 background

This text has black color on #95C264 background.


White color preview on #95C264 background

This text has white color on #95C264 background.