COLOR #7DEC9A

HEX: #7DEC9A
RGB: (125,236,154)

Color info

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

RGB color model

#7DEC9A color RGB value is (125,236,154).

  • red value is 125;
  • green value is 236;
  • blue value is 154.
RGB:
(125,236,154)
(49%,93%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 236 of 255 = 93%
B 154 of 255 = 60%

125
236
154

R + G + B ~ 67%. #7DEC9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 236 + 154 = 515 (100%)
R 125 of 515 ~ 24.27%
G 236 of 515 ~ 45.83%
B 154 of 515 ~ 29.9%

%24.27
%45.83
%29.9

CMYK color model

#7DEC9A color CMYK value is (47,0,35,7).

  • cyan value is 47.03%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 7.45%
CMYK:
(47,0,35,7)
C47M0Y35K7 
(47%,0%,35%,7%)
(0.47/0.00/0.35/0.07)	

CMYK percentages

%47.03
%0
%34.75
%7.45

Codes

Color #7DEC9A in popluar color models

7DEC9A
RGB125236154
HSL136°74.50%70.78%
HSB/HSV136°47.03%92.55%
CMYK47.03%0.00%34.75%
7.45%

Color #7DEC9A in popluar number systems.

HEX7DEC9A
Decimal125236154
Binary11111011110110010011010
Octal175354232

Shades and tints

Shades of #7DEC9A

#7DEC9A
(125,236,154)
#72D78C
(114,215,140)
#67C27E
(103,194,126)
#5CAD70
(92,173,112)
#519862
(81,152,98)
#468354
(70,131,84)
#3B6E46
(59,110,70)
#305938
(48,89,56)
#25442A
(37,68,42)
#1A2F1C
(26,47,28)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #7DEC9A

#7DEC9A
(125,236,154)
#88EDA3
(136,237,163)
#93EEAC
(147,238,172)
#9EEFB5
(158,239,181)
#A9F0BE
(169,240,190)
#B4F1C7
(180,241,199)
#BFF2D0
(191,242,208)
#CAF3D9
(202,243,217)
#D5F4E2
(213,244,226)
#E0F5EB
(224,245,235)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DEC9A color. Also use rgb(125,236,154) instead hex code.

Text Font Color

.myTextColor { color: #7DEC9A; }

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

This text font color is #7DEC9A.


Background Color

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

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

This div background color is #7DEC9A.


Border color

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

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

This div border color is #7DEC9A.


Opacity

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

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

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

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

This text has shadow with #7DEC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DEC9A on black background.


Color preview on white background

This text has color #7DEC9A on white background.



Black color preview on #7DEC9A background

This text has black color on #7DEC9A background.


White color preview on #7DEC9A background

This text has white color on #7DEC9A background.