COLOR #7DB54E

HEX: #7DB54E
RGB: (125,181,78)

Color info

#7DB54E contains mainly red and green colors. Web safe color of #7DB54E is #66CC66 (or #6C6).

RGB color model

#7DB54E color RGB value is (125,181,78).

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

RGB channels and saturation

R 125 of 255 = 49%
G 181 of 255 = 71%
B 78 of 255 = 31%

125
181
78

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

Portions of RGB colors in percentages

R + G + B =
125 + 181 + 78 = 384 (100%)
R 125 of 384 ~ 32.55%
G 181 of 384 ~ 47.14%
B 78 of 384 ~ 20.31%

%32.55
%47.14
%20.31

CMYK color model

#7DB54E color CMYK value is (31,0,57,29).

  • cyan value is 30.94%
  • magenta value is 0.00%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(31,0,57,29)
C31M0Y57K29 
(31%,0%,57%,29%)
(0.31/0.00/0.57/0.29)	

CMYK percentages

%30.94
%0
%56.91
%29.02

Codes

Color #7DB54E in popluar color models

7DB54E
RGB12518178
HSL93°41.04%50.78%
HSB/HSV93°56.91%70.98%
CMYK30.94%0.00%56.91%
29.02%

Color #7DB54E in popluar number systems.

HEX7DB54E
Decimal12518178
Binary1111101101101011001110
Octal175265116

Shades and tints

Shades of #7DB54E

#7DB54E
(125,181,78)
#72A547
(114,165,71)
#679540
(103,149,64)
#5C8539
(92,133,57)
#517532
(81,117,50)
#46652B
(70,101,43)
#3B5524
(59,85,36)
#30451D
(48,69,29)
#253516
(37,53,22)
#1A250F
(26,37,15)
#0F1508
(15,21,8)
#000000
(0,0,0)

Tints of #7DB54E

#7DB54E
(125,181,78)
#88BB5E
(136,187,94)
#93C16E
(147,193,110)
#9EC77E
(158,199,126)
#A9CD8E
(169,205,142)
#B4D39E
(180,211,158)
#BFD9AE
(191,217,174)
#CADFBE
(202,223,190)
#D5E5CE
(213,229,206)
#E0EBDE
(224,235,222)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB54E; }

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

This text font color is #7DB54E.


Background Color

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

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

This div background color is #7DB54E.


Border color

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

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

This div border color is #7DB54E.


Opacity

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

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

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

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

This text has shadow with #7DB54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB54E on black background.


Color preview on white background

This text has color #7DB54E on white background.



Black color preview on #7DB54E background

This text has black color on #7DB54E background.


White color preview on #7DB54E background

This text has white color on #7DB54E background.