COLOR #95F289

HEX: #95F289
RGB: (149,242,137)

Color info

#95F289 contains mainly green color. Web safe color of #95F289 is #99FF99 (or #9F9).

RGB color model

#95F289 color RGB value is (149,242,137).

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

RGB channels and saturation

R 149 of 255 = 58%
G 242 of 255 = 95%
B 137 of 255 = 54%

149
242
137

R + G + B ~ 69%. #95F289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 242 + 137 = 528 (100%)
R 149 of 528 ~ 28.22%
G 242 of 528 ~ 45.83%
B 137 of 528 ~ 25.95%

%28.22
%45.83
%25.95

CMYK color model

#95F289 color CMYK value is (38,0,43,5).

  • cyan value is 38.43%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 5.10%
CMYK:
(38,0,43,5)
C38M0Y43K5 
(38%,0%,43%,5%)
(0.38/0.00/0.43/0.05)	

CMYK percentages

%38.43
%0
%43.39
%5.1

Codes

Color #95F289 in popluar color models

95F289
RGB149242137
HSL113°80.15%74.31%
HSB/HSV113°43.39%94.90%
CMYK38.43%0.00%43.39%
5.10%

Color #95F289 in popluar number systems.

HEX95F289
Decimal149242137
Binary100101011111001010001001
Octal225362211

Shades and tints

Shades of #95F289

#95F289
(149,242,137)
#88DC7D
(136,220,125)
#7BC671
(123,198,113)
#6EB065
(110,176,101)
#619A59
(97,154,89)
#54844D
(84,132,77)
#476E41
(71,110,65)
#3A5835
(58,88,53)
#2D4229
(45,66,41)
#202C1D
(32,44,29)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #95F289

#95F289
(149,242,137)
#9EF393
(158,243,147)
#A7F49D
(167,244,157)
#B0F5A7
(176,245,167)
#B9F6B1
(185,246,177)
#C2F7BB
(194,247,187)
#CBF8C5
(203,248,197)
#D4F9CF
(212,249,207)
#DDFAD9
(221,250,217)
#E6FBE3
(230,251,227)
#EFFCED
(239,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95F289; }

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

This text font color is #95F289.


Background Color

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

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

This div background color is #95F289.


Border color

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

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

This div border color is #95F289.


Opacity

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

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

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

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

This text has shadow with #95F289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F289 on black background.


Color preview on white background

This text has color #95F289 on white background.



Black color preview on #95F289 background

This text has black color on #95F289 background.


White color preview on #95F289 background

This text has white color on #95F289 background.