COLOR #95F75E

HEX: #95F75E
RGB: (149,247,94)

Color info

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

RGB color model

#95F75E color RGB value is (149,247,94).

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

RGB channels and saturation

R 149 of 255 = 58%
G 247 of 255 = 97%
B 94 of 255 = 37%

149
247
94

R + G + B ~ 64%. #95F75E is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 247 + 94 = 490 (100%)
R 149 of 490 ~ 30.41%
G 247 of 490 ~ 50.41%
B 94 of 490 ~ 19.18%

%30.41
%50.41
%19.18

CMYK color model

#95F75E color CMYK value is (40,0,62,3).

  • cyan value is 39.68%
  • magenta value is 0.00%
  • yellow value is 61.94%
  • key color value is 3.14%
CMYK:
(40,0,62,3)
C40M0Y62K3 
(40%,0%,62%,3%)
(0.40/0.00/0.62/0.03)	

CMYK percentages

%39.68
%0
%61.94
%3.14

Codes

Color #95F75E in popluar color models

95F75E
RGB14924794
HSL98°90.53%66.86%
HSB/HSV98°61.94%96.86%
CMYK39.68%0.00%61.94%
3.14%

Color #95F75E in popluar number systems.

HEX95F75E
Decimal14924794
Binary10010101111101111011110
Octal225367136

Shades and tints

Shades of #95F75E

#95F75E
(149,247,94)
#88E156
(136,225,86)
#7BCB4E
(123,203,78)
#6EB546
(110,181,70)
#619F3E
(97,159,62)
#548936
(84,137,54)
#47732E
(71,115,46)
#3A5D26
(58,93,38)
#2D471E
(45,71,30)
#203116
(32,49,22)
#131B0E
(19,27,14)
#000000
(0,0,0)

Tints of #95F75E

#95F75E
(149,247,94)
#9EF76C
(158,247,108)
#A7F77A
(167,247,122)
#B0F788
(176,247,136)
#B9F796
(185,247,150)
#C2F7A4
(194,247,164)
#CBF7B2
(203,247,178)
#D4F7C0
(212,247,192)
#DDF7CE
(221,247,206)
#E6F7DC
(230,247,220)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95F75E; }

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

This text font color is #95F75E.


Background Color

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

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

This div background color is #95F75E.


Border color

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

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

This div border color is #95F75E.


Opacity

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

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

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

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

This text has shadow with #95F75E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F75E on black background.


Color preview on white background

This text has color #95F75E on white background.



Black color preview on #95F75E background

This text has black color on #95F75E background.


White color preview on #95F75E background

This text has white color on #95F75E background.