COLOR #95CE51

HEX: #95CE51
RGB: (149,206,81)

Color info

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

RGB color model

#95CE51 color RGB value is (149,206,81).

  • red value is 149;
  • green value is 206;
  • blue value is 81.
RGB:
(149,206,81)
(58%,81%,32%)

RGB channels and saturation

R 149 of 255 = 58%
G 206 of 255 = 81%
B 81 of 255 = 32%

149
206
81

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

Portions of RGB colors in percentages

R + G + B =
149 + 206 + 81 = 436 (100%)
R 149 of 436 ~ 34.17%
G 206 of 436 ~ 47.25%
B 81 of 436 ~ 18.58%

%34.17
%47.25
%18.58

CMYK color model

#95CE51 color CMYK value is (28,0,61,19).

  • cyan value is 27.67%
  • magenta value is 0.00%
  • yellow value is 60.68%
  • key color value is 19.22%
CMYK:
(28,0,61,19)
C28M0Y61K19 
(28%,0%,61%,19%)
(0.28/0.00/0.61/0.19)	

CMYK percentages

%27.67
%0
%60.68
%19.22

Codes

Color #95CE51 in popluar color models

95CE51
RGB14920681
HSL87°56.05%56.27%
HSB/HSV87°60.68%80.78%
CMYK27.67%0.00%60.68%
19.22%

Color #95CE51 in popluar number systems.

HEX95CE51
Decimal14920681
Binary10010101110011101010001
Octal225316121

Shades and tints

Shades of #95CE51

#95CE51
(149,206,81)
#88BC4A
(136,188,74)
#7BAA43
(123,170,67)
#6E983C
(110,152,60)
#618635
(97,134,53)
#54742E
(84,116,46)
#476227
(71,98,39)
#3A5020
(58,80,32)
#2D3E19
(45,62,25)
#202C12
(32,44,18)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #95CE51

#95CE51
(149,206,81)
#9ED260
(158,210,96)
#A7D66F
(167,214,111)
#B0DA7E
(176,218,126)
#B9DE8D
(185,222,141)
#C2E29C
(194,226,156)
#CBE6AB
(203,230,171)
#D4EABA
(212,234,186)
#DDEEC9
(221,238,201)
#E6F2D8
(230,242,216)
#EFF6E7
(239,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CE51 color. Also use rgb(149,206,81) instead hex code.

Text Font Color

.myTextColor { color: #95CE51; }

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

This text font color is #95CE51.


Background Color

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

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

This div background color is #95CE51.


Border color

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

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

This div border color is #95CE51.


Opacity

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

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

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

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

This text has shadow with #95CE51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CE51 on black background.


Color preview on white background

This text has color #95CE51 on white background.



Black color preview on #95CE51 background

This text has black color on #95CE51 background.


White color preview on #95CE51 background

This text has white color on #95CE51 background.