COLOR #7DE81A

HEX: #7DE81A
RGB: (125,232,26)

Color info

#7DE81A contains mainly green color. Web safe color of #7DE81A is #66FF00 (or #6F0).

RGB color model

#7DE81A color RGB value is (125,232,26).

  • red value is 125;
  • green value is 232;
  • blue value is 26.
RGB:
(125,232,26)
(49%,91%,10%)

RGB channels and saturation

R 125 of 255 = 49%
G 232 of 255 = 91%
B 26 of 255 = 10%

125
232
26

R + G + B ~ 50%. #7DE81A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 232 + 26 = 383 (100%)
R 125 of 383 ~ 32.64%
G 232 of 383 ~ 60.57%
B 26 of 383 ~ 6.79%

%32.64
%60.57

CMYK color model

#7DE81A color CMYK value is (46,0,89,9).

  • cyan value is 46.12%
  • magenta value is 0.00%
  • yellow value is 88.79%
  • key color value is 9.02%
CMYK:
(46,0,89,9)
C46M0Y89K9 
(46%,0%,89%,9%)
(0.46/0.00/0.89/0.09)	

CMYK percentages

%46.12
%0
%88.79
%9.02

Codes

Color #7DE81A in popluar color models

7DE81A
RGB12523226
HSL91°81.75%50.59%
HSB/HSV91°88.79%90.98%
CMYK46.12%0.00%88.79%
9.02%

Color #7DE81A in popluar number systems.

HEX7DE81A
Decimal12523226
Binary11111011110100011010
Octal17535032

Shades and tints

Shades of #7DE81A

#7DE81A
(125,232,26)
#72D318
(114,211,24)
#67BE16
(103,190,22)
#5CA914
(92,169,20)
#519412
(81,148,18)
#467F10
(70,127,16)
#3B6A0E
(59,106,14)
#30550C
(48,85,12)
#25400A
(37,64,10)
#1A2B08
(26,43,8)
#0F1606
(15,22,6)
#000000
(0,0,0)

Tints of #7DE81A

#7DE81A
(125,232,26)
#88EA2E
(136,234,46)
#93EC42
(147,236,66)
#9EEE56
(158,238,86)
#A9F06A
(169,240,106)
#B4F27E
(180,242,126)
#BFF492
(191,244,146)
#CAF6A6
(202,246,166)
#D5F8BA
(213,248,186)
#E0FACE
(224,250,206)
#EBFCE2
(235,252,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE81A color. Also use rgb(125,232,26) instead hex code.

Text Font Color

.myTextColor { color: #7DE81A; }

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

This text font color is #7DE81A.


Background Color

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

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

This div background color is #7DE81A.


Border color

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

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

This div border color is #7DE81A.


Opacity

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

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

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

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

This text has shadow with #7DE81A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE81A on black background.


Color preview on white background

This text has color #7DE81A on white background.



Black color preview on #7DE81A background

This text has black color on #7DE81A background.


White color preview on #7DE81A background

This text has white color on #7DE81A background.