COLOR #7DFC96

HEX: #7DFC96
RGB: (125,252,150)

Color info

#7DFC96 contains mainly green color. Web safe color of #7DFC96 is #66FF99 (or #6F9).

RGB color model

#7DFC96 color RGB value is (125,252,150).

  • red value is 125;
  • green value is 252;
  • blue value is 150.
RGB:
(125,252,150)
(49%,99%,59%)

RGB channels and saturation

R 125 of 255 = 49%
G 252 of 255 = 99%
B 150 of 255 = 59%

125
252
150

R + G + B ~ 69%. #7DFC96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 252 + 150 = 527 (100%)
R 125 of 527 ~ 23.72%
G 252 of 527 ~ 47.82%
B 150 of 527 ~ 28.46%

%23.72
%47.82
%28.46

CMYK color model

#7DFC96 color CMYK value is (50,0,40,1).

  • cyan value is 50.40%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 1.18%
CMYK:
(50,0,40,1)
C50M0Y40K1 
(50%,0%,40%,1%)
(0.50/0.00/0.40/0.01)	

CMYK percentages

%50.4
%0
%40.48
%1.18

Codes

Color #7DFC96 in popluar color models

7DFC96
RGB125252150
HSL132°95.49%73.92%
HSB/HSV132°50.40%98.82%
CMYK50.40%0.00%40.48%
1.18%

Color #7DFC96 in popluar number systems.

HEX7DFC96
Decimal125252150
Binary11111011111110010010110
Octal175374226

Shades and tints

Shades of #7DFC96

#7DFC96
(125,252,150)
#72E689
(114,230,137)
#67D07C
(103,208,124)
#5CBA6F
(92,186,111)
#51A462
(81,164,98)
#468E55
(70,142,85)
#3B7848
(59,120,72)
#30623B
(48,98,59)
#254C2E
(37,76,46)
#1A3621
(26,54,33)
#0F2014
(15,32,20)
#000000
(0,0,0)

Tints of #7DFC96

#7DFC96
(125,252,150)
#88FC9F
(136,252,159)
#93FCA8
(147,252,168)
#9EFCB1
(158,252,177)
#A9FCBA
(169,252,186)
#B4FCC3
(180,252,195)
#BFFCCC
(191,252,204)
#CAFCD5
(202,252,213)
#D5FCDE
(213,252,222)
#E0FCE7
(224,252,231)
#EBFCF0
(235,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DFC96 color. Also use rgb(125,252,150) instead hex code.

Text Font Color

.myTextColor { color: #7DFC96; }

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

This text font color is #7DFC96.


Background Color

.myBgColor { background-color: #7DFC96; }

<div style="background-color:#7DFC96">Inner text</div>

This div background color is #7DFC96.


Border color

.myBorderColor { border: 1px solid #7DFC96; }

<div style="border:3px solid #7DFC96">Div</div>

This div border color is #7DFC96.


Opacity

.myOpacity80 { color: #7DFC96; opacity: 0.8; }

<p style="color:#7DFC96;opacity:0.8;">80%</p>

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

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

This text has shadow with #7DFC96 color.

.textShadow {text-shadow: 3px 3px 1px #7DFC96, 3px 3px 1px red;}

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

This text has shadow with #7DFC96 primary color and red secondary color.


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

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

This text has shadow with #7DFC96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DFC96 on black background.


Color preview on white background

This text has color #7DFC96 on white background.



Black color preview on #7DFC96 background

This text has black color on #7DFC96 background.


White color preview on #7DFC96 background

This text has white color on #7DFC96 background.