COLOR #95F461

HEX: #95F461
RGB: (149,244,97)

Color info

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

RGB color model

#95F461 color RGB value is (149,244,97).

  • red value is 149;
  • green value is 244;
  • blue value is 97.
RGB:
(149,244,97)
(58%,96%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 244 of 255 = 96%
B 97 of 255 = 38%

149
244
97

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

Portions of RGB colors in percentages

R + G + B =
149 + 244 + 97 = 490 (100%)
R 149 of 490 ~ 30.41%
G 244 of 490 ~ 49.8%
B 97 of 490 ~ 19.8%

%30.41
%49.8
%19.8

CMYK color model

#95F461 color CMYK value is (39,0,60,4).

  • cyan value is 38.93%
  • magenta value is 0.00%
  • yellow value is 60.25%
  • key color value is 4.31%
CMYK:
(39,0,60,4)
C39M0Y60K4 
(39%,0%,60%,4%)
(0.39/0.00/0.60/0.04)	

CMYK percentages

%38.93
%0
%60.25
%4.31

Codes

Color #95F461 in popluar color models

95F461
RGB14924497
HSL99°86.98%66.86%
HSB/HSV99°60.25%95.69%
CMYK38.93%0.00%60.25%
4.31%

Color #95F461 in popluar number systems.

HEX95F461
Decimal14924497
Binary10010101111101001100001
Octal225364141

Shades and tints

Shades of #95F461

#95F461
(149,244,97)
#88DE59
(136,222,89)
#7BC851
(123,200,81)
#6EB249
(110,178,73)
#619C41
(97,156,65)
#548639
(84,134,57)
#477031
(71,112,49)
#3A5A29
(58,90,41)
#2D4421
(45,68,33)
#202E19
(32,46,25)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #95F461

#95F461
(149,244,97)
#9EF56F
(158,245,111)
#A7F67D
(167,246,125)
#B0F78B
(176,247,139)
#B9F899
(185,248,153)
#C2F9A7
(194,249,167)
#CBFAB5
(203,250,181)
#D4FBC3
(212,251,195)
#DDFCD1
(221,252,209)
#E6FDDF
(230,253,223)
#EFFEED
(239,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F461 color. Also use rgb(149,244,97) instead hex code.

Text Font Color

.myTextColor { color: #95F461; }

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

This text font color is #95F461.


Background Color

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

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

This div background color is #95F461.


Border color

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

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

This div border color is #95F461.


Opacity

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

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

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

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

This text has shadow with #95F461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F461 on black background.


Color preview on white background

This text has color #95F461 on white background.



Black color preview on #95F461 background

This text has black color on #95F461 background.


White color preview on #95F461 background

This text has white color on #95F461 background.