COLOR #95D72E

HEX: #95D72E
RGB: (149,215,46)

Color info

#95D72E contains mainly green color. Web safe color of #95D72E is #99CC33 (or #9C3).

RGB color model

#95D72E color RGB value is (149,215,46).

  • red value is 149;
  • green value is 215;
  • blue value is 46.
RGB:
(149,215,46)
(58%,84%,18%)

RGB channels and saturation

R 149 of 255 = 58%
G 215 of 255 = 84%
B 46 of 255 = 18%

149
215
46

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

Portions of RGB colors in percentages

R + G + B =
149 + 215 + 46 = 410 (100%)
R 149 of 410 ~ 36.34%
G 215 of 410 ~ 52.44%
B 46 of 410 ~ 11.22%

%36.34
%52.44
%11.22

CMYK color model

#95D72E color CMYK value is (31,0,79,16).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 78.60%
  • key color value is 15.69%
CMYK:
(31,0,79,16)
C31M0Y79K16 
(31%,0%,79%,16%)
(0.31/0.00/0.79/0.16)	

CMYK percentages

%30.7
%0
%78.6
%15.69

Codes

Color #95D72E in popluar color models

95D72E
RGB14921546
HSL83°67.87%51.18%
HSB/HSV83°78.60%84.31%
CMYK30.70%0.00%78.60%
15.69%

Color #95D72E in popluar number systems.

HEX95D72E
Decimal14921546
Binary1001010111010111101110
Octal22532756

Shades and tints

Shades of #95D72E

#95D72E
(149,215,46)
#88C42A
(136,196,42)
#7BB126
(123,177,38)
#6E9E22
(110,158,34)
#618B1E
(97,139,30)
#54781A
(84,120,26)
#476516
(71,101,22)
#3A5212
(58,82,18)
#2D3F0E
(45,63,14)
#202C0A
(32,44,10)
#131906
(19,25,6)
#000000
(0,0,0)

Tints of #95D72E

#95D72E
(149,215,46)
#9EDA41
(158,218,65)
#A7DD54
(167,221,84)
#B0E067
(176,224,103)
#B9E37A
(185,227,122)
#C2E68D
(194,230,141)
#CBE9A0
(203,233,160)
#D4ECB3
(212,236,179)
#DDEFC6
(221,239,198)
#E6F2D9
(230,242,217)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D72E color. Also use rgb(149,215,46) instead hex code.

Text Font Color

.myTextColor { color: #95D72E; }

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

This text font color is #95D72E.


Background Color

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

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

This div background color is #95D72E.


Border color

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

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

This div border color is #95D72E.


Opacity

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

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

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

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

This text has shadow with #95D72E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D72E on black background.


Color preview on white background

This text has color #95D72E on white background.



Black color preview on #95D72E background

This text has black color on #95D72E background.


White color preview on #95D72E background

This text has white color on #95D72E background.