COLOR #7EF39B

HEX: #7EF39B RGB: (126,243,155)

Color info

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

RGB color model

#7EF39B color RGB value is (126,243,155).

RGB: (126,243,155) (49%, 95%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 243 of 255 = 95%
B 155 of 255 = 61%

126
243
155

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

Portions of RGB colors in percentages

R + G + B = 126 + 243 + 155 = 524 (100%)
R 126 of 524 ~ 24.05%
G 243 of 524 ~ 46.37%
B 155 of 524 ~ 29.58'%

%24.05
%46.37
%29.58

CMYK color model

#7EF39B color CMYK value is (48,0,36,5).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 4.71%

CMYK: (48,0,36,5)
C48M0Y36K5 (48%, 0%, 36%, 5%)
(0.48 / 0.00 / 0.36 / 0.05)

CMYK percentages

%48.15
%0
%36.21
%4.71

Codes

Color #7EF39B in popluar color models

7E F3 9B
RGB 126 243 155
HSL 135° 82.98% 72.35%
HSB/HSV 135° 48.15% 95.29%
CMYK 48.15% 0.00% 36.21%
4.71%

Color #7EF39B in popluar number systems.

HEX 7E F3 9B
Decimal 126 243 155
Binary 1111110 11110011 10011011
Octal 176 363 233

Shades and tints

Shades of #7EF39B

#7EF39B
(126,243,155)
#73DD8D
(115,221,141)
#68C77F
(104,199,127)
#5DB171
(93,177,113)
#529B63
(82,155,99)
#478555
(71,133,85)
#3C6F47
(60,111,71)
#315939
(49,89,57)
#26432B
(38,67,43)
#1B2D1D
(27,45,29)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #7EF39B

#7EF39B
(126,243,155)
#89F4A4
(137,244,164)
#94F5AD
(148,245,173)
#9FF6B6
(159,246,182)
#AAF7BF
(170,247,191)
#B5F8C8
(181,248,200)
#C0F9D1
(192,249,209)
#CBFADA
(203,250,218)
#D6FBE3
(214,251,227)
#E1FCEC
(225,252,236)
#ECFDF5
(236,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EF39B color. Also use rgb(126,243,155) instead hex code.

Text Font Color

.myTextColor { color: #7EF39B; }

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

This text font color is #7EF39B.

Background Color

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

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

This div background color is #7EF39B.

Border color

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

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

This div border color is #7EF39B.

Opacity

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

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

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

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

This text has shadow with #7EF39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EF39B.

Preview

Color preview on black background

This text has color #7EF39B on black background.


Color preview on white background

This text has color #7EF39B on white background.


Black color preview on #7EF39B background

This text has black color on #7EF39B background.


White color preview on #7EF39B background

This text has white color on #7EF39B background.


Related colors

Complementary color

Complementary color for #hex is #810C64.


I love getcolorcode.com

Triadic colors

1 #9B7EF3 and #F39B7E with #7EF39B are triadic colors.

2 #9BF37E and #F37E9B with #7EF39B are triadic colors.