COLOR #95F565

HEX: #95F565
RGB: (149,245,101)

Color info

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

RGB color model

#95F565 color RGB value is (149,245,101).

  • red value is 149;
  • green value is 245;
  • blue value is 101.
RGB:
(149,245,101)
(58%,96%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 245 of 255 = 96%
B 101 of 255 = 40%

149
245
101

R + G + B ~ 65%. #95F565 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 245 + 101 = 495 (100%)
R 149 of 495 ~ 30.1%
G 245 of 495 ~ 49.49%
B 101 of 495 ~ 20.4%

%30.1
%49.49
%20.4

CMYK color model

#95F565 color CMYK value is (39,0,59,4).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 58.78%
  • key color value is 3.92%
CMYK:
(39,0,59,4)
C39M0Y59K4 
(39%,0%,59%,4%)
(0.39/0.00/0.59/0.04)	

CMYK percentages

%39.18
%0
%58.78
%3.92

Codes

Color #95F565 in popluar color models

95F565
RGB149245101
HSL100°87.80%67.84%
HSB/HSV100°58.78%96.08%
CMYK39.18%0.00%58.78%
3.92%

Color #95F565 in popluar number systems.

HEX95F565
Decimal149245101
Binary10010101111101011100101
Octal225365145

Shades and tints

Shades of #95F565

#95F565
(149,245,101)
#88DF5C
(136,223,92)
#7BC953
(123,201,83)
#6EB34A
(110,179,74)
#619D41
(97,157,65)
#548738
(84,135,56)
#47712F
(71,113,47)
#3A5B26
(58,91,38)
#2D451D
(45,69,29)
#202F14
(32,47,20)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #95F565

#95F565
(149,245,101)
#9EF573
(158,245,115)
#A7F581
(167,245,129)
#B0F58F
(176,245,143)
#B9F59D
(185,245,157)
#C2F5AB
(194,245,171)
#CBF5B9
(203,245,185)
#D4F5C7
(212,245,199)
#DDF5D5
(221,245,213)
#E6F5E3
(230,245,227)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F565 color. Also use rgb(149,245,101) instead hex code.

Text Font Color

.myTextColor { color: #95F565; }

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

This text font color is #95F565.


Background Color

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

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

This div background color is #95F565.


Border color

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

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

This div border color is #95F565.


Opacity

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

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

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

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

This text has shadow with #95F565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F565 on black background.


Color preview on white background

This text has color #95F565 on white background.



Black color preview on #95F565 background

This text has black color on #95F565 background.


White color preview on #95F565 background

This text has white color on #95F565 background.