COLOR #95ED5E

HEX: #95ED5E
RGB: (149,237,94)

Color info

#95ED5E contains mainly green color. Web safe color of #95ED5E is #99FF66 (or #9F6).

RGB color model

#95ED5E color RGB value is (149,237,94).

  • red value is 149;
  • green value is 237;
  • blue value is 94.
RGB:
(149,237,94)
(58%,93%,37%)

RGB channels and saturation

R 149 of 255 = 58%
G 237 of 255 = 93%
B 94 of 255 = 37%

149
237
94

R + G + B ~ 63%. #95ED5E is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 237 + 94 = 480 (100%)
R 149 of 480 ~ 31.04%
G 237 of 480 ~ 49.38%
B 94 of 480 ~ 19.58%

%31.04
%49.38
%19.58

CMYK color model

#95ED5E color CMYK value is (37,0,60,7).

  • cyan value is 37.13%
  • magenta value is 0.00%
  • yellow value is 60.34%
  • key color value is 7.06%
CMYK:
(37,0,60,7)
C37M0Y60K7 
(37%,0%,60%,7%)
(0.37/0.00/0.60/0.07)	

CMYK percentages

%37.13
%0
%60.34
%7.06

Codes

Color #95ED5E in popluar color models

95ED5E
RGB14923794
HSL97°79.89%64.90%
HSB/HSV97°60.34%92.94%
CMYK37.13%0.00%60.34%
7.06%

Color #95ED5E in popluar number systems.

HEX95ED5E
Decimal14923794
Binary10010101111011011011110
Octal225355136

Shades and tints

Shades of #95ED5E

#95ED5E
(149,237,94)
#88D856
(136,216,86)
#7BC34E
(123,195,78)
#6EAE46
(110,174,70)
#61993E
(97,153,62)
#548436
(84,132,54)
#476F2E
(71,111,46)
#3A5A26
(58,90,38)
#2D451E
(45,69,30)
#203016
(32,48,22)
#131B0E
(19,27,14)
#000000
(0,0,0)

Tints of #95ED5E

#95ED5E
(149,237,94)
#9EEE6C
(158,238,108)
#A7EF7A
(167,239,122)
#B0F088
(176,240,136)
#B9F196
(185,241,150)
#C2F2A4
(194,242,164)
#CBF3B2
(203,243,178)
#D4F4C0
(212,244,192)
#DDF5CE
(221,245,206)
#E6F6DC
(230,246,220)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95ED5E color. Also use rgb(149,237,94) instead hex code.

Text Font Color

.myTextColor { color: #95ED5E; }

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

This text font color is #95ED5E.


Background Color

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

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

This div background color is #95ED5E.


Border color

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

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

This div border color is #95ED5E.


Opacity

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

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

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

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

This text has shadow with #95ED5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ED5E on black background.


Color preview on white background

This text has color #95ED5E on white background.



Black color preview on #95ED5E background

This text has black color on #95ED5E background.


White color preview on #95ED5E background

This text has white color on #95ED5E background.