COLOR #7EFC92

HEX: #7EFC92
RGB: (126,252,146)

Color info

#7EFC92 contains mainly green color. Web safe color of #7EFC92 is #66FF99 (or #6F9).

RGB color model

#7EFC92 color RGB value is (126,252,146).

  • red value is 126;
  • green value is 252;
  • blue value is 146.
RGB:
(126,252,146)
(49%,99%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 252 of 255 = 99%
B 146 of 255 = 57%

126
252
146

R + G + B ~ 68%. #7EFC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 252 + 146 = 524 (100%)
R 126 of 524 ~ 24.05%
G 252 of 524 ~ 48.09%
B 146 of 524 ~ 27.86%

%24.05
%48.09
%27.86

CMYK color model

#7EFC92 color CMYK value is (50,0,42,1).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 42.06%
  • key color value is 1.18%
CMYK:
(50,0,42,1)
C50M0Y42K1 
(50%,0%,42%,1%)
(0.50/0.00/0.42/0.01)	

CMYK percentages

%50
%0
%42.06
%1.18

Codes

Color #7EFC92 in popluar color models

7EFC92
RGB126252146
HSL130°95.45%74.12%
HSB/HSV130°50.00%98.82%
CMYK50.00%0.00%42.06%
1.18%

Color #7EFC92 in popluar number systems.

HEX7EFC92
Decimal126252146
Binary11111101111110010010010
Octal176374222

Shades and tints

Shades of #7EFC92

#7EFC92
(126,252,146)
#73E685
(115,230,133)
#68D078
(104,208,120)
#5DBA6B
(93,186,107)
#52A45E
(82,164,94)
#478E51
(71,142,81)
#3C7844
(60,120,68)
#316237
(49,98,55)
#264C2A
(38,76,42)
#1B361D
(27,54,29)
#102010
(16,32,16)
#000000
(0,0,0)

Tints of #7EFC92

#7EFC92
(126,252,146)
#89FC9B
(137,252,155)
#94FCA4
(148,252,164)
#9FFCAD
(159,252,173)
#AAFCB6
(170,252,182)
#B5FCBF
(181,252,191)
#C0FCC8
(192,252,200)
#CBFCD1
(203,252,209)
#D6FCDA
(214,252,218)
#E1FCE3
(225,252,227)
#ECFCEC
(236,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EFC92 color. Also use rgb(126,252,146) instead hex code.

Text Font Color

.myTextColor { color: #7EFC92; }

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

This text font color is #7EFC92.


Background Color

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

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

This div background color is #7EFC92.


Border color

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

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

This div border color is #7EFC92.


Opacity

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

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

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

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

This text has shadow with #7EFC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EFC92 on black background.


Color preview on white background

This text has color #7EFC92 on white background.



Black color preview on #7EFC92 background

This text has black color on #7EFC92 background.


White color preview on #7EFC92 background

This text has white color on #7EFC92 background.