COLOR #7DDB62

HEX: #7DDB62
RGB: (125,219,98)

Color info

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

RGB color model

#7DDB62 color RGB value is (125,219,98).

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

RGB channels and saturation

R 125 of 255 = 49%
G 219 of 255 = 86%
B 98 of 255 = 38%

125
219
98

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

Portions of RGB colors in percentages

R + G + B =
125 + 219 + 98 = 442 (100%)
R 125 of 442 ~ 28.28%
G 219 of 442 ~ 49.55%
B 98 of 442 ~ 22.17%

%28.28
%49.55
%22.17

CMYK color model

#7DDB62 color CMYK value is (43,0,55,14).

  • cyan value is 42.92%
  • magenta value is 0.00%
  • yellow value is 55.25%
  • key color value is 14.12%
CMYK:
(43,0,55,14)
C43M0Y55K14 
(43%,0%,55%,14%)
(0.43/0.00/0.55/0.14)	

CMYK percentages

%42.92
%0
%55.25
%14.12

Codes

Color #7DDB62 in popluar color models

7DDB62
RGB12521998
HSL107°62.69%62.16%
HSB/HSV107°55.25%85.88%
CMYK42.92%0.00%55.25%
14.12%

Color #7DDB62 in popluar number systems.

HEX7DDB62
Decimal12521998
Binary1111101110110111100010
Octal175333142

Shades and tints

Shades of #7DDB62

#7DDB62
(125,219,98)
#72C85A
(114,200,90)
#67B552
(103,181,82)
#5CA24A
(92,162,74)
#518F42
(81,143,66)
#467C3A
(70,124,58)
#3B6932
(59,105,50)
#30562A
(48,86,42)
#254322
(37,67,34)
#1A301A
(26,48,26)
#0F1D12
(15,29,18)
#000000
(0,0,0)

Tints of #7DDB62

#7DDB62
(125,219,98)
#88DE70
(136,222,112)
#93E17E
(147,225,126)
#9EE48C
(158,228,140)
#A9E79A
(169,231,154)
#B4EAA8
(180,234,168)
#BFEDB6
(191,237,182)
#CAF0C4
(202,240,196)
#D5F3D2
(213,243,210)
#E0F6E0
(224,246,224)
#EBF9EE
(235,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DDB62; }

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

This text font color is #7DDB62.


Background Color

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

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

This div background color is #7DDB62.


Border color

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

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

This div border color is #7DDB62.


Opacity

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

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

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

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

This text has shadow with #7DDB62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DDB62 on black background.


Color preview on white background

This text has color #7DDB62 on white background.



Black color preview on #7DDB62 background

This text has black color on #7DDB62 background.


White color preview on #7DDB62 background

This text has white color on #7DDB62 background.