COLOR #7DE042

HEX: #7DE042
RGB: (125,224,66)

Color info

#7DE042 contains mainly green color. Web safe color of #7DE042 is #66CC33 (or #6C3).

RGB color model

#7DE042 color RGB value is (125,224,66).

  • red value is 125;
  • green value is 224;
  • blue value is 66.
RGB:
(125,224,66)
(49%,88%,26%)

RGB channels and saturation

R 125 of 255 = 49%
G 224 of 255 = 88%
B 66 of 255 = 26%

125
224
66

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

Portions of RGB colors in percentages

R + G + B =
125 + 224 + 66 = 415 (100%)
R 125 of 415 ~ 30.12%
G 224 of 415 ~ 53.98%
B 66 of 415 ~ 15.9%

%30.12
%53.98
%15.9

CMYK color model

#7DE042 color CMYK value is (44,0,71,12).

  • cyan value is 44.20%
  • magenta value is 0.00%
  • yellow value is 70.54%
  • key color value is 12.16%
CMYK:
(44,0,71,12)
C44M0Y71K12 
(44%,0%,71%,12%)
(0.44/0.00/0.71/0.12)	

CMYK percentages

%44.2
%0
%70.54
%12.16

Codes

Color #7DE042 in popluar color models

7DE042
RGB12522466
HSL98°71.82%56.86%
HSB/HSV98°70.54%87.84%
CMYK44.20%0.00%70.54%
12.16%

Color #7DE042 in popluar number systems.

HEX7DE042
Decimal12522466
Binary1111101111000001000010
Octal175340102

Shades and tints

Shades of #7DE042

#7DE042
(125,224,66)
#72CC3C
(114,204,60)
#67B836
(103,184,54)
#5CA430
(92,164,48)
#51902A
(81,144,42)
#467C24
(70,124,36)
#3B681E
(59,104,30)
#305418
(48,84,24)
#254012
(37,64,18)
#1A2C0C
(26,44,12)
#0F1806
(15,24,6)
#000000
(0,0,0)

Tints of #7DE042

#7DE042
(125,224,66)
#88E253
(136,226,83)
#93E464
(147,228,100)
#9EE675
(158,230,117)
#A9E886
(169,232,134)
#B4EA97
(180,234,151)
#BFECA8
(191,236,168)
#CAEEB9
(202,238,185)
#D5F0CA
(213,240,202)
#E0F2DB
(224,242,219)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE042 color. Also use rgb(125,224,66) instead hex code.

Text Font Color

.myTextColor { color: #7DE042; }

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

This text font color is #7DE042.


Background Color

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

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

This div background color is #7DE042.


Border color

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

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

This div border color is #7DE042.


Opacity

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

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

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

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

This text has shadow with #7DE042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE042 on black background.


Color preview on white background

This text has color #7DE042 on white background.



Black color preview on #7DE042 background

This text has black color on #7DE042 background.


White color preview on #7DE042 background

This text has white color on #7DE042 background.