COLOR #7DC251

HEX: #7DC251 RGB: (125,194,81)

Color info

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

RGB color model

#7DC251 color RGB value is (125,194,81).

RGB: (125,194,81) (49%, 76%, 32%)

RGB channels and saturation

R 125 of 255 = 49%
G 194 of 255 = 76%
B 81 of 255 = 32%

125
194
81

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

Portions of RGB colors in percentages

R + G + B = 125 + 194 + 81 = 400 (100%)
R 125 of 400 ~ 31.25%
G 194 of 400 ~ 48.5%
B 81 of 400 ~ 20.25'%

%31.25
%48.5
%20.25

CMYK color model

#7DC251 color CMYK value is (36,0,58,24).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 58.25%
  • key color value is 23.92%

CMYK: (36,0,58,24)
C36M0Y58K24 (36%, 0%, 58%, 24%)
(0.36 / 0.00 / 0.58 / 0.24)

CMYK percentages

%35.57
%0
%58.25
%23.92

Codes

Color #7DC251 in popluar color models

7D C2 51
RGB 125 194 81
HSL 97° 48.09% 53.92%
HSB/HSV 97° 58.25% 76.08%
CMYK 35.57% 0.00% 58.25%
23.92%

Color #7DC251 in popluar number systems.

HEX 7D C2 51
Decimal 125 194 81
Binary 1111101 11000010 1010001
Octal 175 302 121

Shades and tints

Shades of #7DC251

#7DC251
(125,194,81)
#72B14A
(114,177,74)
#67A043
(103,160,67)
#5C8F3C
(92,143,60)
#517E35
(81,126,53)
#466D2E
(70,109,46)
#3B5C27
(59,92,39)
#304B20
(48,75,32)
#253A19
(37,58,25)
#1A2912
(26,41,18)
#0F180B
(15,24,11)
#000000
(0,0,0)

Tints of #7DC251

#7DC251
(125,194,81)
#88C760
(136,199,96)
#93CC6F
(147,204,111)
#9ED17E
(158,209,126)
#A9D68D
(169,214,141)
#B4DB9C
(180,219,156)
#BFE0AB
(191,224,171)
#CAE5BA
(202,229,186)
#D5EAC9
(213,234,201)
#E0EFD8
(224,239,216)
#EBF4E7
(235,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC251 color. Also use rgb(125,194,81) instead hex code.

Text Font Color

.myTextColor { color: #7DC251; }

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

This text font color is #7DC251.

Background Color

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

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

This div background color is #7DC251.

Border color

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

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

This div border color is #7DC251.

Opacity

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

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

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

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

This text has shadow with #7DC251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC251.

Preview

Color preview on black background

This text has color #7DC251 on black background.


Color preview on white background

This text has color #7DC251 on white background.


Black color preview on #7DC251 background

This text has black color on #7DC251 background.


White color preview on #7DC251 background

This text has white color on #7DC251 background.


Related colors

Complementary color

Complementary color for #hex is #823DAE.


I love getcolorcode.com

Triadic colors

1 #517DC2 and #C2517D with #7DC251 are triadic colors.

2 #51C27D and #C27D51 with #7DC251 are triadic colors.