COLOR #7EE65C

HEX: #7EE65C
RGB: (126,230,92)

Color info

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

RGB color model

#7EE65C color RGB value is (126,230,92).

  • red value is 126;
  • green value is 230;
  • blue value is 92.
RGB:
(126,230,92)
(49%,90%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 230 of 255 = 90%
B 92 of 255 = 36%

126
230
92

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

Portions of RGB colors in percentages

R + G + B =
126 + 230 + 92 = 448 (100%)
R 126 of 448 ~ 28.13%
G 230 of 448 ~ 51.34%
B 92 of 448 ~ 20.54%

%28.13
%51.34
%20.54

CMYK color model

#7EE65C color CMYK value is (45,0,60,10).

  • cyan value is 45.22%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 9.80%
CMYK:
(45,0,60,10)
C45M0Y60K10 
(45%,0%,60%,10%)
(0.45/0.00/0.60/0.10)	

CMYK percentages

%45.22
%0
%60
%9.8

Codes

Color #7EE65C in popluar color models

7EE65C
RGB12623092
HSL105°73.40%63.14%
HSB/HSV105°60.00%90.20%
CMYK45.22%0.00%60.00%
9.80%

Color #7EE65C in popluar number systems.

HEX7EE65C
Decimal12623092
Binary1111110111001101011100
Octal176346134

Shades and tints

Shades of #7EE65C

#7EE65C
(126,230,92)
#73D254
(115,210,84)
#68BE4C
(104,190,76)
#5DAA44
(93,170,68)
#52963C
(82,150,60)
#478234
(71,130,52)
#3C6E2C
(60,110,44)
#315A24
(49,90,36)
#26461C
(38,70,28)
#1B3214
(27,50,20)
#101E0C
(16,30,12)
#000000
(0,0,0)

Tints of #7EE65C

#7EE65C
(126,230,92)
#89E86A
(137,232,106)
#94EA78
(148,234,120)
#9FEC86
(159,236,134)
#AAEE94
(170,238,148)
#B5F0A2
(181,240,162)
#C0F2B0
(192,242,176)
#CBF4BE
(203,244,190)
#D6F6CC
(214,246,204)
#E1F8DA
(225,248,218)
#ECFAE8
(236,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE65C color. Also use rgb(126,230,92) instead hex code.

Text Font Color

.myTextColor { color: #7EE65C; }

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

This text font color is #7EE65C.


Background Color

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

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

This div background color is #7EE65C.


Border color

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

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

This div border color is #7EE65C.


Opacity

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

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

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

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

This text has shadow with #7EE65C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE65C on black background.


Color preview on white background

This text has color #7EE65C on white background.



Black color preview on #7EE65C background

This text has black color on #7EE65C background.


White color preview on #7EE65C background

This text has white color on #7EE65C background.