COLOR #7DC215

HEX: #7DC215
RGB: (125,194,21)

Color info

#7DC215 contains mainly green color. Web safe color of #7DC215 is #66CC00 (or #6C0).

RGB color model

#7DC215 color RGB value is (125,194,21).

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

RGB channels and saturation

R 125 of 255 = 49%
G 194 of 255 = 76%
B 21 of 255 = 8%

125
194
21

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

Portions of RGB colors in percentages

R + G + B =
125 + 194 + 21 = 340 (100%)
R 125 of 340 ~ 36.76%
G 194 of 340 ~ 57.06%
B 21 of 340 ~ 6.18%

%36.76
%57.06

CMYK color model

#7DC215 color CMYK value is (36,0,89,24).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 89.18%
  • key color value is 23.92%
CMYK:
(36,0,89,24)
C36M0Y89K24 
(36%,0%,89%,24%)
(0.36/0.00/0.89/0.24)	

CMYK percentages

%35.57
%0
%89.18
%23.92

Codes

Color #7DC215 in popluar color models

7DC215
RGB12519421
HSL84°80.47%42.16%
HSB/HSV84°89.18%76.08%
CMYK35.57%0.00%89.18%
23.92%

Color #7DC215 in popluar number systems.

HEX7DC215
Decimal12519421
Binary11111011100001010101
Octal17530225

Shades and tints

Shades of #7DC215

#7DC215
(125,194,21)
#72B114
(114,177,20)
#67A013
(103,160,19)
#5C8F12
(92,143,18)
#517E11
(81,126,17)
#466D10
(70,109,16)
#3B5C0F
(59,92,15)
#304B0E
(48,75,14)
#253A0D
(37,58,13)
#1A290C
(26,41,12)
#0F180B
(15,24,11)
#000000
(0,0,0)

Tints of #7DC215

#7DC215
(125,194,21)
#88C72A
(136,199,42)
#93CC3F
(147,204,63)
#9ED154
(158,209,84)
#A9D669
(169,214,105)
#B4DB7E
(180,219,126)
#BFE093
(191,224,147)
#CAE5A8
(202,229,168)
#D5EABD
(213,234,189)
#E0EFD2
(224,239,210)
#EBF4E7
(235,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC215; }

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

This text font color is #7DC215.


Background Color

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

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

This div background color is #7DC215.


Border color

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

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

This div border color is #7DC215.


Opacity

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

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

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

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

This text has shadow with #7DC215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC215 on black background.


Color preview on white background

This text has color #7DC215 on white background.



Black color preview on #7DC215 background

This text has black color on #7DC215 background.


White color preview on #7DC215 background

This text has white color on #7DC215 background.