COLOR #7DE35D

HEX: #7DE35D
RGB: (125,227,93)

Color info

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

RGB color model

#7DE35D color RGB value is (125,227,93).

  • red value is 125;
  • green value is 227;
  • blue value is 93.
RGB:
(125,227,93)
(49%,89%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 227 of 255 = 89%
B 93 of 255 = 36%

125
227
93

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

Portions of RGB colors in percentages

R + G + B =
125 + 227 + 93 = 445 (100%)
R 125 of 445 ~ 28.09%
G 227 of 445 ~ 51.01%
B 93 of 445 ~ 20.9%

%28.09
%51.01
%20.9

CMYK color model

#7DE35D color CMYK value is (45,0,59,11).

  • cyan value is 44.93%
  • magenta value is 0.00%
  • yellow value is 59.03%
  • key color value is 10.98%
CMYK:
(45,0,59,11)
C45M0Y59K11 
(45%,0%,59%,11%)
(0.45/0.00/0.59/0.11)	

CMYK percentages

%44.93
%0
%59.03
%10.98

Codes

Color #7DE35D in popluar color models

7DE35D
RGB12522793
HSL106°70.53%62.75%
HSB/HSV106°59.03%89.02%
CMYK44.93%0.00%59.03%
10.98%

Color #7DE35D in popluar number systems.

HEX7DE35D
Decimal12522793
Binary1111101111000111011101
Octal175343135

Shades and tints

Shades of #7DE35D

#7DE35D
(125,227,93)
#72CF55
(114,207,85)
#67BB4D
(103,187,77)
#5CA745
(92,167,69)
#51933D
(81,147,61)
#467F35
(70,127,53)
#3B6B2D
(59,107,45)
#305725
(48,87,37)
#25431D
(37,67,29)
#1A2F15
(26,47,21)
#0F1B0D
(15,27,13)
#000000
(0,0,0)

Tints of #7DE35D

#7DE35D
(125,227,93)
#88E56B
(136,229,107)
#93E779
(147,231,121)
#9EE987
(158,233,135)
#A9EB95
(169,235,149)
#B4EDA3
(180,237,163)
#BFEFB1
(191,239,177)
#CAF1BF
(202,241,191)
#D5F3CD
(213,243,205)
#E0F5DB
(224,245,219)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE35D color. Also use rgb(125,227,93) instead hex code.

Text Font Color

.myTextColor { color: #7DE35D; }

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

This text font color is #7DE35D.


Background Color

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

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

This div background color is #7DE35D.


Border color

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

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

This div border color is #7DE35D.


Opacity

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

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

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

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

This text has shadow with #7DE35D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE35D on black background.


Color preview on white background

This text has color #7DE35D on white background.



Black color preview on #7DE35D background

This text has black color on #7DE35D background.


White color preview on #7DE35D background

This text has white color on #7DE35D background.