COLOR #7DDF62

HEX: #7DDF62
RGB: (125,223,98)

Color info

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

RGB color model

#7DDF62 color RGB value is (125,223,98).

  • red value is 125;
  • green value is 223;
  • blue value is 98.
RGB:
(125,223,98)
(49%,87%,38%)

RGB channels and saturation

R 125 of 255 = 49%
G 223 of 255 = 87%
B 98 of 255 = 38%

125
223
98

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

Portions of RGB colors in percentages

R + G + B =
125 + 223 + 98 = 446 (100%)
R 125 of 446 ~ 28.03%
G 223 of 446 ~ 50%
B 98 of 446 ~ 21.97%

%28.03
%50
%21.97

CMYK color model

#7DDF62 color CMYK value is (44,0,56,13).

  • cyan value is 43.95%
  • magenta value is 0.00%
  • yellow value is 56.05%
  • key color value is 12.55%
CMYK:
(44,0,56,13)
C44M0Y56K13 
(44%,0%,56%,13%)
(0.44/0.00/0.56/0.13)	

CMYK percentages

%43.95
%0
%56.05
%12.55

Codes

Color #7DDF62 in popluar color models

7DDF62
RGB12522398
HSL107°66.14%62.94%
HSB/HSV107°56.05%87.45%
CMYK43.95%0.00%56.05%
12.55%

Color #7DDF62 in popluar number systems.

HEX7DDF62
Decimal12522398
Binary1111101110111111100010
Octal175337142

Shades and tints

Shades of #7DDF62

#7DDF62
(125,223,98)
#72CB5A
(114,203,90)
#67B752
(103,183,82)
#5CA34A
(92,163,74)
#518F42
(81,143,66)
#467B3A
(70,123,58)
#3B6732
(59,103,50)
#30532A
(48,83,42)
#253F22
(37,63,34)
#1A2B1A
(26,43,26)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #7DDF62

#7DDF62
(125,223,98)
#88E170
(136,225,112)
#93E37E
(147,227,126)
#9EE58C
(158,229,140)
#A9E79A
(169,231,154)
#B4E9A8
(180,233,168)
#BFEBB6
(191,235,182)
#CAEDC4
(202,237,196)
#D5EFD2
(213,239,210)
#E0F1E0
(224,241,224)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DDF62 color. Also use rgb(125,223,98) instead hex code.

Text Font Color

.myTextColor { color: #7DDF62; }

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

This text font color is #7DDF62.


Background Color

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

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

This div background color is #7DDF62.


Border color

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

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

This div border color is #7DDF62.


Opacity

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

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

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

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

This text has shadow with #7DDF62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DDF62 on black background.


Color preview on white background

This text has color #7DDF62 on white background.



Black color preview on #7DDF62 background

This text has black color on #7DDF62 background.


White color preview on #7DDF62 background

This text has white color on #7DDF62 background.