COLOR #7DE441

HEX: #7DE441
RGB: (125,228,65)

Color info

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

RGB color model

#7DE441 color RGB value is (125,228,65).

  • red value is 125;
  • green value is 228;
  • blue value is 65.
RGB:
(125,228,65)
(49%,89%,25%)

RGB channels and saturation

R 125 of 255 = 49%
G 228 of 255 = 89%
B 65 of 255 = 25%

125
228
65

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

Portions of RGB colors in percentages

R + G + B =
125 + 228 + 65 = 418 (100%)
R 125 of 418 ~ 29.9%
G 228 of 418 ~ 54.55%
B 65 of 418 ~ 15.55%

%29.9
%54.55
%15.55

CMYK color model

#7DE441 color CMYK value is (45,0,71,11).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 71.49%
  • key color value is 10.59%
CMYK:
(45,0,71,11)
C45M0Y71K11 
(45%,0%,71%,11%)
(0.45/0.00/0.71/0.11)	

CMYK percentages

%45.18
%0
%71.49
%10.59

Codes

Color #7DE441 in popluar color models

7DE441
RGB12522865
HSL98°75.12%57.45%
HSB/HSV98°71.49%89.41%
CMYK45.18%0.00%71.49%
10.59%

Color #7DE441 in popluar number systems.

HEX7DE441
Decimal12522865
Binary1111101111001001000001
Octal175344101

Shades and tints

Shades of #7DE441

#7DE441
(125,228,65)
#72D03C
(114,208,60)
#67BC37
(103,188,55)
#5CA832
(92,168,50)
#51942D
(81,148,45)
#468028
(70,128,40)
#3B6C23
(59,108,35)
#30581E
(48,88,30)
#254419
(37,68,25)
#1A3014
(26,48,20)
#0F1C0F
(15,28,15)
#000000
(0,0,0)

Tints of #7DE441

#7DE441
(125,228,65)
#88E652
(136,230,82)
#93E863
(147,232,99)
#9EEA74
(158,234,116)
#A9EC85
(169,236,133)
#B4EE96
(180,238,150)
#BFF0A7
(191,240,167)
#CAF2B8
(202,242,184)
#D5F4C9
(213,244,201)
#E0F6DA
(224,246,218)
#EBF8EB
(235,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DE441; }

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

This text font color is #7DE441.


Background Color

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

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

This div background color is #7DE441.


Border color

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

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

This div border color is #7DE441.


Opacity

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

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

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

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

This text has shadow with #7DE441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE441 on black background.


Color preview on white background

This text has color #7DE441 on white background.



Black color preview on #7DE441 background

This text has black color on #7DE441 background.


White color preview on #7DE441 background

This text has white color on #7DE441 background.