COLOR #7EDB54

HEX: #7EDB54
RGB: (126,219,84)

Color info

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

RGB color model

#7EDB54 color RGB value is (126,219,84).

  • red value is 126;
  • green value is 219;
  • blue value is 84.
RGB:
(126,219,84)
(49%,86%,33%)

RGB channels and saturation

R 126 of 255 = 49%
G 219 of 255 = 86%
B 84 of 255 = 33%

126
219
84

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

Portions of RGB colors in percentages

R + G + B =
126 + 219 + 84 = 429 (100%)
R 126 of 429 ~ 29.37%
G 219 of 429 ~ 51.05%
B 84 of 429 ~ 19.58%

%29.37
%51.05
%19.58

CMYK color model

#7EDB54 color CMYK value is (42,0,62,14).

  • cyan value is 42.47%
  • magenta value is 0.00%
  • yellow value is 61.64%
  • key color value is 14.12%
CMYK:
(42,0,62,14)
C42M0Y62K14 
(42%,0%,62%,14%)
(0.42/0.00/0.62/0.14)	

CMYK percentages

%42.47
%0
%61.64
%14.12

Codes

Color #7EDB54 in popluar color models

7EDB54
RGB12621984
HSL101°65.22%59.41%
HSB/HSV101°61.64%85.88%
CMYK42.47%0.00%61.64%
14.12%

Color #7EDB54 in popluar number systems.

HEX7EDB54
Decimal12621984
Binary1111110110110111010100
Octal176333124

Shades and tints

Shades of #7EDB54

#7EDB54
(126,219,84)
#73C84D
(115,200,77)
#68B546
(104,181,70)
#5DA23F
(93,162,63)
#528F38
(82,143,56)
#477C31
(71,124,49)
#3C692A
(60,105,42)
#315623
(49,86,35)
#26431C
(38,67,28)
#1B3015
(27,48,21)
#101D0E
(16,29,14)
#000000
(0,0,0)

Tints of #7EDB54

#7EDB54
(126,219,84)
#89DE63
(137,222,99)
#94E172
(148,225,114)
#9FE481
(159,228,129)
#AAE790
(170,231,144)
#B5EA9F
(181,234,159)
#C0EDAE
(192,237,174)
#CBF0BD
(203,240,189)
#D6F3CC
(214,243,204)
#E1F6DB
(225,246,219)
#ECF9EA
(236,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDB54 color. Also use rgb(126,219,84) instead hex code.

Text Font Color

.myTextColor { color: #7EDB54; }

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

This text font color is #7EDB54.


Background Color

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

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

This div background color is #7EDB54.


Border color

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

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

This div border color is #7EDB54.


Opacity

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

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

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

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

This text has shadow with #7EDB54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDB54 on black background.


Color preview on white background

This text has color #7EDB54 on white background.



Black color preview on #7EDB54 background

This text has black color on #7EDB54 background.


White color preview on #7EDB54 background

This text has white color on #7EDB54 background.