COLOR #7DC281

HEX: #7DC281
RGB: (125,194,129)

Color info

#7DC281 contains mainly green color. Web safe color of #7DC281 is #66CC99 (or #6C9).

RGB color model

#7DC281 color RGB value is (125,194,129).

  • red value is 125;
  • green value is 194;
  • blue value is 129.
RGB:
(125,194,129)
(49%,76%,51%)

RGB channels and saturation

R 125 of 255 = 49%
G 194 of 255 = 76%
B 129 of 255 = 51%

125
194
129

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

Portions of RGB colors in percentages

R + G + B =
125 + 194 + 129 = 448 (100%)
R 125 of 448 ~ 27.9%
G 194 of 448 ~ 43.3%
B 129 of 448 ~ 28.79%

%27.9
%43.3
%28.79

CMYK color model

#7DC281 color CMYK value is (36,0,34,24).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 23.92%
CMYK:
(36,0,34,24)
C36M0Y34K24 
(36%,0%,34%,24%)
(0.36/0.00/0.34/0.24)	

CMYK percentages

%35.57
%0
%33.51
%23.92

Codes

Color #7DC281 in popluar color models

7DC281
RGB125194129
HSL123°36.13%62.55%
HSB/HSV123°35.57%76.08%
CMYK35.57%0.00%33.51%
23.92%

Color #7DC281 in popluar number systems.

HEX7DC281
Decimal125194129
Binary11111011100001010000001
Octal175302201

Shades and tints

Shades of #7DC281

#7DC281
(125,194,129)
#72B176
(114,177,118)
#67A06B
(103,160,107)
#5C8F60
(92,143,96)
#517E55
(81,126,85)
#466D4A
(70,109,74)
#3B5C3F
(59,92,63)
#304B34
(48,75,52)
#253A29
(37,58,41)
#1A291E
(26,41,30)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #7DC281

#7DC281
(125,194,129)
#88C78C
(136,199,140)
#93CC97
(147,204,151)
#9ED1A2
(158,209,162)
#A9D6AD
(169,214,173)
#B4DBB8
(180,219,184)
#BFE0C3
(191,224,195)
#CAE5CE
(202,229,206)
#D5EAD9
(213,234,217)
#E0EFE4
(224,239,228)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC281; }

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

This text font color is #7DC281.


Background Color

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

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

This div background color is #7DC281.


Border color

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

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

This div border color is #7DC281.


Opacity

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

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

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

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

This text has shadow with #7DC281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC281 on black background.


Color preview on white background

This text has color #7DC281 on white background.



Black color preview on #7DC281 background

This text has black color on #7DC281 background.


White color preview on #7DC281 background

This text has white color on #7DC281 background.