COLOR #7DCF78

HEX: #7DCF78
RGB: (125,207,120)

Color info

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

RGB color model

#7DCF78 color RGB value is (125,207,120).

  • red value is 125;
  • green value is 207;
  • blue value is 120.
RGB:
(125,207,120)
(49%,81%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 207 of 255 = 81%
B 120 of 255 = 47%

125
207
120

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

Portions of RGB colors in percentages

R + G + B =
125 + 207 + 120 = 452 (100%)
R 125 of 452 ~ 27.65%
G 207 of 452 ~ 45.8%
B 120 of 452 ~ 26.55%

%27.65
%45.8
%26.55

CMYK color model

#7DCF78 color CMYK value is (40,0,42,19).

  • cyan value is 39.61%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 18.82%
CMYK:
(40,0,42,19)
C40M0Y42K19 
(40%,0%,42%,19%)
(0.40/0.00/0.42/0.19)	

CMYK percentages

%39.61
%0
%42.03
%18.82

Codes

Color #7DCF78 in popluar color models

7DCF78
RGB125207120
HSL117°47.54%64.12%
HSB/HSV117°42.03%81.18%
CMYK39.61%0.00%42.03%
18.82%

Color #7DCF78 in popluar number systems.

HEX7DCF78
Decimal125207120
Binary1111101110011111111000
Octal175317170

Shades and tints

Shades of #7DCF78

#7DCF78
(125,207,120)
#72BD6E
(114,189,110)
#67AB64
(103,171,100)
#5C995A
(92,153,90)
#518750
(81,135,80)
#467546
(70,117,70)
#3B633C
(59,99,60)
#305132
(48,81,50)
#253F28
(37,63,40)
#1A2D1E
(26,45,30)
#0F1B14
(15,27,20)
#000000
(0,0,0)

Tints of #7DCF78

#7DCF78
(125,207,120)
#88D384
(136,211,132)
#93D790
(147,215,144)
#9EDB9C
(158,219,156)
#A9DFA8
(169,223,168)
#B4E3B4
(180,227,180)
#BFE7C0
(191,231,192)
#CAEBCC
(202,235,204)
#D5EFD8
(213,239,216)
#E0F3E4
(224,243,228)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCF78 color. Also use rgb(125,207,120) instead hex code.

Text Font Color

.myTextColor { color: #7DCF78; }

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

This text font color is #7DCF78.


Background Color

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

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

This div background color is #7DCF78.


Border color

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

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

This div border color is #7DCF78.


Opacity

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

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

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

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

This text has shadow with #7DCF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCF78 on black background.


Color preview on white background

This text has color #7DCF78 on white background.



Black color preview on #7DCF78 background

This text has black color on #7DCF78 background.


White color preview on #7DCF78 background

This text has white color on #7DCF78 background.