COLOR #7DC03D

HEX: #7DC03D
RGB: (125,192,61)

Color info

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

RGB color model

#7DC03D color RGB value is (125,192,61).

  • red value is 125;
  • green value is 192;
  • blue value is 61.
RGB:
(125,192,61)
(49%,75%,24%)

RGB channels and saturation

R 125 of 255 = 49%
G 192 of 255 = 75%
B 61 of 255 = 24%

125
192
61

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

Portions of RGB colors in percentages

R + G + B =
125 + 192 + 61 = 378 (100%)
R 125 of 378 ~ 33.07%
G 192 of 378 ~ 50.79%
B 61 of 378 ~ 16.14%

%33.07
%50.79
%16.14

CMYK color model

#7DC03D color CMYK value is (35,0,68,25).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 68.23%
  • key color value is 24.71%
CMYK:
(35,0,68,25)
C35M0Y68K25 
(35%,0%,68%,25%)
(0.35/0.00/0.68/0.25)	

CMYK percentages

%34.9
%0
%68.23
%24.71

Codes

Color #7DC03D in popluar color models

7DC03D
RGB12519261
HSL91°51.78%49.61%
HSB/HSV91°68.23%75.29%
CMYK34.90%0.00%68.23%
24.71%

Color #7DC03D in popluar number systems.

HEX7DC03D
Decimal12519261
Binary111110111000000111101
Octal17530075

Shades and tints

Shades of #7DC03D

#7DC03D
(125,192,61)
#72AF38
(114,175,56)
#679E33
(103,158,51)
#5C8D2E
(92,141,46)
#517C29
(81,124,41)
#466B24
(70,107,36)
#3B5A1F
(59,90,31)
#30491A
(48,73,26)
#253815
(37,56,21)
#1A2710
(26,39,16)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #7DC03D

#7DC03D
(125,192,61)
#88C54E
(136,197,78)
#93CA5F
(147,202,95)
#9ECF70
(158,207,112)
#A9D481
(169,212,129)
#B4D992
(180,217,146)
#BFDEA3
(191,222,163)
#CAE3B4
(202,227,180)
#D5E8C5
(213,232,197)
#E0EDD6
(224,237,214)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC03D color. Also use rgb(125,192,61) instead hex code.

Text Font Color

.myTextColor { color: #7DC03D; }

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

This text font color is #7DC03D.


Background Color

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

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

This div background color is #7DC03D.


Border color

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

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

This div border color is #7DC03D.


Opacity

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

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

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

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

This text has shadow with #7DC03D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC03D on black background.


Color preview on white background

This text has color #7DC03D on white background.



Black color preview on #7DC03D background

This text has black color on #7DC03D background.


White color preview on #7DC03D background

This text has white color on #7DC03D background.