COLOR #7ED263

HEX: #7ED263 RGB: (126,210,99)

Color info

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

RGB color model

#7ED263 color RGB value is (126,210,99).

RGB: (126,210,99) (49%, 82%, 39%)

RGB channels and saturation

R 126 of 255 = 49%
G 210 of 255 = 82%
B 99 of 255 = 39%

126
210
99

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

Portions of RGB colors in percentages

R + G + B = 126 + 210 + 99 = 435 (100%)
R 126 of 435 ~ 28.97%
G 210 of 435 ~ 48.28%
B 99 of 435 ~ 22.76'%

%28.97
%48.28
%22.76

CMYK color model

#7ED263 color CMYK value is (40,0,53,18).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 52.86%
  • key color value is 17.65%
CMYK: (40,0,53,18) C40M0Y53K18 (40%,0%,53%,18%) (0.40/0.00/0.53/0.18) 

CMYK percentages

%40
%0
%52.86
%17.65

Codes

Color #7ED263 in popluar color models

7E D2 63
RGB 126 210 99
HSL 105° 55.22% 60.59%
HSB/HSV 105° 52.86% 82.35%
CMYK 40.00% 0.00% 52.86%
17.65%

Color #7ED263 in popluar number systems.

HEX 7E D2 63
Decimal 126 210 99
Binary 1111110 11010010 1100011
Octal 176 322 143

Shades and tints

Shades of #7ED263

#7ED263
(126,210,99)
#73BF5A
(115,191,90)
#68AC51
(104,172,81)
#5D9948
(93,153,72)
#52863F
(82,134,63)
#477336
(71,115,54)
#3C602D
(60,96,45)
#314D24
(49,77,36)
#263A1B
(38,58,27)
#1B2712
(27,39,18)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #7ED263

#7ED263
(126,210,99)
#89D671
(137,214,113)
#94DA7F
(148,218,127)
#9FDE8D
(159,222,141)
#AAE29B
(170,226,155)
#B5E6A9
(181,230,169)
#C0EAB7
(192,234,183)
#CBEEC5
(203,238,197)
#D6F2D3
(214,242,211)
#E1F6E1
(225,246,225)
#ECFAEF
(236,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED263 color. Also use rgb(126,210,99) instead hex code.

Text Font Color

.myTextColor { color: #7ED263; }

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

This text font color is #7ED263.

Background Color

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

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

This div background color is #7ED263.

Border color

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

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

This div border color is #7ED263.

Opacity

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

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

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

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

This text has shadow with #7ED263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED263.

Preview

Color preview on black background

This text has color #7ED263 on black background.


Color preview on white background

This text has color #7ED263 on white background.


Black color preview on #7ED263 background

This text has black color on #7ED263 background.


White color preview on #7ED263 background

This text has white color on #7ED263 background.


Related colors

Complementary color

Complementary color for #hex is #812D9C.


I love getcolorcode.com

Triadic colors

1 #637ED2 and #D2637E with #7ED263 are triadic colors.

2 #63D27E and #D27E63 with #7ED263 are triadic colors.