COLOR #95F907

HEX: #95F907
RGB: (149,249,7)

Color info

#95F907 contains mainly green color. Web safe color of #95F907 is #99FF00 (or #9F0).

RGB color model

#95F907 color RGB value is (149,249,7).

  • red value is 149;
  • green value is 249;
  • blue value is 7.
RGB:
(149,249,7)
(58%,98%,3%)

RGB channels and saturation

R 149 of 255 = 58%
G 249 of 255 = 98%
B 7 of 255 = 3%

149
249
7

R + G + B ~ 53%. #95F907 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 249 + 7 = 405 (100%)
R 149 of 405 ~ 36.79%
G 249 of 405 ~ 61.48%
B 7 of 405 ~ 1.73%

%36.79
%61.48

CMYK color model

#95F907 color CMYK value is (40,0,97,2).

  • cyan value is 40.16%
  • magenta value is 0.00%
  • yellow value is 97.19%
  • key color value is 2.35%
CMYK:
(40,0,97,2)
C40M0Y97K2 
(40%,0%,97%,2%)
(0.40/0.00/0.97/0.02)	

CMYK percentages

%40.16
%0
%97.19
%2.35

Codes

Color #95F907 in popluar color models

95F907
RGB1492497
HSL85°95.28%50.20%
HSB/HSV85°97.19%97.65%
CMYK40.16%0.00%97.19%
2.35%

Color #95F907 in popluar number systems.

HEX95F907
Decimal1492497
Binary1001010111111001111
Octal2253717

Shades and tints

Shades of #95F907

#95F907
(149,249,7)
#88E307
(136,227,7)
#7BCD07
(123,205,7)
#6EB707
(110,183,7)
#61A107
(97,161,7)
#548B07
(84,139,7)
#477507
(71,117,7)
#3A5F07
(58,95,7)
#2D4907
(45,73,7)
#203307
(32,51,7)
#131D07
(19,29,7)
#000000
(0,0,0)

Tints of #95F907

#95F907
(149,249,7)
#9EF91D
(158,249,29)
#A7F933
(167,249,51)
#B0F949
(176,249,73)
#B9F95F
(185,249,95)
#C2F975
(194,249,117)
#CBF98B
(203,249,139)
#D4F9A1
(212,249,161)
#DDF9B7
(221,249,183)
#E6F9CD
(230,249,205)
#EFF9E3
(239,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F907 color. Also use rgb(149,249,7) instead hex code.

Text Font Color

.myTextColor { color: #95F907; }

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

This text font color is #95F907.


Background Color

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

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

This div background color is #95F907.


Border color

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

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

This div border color is #95F907.


Opacity

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

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

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

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

This text has shadow with #95F907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F907 on black background.


Color preview on white background

This text has color #95F907 on white background.



Black color preview on #95F907 background

This text has black color on #95F907 background.


White color preview on #95F907 background

This text has white color on #95F907 background.