COLOR #7DFB73

HEX: #7DFB73 RGB: (125,251,115)

Color info

#7DFB73 contains mainly green color. Web safe color of #7DFB73 is #66FF66 (or #6F6).

RGB color model

#7DFB73 color RGB value is (125,251,115).

RGB: (125,251,115) (49%, 98%, 45%)

RGB channels and saturation

R 125 of 255 = 49%
G 251 of 255 = 98%
B 115 of 255 = 45%

125
251
115

R + G + B ~ 64%. #7DFB73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 251 + 115 = 491 (100%)
R 125 of 491 ~ 25.46%
G 251 of 491 ~ 51.12%
B 115 of 491 ~ 23.42'%

%25.46
%51.12
%23.42

CMYK color model

#7DFB73 color CMYK value is (50,0,54,2).

  • cyan value is 50.20%
  • magenta value is 0.00%
  • yellow value is 54.18%
  • key color value is 1.57%
CMYK: (50,0,54,2) C50M0Y54K2 (50%,0%,54%,2%) (0.50/0.00/0.54/0.02) 

CMYK percentages

%50.2
%0
%54.18
%1.57

Codes

Color #7DFB73 in popluar color models

7D FB 73
RGB 125 251 115
HSL 116° 94.44% 71.76%
HSB/HSV 116° 54.18% 98.43%
CMYK 50.20% 0.00% 54.18%
1.57%

Color #7DFB73 in popluar number systems.

HEX 7D FB 73
Decimal 125 251 115
Binary 1111101 11111011 1110011
Octal 175 373 163

Shades and tints

Shades of #7DFB73

#7DFB73
(125,251,115)
#72E569
(114,229,105)
#67CF5F
(103,207,95)
#5CB955
(92,185,85)
#51A34B
(81,163,75)
#468D41
(70,141,65)
#3B7737
(59,119,55)
#30612D
(48,97,45)
#254B23
(37,75,35)
#1A3519
(26,53,25)
#0F1F0F
(15,31,15)
#000000
(0,0,0)

Tints of #7DFB73

#7DFB73
(125,251,115)
#88FB7F
(136,251,127)
#93FB8B
(147,251,139)
#9EFB97
(158,251,151)
#A9FBA3
(169,251,163)
#B4FBAF
(180,251,175)
#BFFBBB
(191,251,187)
#CAFBC7
(202,251,199)
#D5FBD3
(213,251,211)
#E0FBDF
(224,251,223)
#EBFBEB
(235,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DFB73 color. Also use rgb(125,251,115) instead hex code.

Text Font Color

.myTextColor { color: #7DFB73; }

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

This text font color is #7DFB73.

Background Color

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

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

This div background color is #7DFB73.

Border color

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

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

This div border color is #7DFB73.

Opacity

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

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

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

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

This text has shadow with #7DFB73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DFB73.

Preview

Color preview on black background

This text has color #7DFB73 on black background.


Color preview on white background

This text has color #7DFB73 on white background.


Black color preview on #7DFB73 background

This text has black color on #7DFB73 background.


White color preview on #7DFB73 background

This text has white color on #7DFB73 background.


Related colors

Complementary color

Complementary color for #hex is #82048C.


I love getcolorcode.com

Triadic colors

1 #737DFB and #FB737D with #7DFB73 are triadic colors.

2 #73FB7D and #FB7D73 with #7DFB73 are triadic colors.