COLOR #7DB50C

HEX: #7DB50C
RGB: (125,181,12)

Color info

#7DB50C contains mainly red and green colors. Web safe color of #7DB50C is #66CC00 (or #6C0).

RGB color model

#7DB50C color RGB value is (125,181,12).

  • red value is 125;
  • green value is 181;
  • blue value is 12.
RGB:
(125,181,12)
(49%,71%,5%)

RGB channels and saturation

R 125 of 255 = 49%
G 181 of 255 = 71%
B 12 of 255 = 5%

125
181
12

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

Portions of RGB colors in percentages

R + G + B =
125 + 181 + 12 = 318 (100%)
R 125 of 318 ~ 39.31%
G 181 of 318 ~ 56.92%
B 12 of 318 ~ 3.77%

%39.31
%56.92

CMYK color model

#7DB50C color CMYK value is (31,0,93,29).

  • cyan value is 30.94%
  • magenta value is 0.00%
  • yellow value is 93.37%
  • key color value is 29.02%
CMYK:
(31,0,93,29)
C31M0Y93K29 
(31%,0%,93%,29%)
(0.31/0.00/0.93/0.29)	

CMYK percentages

%30.94
%0
%93.37
%29.02

Codes

Color #7DB50C in popluar color models

7DB50C
RGB12518112
HSL80°87.56%37.84%
HSB/HSV80°93.37%70.98%
CMYK30.94%0.00%93.37%
29.02%

Color #7DB50C in popluar number systems.

HEX7DB50C
Decimal12518112
Binary1111101101101011100
Octal17526514

Shades and tints

Shades of #7DB50C

#7DB50C
(125,181,12)
#72A50B
(114,165,11)
#67950A
(103,149,10)
#5C8509
(92,133,9)
#517508
(81,117,8)
#466507
(70,101,7)
#3B5506
(59,85,6)
#304505
(48,69,5)
#253504
(37,53,4)
#1A2503
(26,37,3)
#0F1502
(15,21,2)
#000000
(0,0,0)

Tints of #7DB50C

#7DB50C
(125,181,12)
#88BB22
(136,187,34)
#93C138
(147,193,56)
#9EC74E
(158,199,78)
#A9CD64
(169,205,100)
#B4D37A
(180,211,122)
#BFD990
(191,217,144)
#CADFA6
(202,223,166)
#D5E5BC
(213,229,188)
#E0EBD2
(224,235,210)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB50C color. Also use rgb(125,181,12) instead hex code.

Text Font Color

.myTextColor { color: #7DB50C; }

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

This text font color is #7DB50C.


Background Color

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

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

This div background color is #7DB50C.


Border color

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

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

This div border color is #7DB50C.


Opacity

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

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

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

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

This text has shadow with #7DB50C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB50C on black background.


Color preview on white background

This text has color #7DB50C on white background.



Black color preview on #7DB50C background

This text has black color on #7DB50C background.


White color preview on #7DB50C background

This text has white color on #7DB50C background.