COLOR #95F25E

HEX: #95F25E
RGB: (149,242,94)

Color info

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

RGB color model

#95F25E color RGB value is (149,242,94).

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

RGB channels and saturation

R 149 of 255 = 58%
G 242 of 255 = 95%
B 94 of 255 = 37%

149
242
94

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

Portions of RGB colors in percentages

R + G + B =
149 + 242 + 94 = 485 (100%)
R 149 of 485 ~ 30.72%
G 242 of 485 ~ 49.9%
B 94 of 485 ~ 19.38%

%30.72
%49.9
%19.38

CMYK color model

#95F25E color CMYK value is (38,0,61,5).

  • cyan value is 38.43%
  • magenta value is 0.00%
  • yellow value is 61.16%
  • key color value is 5.10%
CMYK:
(38,0,61,5)
C38M0Y61K5 
(38%,0%,61%,5%)
(0.38/0.00/0.61/0.05)	

CMYK percentages

%38.43
%0
%61.16
%5.1

Codes

Color #95F25E in popluar color models

95F25E
RGB14924294
HSL98°85.06%65.88%
HSB/HSV98°61.16%94.90%
CMYK38.43%0.00%61.16%
5.10%

Color #95F25E in popluar number systems.

HEX95F25E
Decimal14924294
Binary10010101111100101011110
Octal225362136

Shades and tints

Shades of #95F25E

#95F25E
(149,242,94)
#88DC56
(136,220,86)
#7BC64E
(123,198,78)
#6EB046
(110,176,70)
#619A3E
(97,154,62)
#548436
(84,132,54)
#476E2E
(71,110,46)
#3A5826
(58,88,38)
#2D421E
(45,66,30)
#202C16
(32,44,22)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #95F25E

#95F25E
(149,242,94)
#9EF36C
(158,243,108)
#A7F47A
(167,244,122)
#B0F588
(176,245,136)
#B9F696
(185,246,150)
#C2F7A4
(194,247,164)
#CBF8B2
(203,248,178)
#D4F9C0
(212,249,192)
#DDFACE
(221,250,206)
#E6FBDC
(230,251,220)
#EFFCEA
(239,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95F25E; }

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

This text font color is #95F25E.


Background Color

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

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

This div background color is #95F25E.


Border color

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

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

This div border color is #95F25E.


Opacity

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

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

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

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

This text has shadow with #95F25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F25E on black background.


Color preview on white background

This text has color #95F25E on white background.



Black color preview on #95F25E background

This text has black color on #95F25E background.


White color preview on #95F25E background

This text has white color on #95F25E background.