COLOR #7DE67F

HEX: #7DE67F
RGB: (125,230,127)

Color info

#7DE67F contains mainly green color. Web safe color of #7DE67F is #66CC66 (or #6C6).

RGB color model

#7DE67F color RGB value is (125,230,127).

  • red value is 125;
  • green value is 230;
  • blue value is 127.
RGB:
(125,230,127)
(49%,90%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 230 of 255 = 90%
B 127 of 255 = 50%

125
230
127

R + G + B ~ 63%. #7DE67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 230 + 127 = 482 (100%)
R 125 of 482 ~ 25.93%
G 230 of 482 ~ 47.72%
B 127 of 482 ~ 26.35%

%25.93
%47.72
%26.35

CMYK color model

#7DE67F color CMYK value is (46,0,45,10).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 9.80%
CMYK:
(46,0,45,10)
C46M0Y45K10 
(46%,0%,45%,10%)
(0.46/0.00/0.45/0.10)	

CMYK percentages

%45.65
%0
%44.78
%9.8

Codes

Color #7DE67F in popluar color models

7DE67F
RGB125230127
HSL121°67.74%69.61%
HSB/HSV121°45.65%90.20%
CMYK45.65%0.00%44.78%
9.80%

Color #7DE67F in popluar number systems.

HEX7DE67F
Decimal125230127
Binary1111101111001101111111
Octal175346177

Shades and tints

Shades of #7DE67F

#7DE67F
(125,230,127)
#72D274
(114,210,116)
#67BE69
(103,190,105)
#5CAA5E
(92,170,94)
#519653
(81,150,83)
#468248
(70,130,72)
#3B6E3D
(59,110,61)
#305A32
(48,90,50)
#254627
(37,70,39)
#1A321C
(26,50,28)
#0F1E11
(15,30,17)
#000000
(0,0,0)

Tints of #7DE67F

#7DE67F
(125,230,127)
#88E88A
(136,232,138)
#93EA95
(147,234,149)
#9EECA0
(158,236,160)
#A9EEAB
(169,238,171)
#B4F0B6
(180,240,182)
#BFF2C1
(191,242,193)
#CAF4CC
(202,244,204)
#D5F6D7
(213,246,215)
#E0F8E2
(224,248,226)
#EBFAED
(235,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE67F color. Also use rgb(125,230,127) instead hex code.

Text Font Color

.myTextColor { color: #7DE67F; }

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

This text font color is #7DE67F.


Background Color

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

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

This div background color is #7DE67F.


Border color

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

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

This div border color is #7DE67F.


Opacity

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

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

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

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

This text has shadow with #7DE67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE67F on black background.


Color preview on white background

This text has color #7DE67F on white background.



Black color preview on #7DE67F background

This text has black color on #7DE67F background.


White color preview on #7DE67F background

This text has white color on #7DE67F background.