COLOR #7DE45B

HEX: #7DE45B RGB: (125,228,91)

Color info

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

RGB color model

#7DE45B color RGB value is (125,228,91).

RGB: (125,228,91) (49%, 89%, 36%)

RGB channels and saturation

R 125 of 255 = 49%
G 228 of 255 = 89%
B 91 of 255 = 36%

125
228
91

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

Portions of RGB colors in percentages

R + G + B = 125 + 228 + 91 = 444 (100%)
R 125 of 444 ~ 28.15%
G 228 of 444 ~ 51.35%
B 91 of 444 ~ 20.5'%

%28.15
%51.35
%20.5

CMYK color model

#7DE45B color CMYK value is (45,0,60,11).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 60.09%
  • key color value is 10.59%
CMYK: (45,0,60,11) C45M0Y60K11 (45%,0%,60%,11%) (0.45/0.00/0.60/0.11) 

CMYK percentages

%45.18
%0
%60.09
%10.59

Codes

Color #7DE45B in popluar color models

7D E4 5B
RGB 125 228 91
HSL 105° 71.73% 62.55%
HSB/HSV 105° 60.09% 89.41%
CMYK 45.18% 0.00% 60.09%
10.59%

Color #7DE45B in popluar number systems.

HEX 7D E4 5B
Decimal 125 228 91
Binary 1111101 11100100 1011011
Octal 175 344 133

Shades and tints

Shades of #7DE45B

#7DE45B
(125,228,91)
#72D053
(114,208,83)
#67BC4B
(103,188,75)
#5CA843
(92,168,67)
#51943B
(81,148,59)
#468033
(70,128,51)
#3B6C2B
(59,108,43)
#305823
(48,88,35)
#25441B
(37,68,27)
#1A3013
(26,48,19)
#0F1C0B
(15,28,11)
#000000
(0,0,0)

Tints of #7DE45B

#7DE45B
(125,228,91)
#88E669
(136,230,105)
#93E877
(147,232,119)
#9EEA85
(158,234,133)
#A9EC93
(169,236,147)
#B4EEA1
(180,238,161)
#BFF0AF
(191,240,175)
#CAF2BD
(202,242,189)
#D5F4CB
(213,244,203)
#E0F6D9
(224,246,217)
#EBF8E7
(235,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE45B color. Also use rgb(125,228,91) instead hex code.

Text Font Color

.myTextColor { color: #7DE45B; }

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

This text font color is #7DE45B.

Background Color

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

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

This div background color is #7DE45B.

Border color

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

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

This div border color is #7DE45B.

Opacity

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

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

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

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

This text has shadow with #7DE45B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DE45B.

Preview

Color preview on black background

This text has color #7DE45B on black background.


Color preview on white background

This text has color #7DE45B on white background.


Black color preview on #7DE45B background

This text has black color on #7DE45B background.


White color preview on #7DE45B background

This text has white color on #7DE45B background.


Related colors

Complementary color

Complementary color for #hex is #821BA4.


I love getcolorcode.com

Triadic colors

1 #5B7DE4 and #E45B7D with #7DE45B are triadic colors.

2 #5BE47D and #E47D5B with #7DE45B are triadic colors.