COLOR #7EE575

HEX: #7EE575 RGB: (126,229,117)

Color info

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

RGB color model

#7EE575 color RGB value is (126,229,117).

RGB: (126,229,117) (49%, 90%, 46%)

RGB channels and saturation

R 126 of 255 = 49%
G 229 of 255 = 90%
B 117 of 255 = 46%

126
229
117

R + G + B ~ 62%. #7EE575 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 229 + 117 = 472 (100%)
R 126 of 472 ~ 26.69%
G 229 of 472 ~ 48.52%
B 117 of 472 ~ 24.79'%

%26.69
%48.52
%24.79

CMYK color model

#7EE575 color CMYK value is (45,0,49,10).

  • cyan value is 44.98%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 10.20%

CMYK: (45,0,49,10)
C45M0Y49K10 (45%, 0%, 49%, 10%)
(0.45 / 0.00 / 0.49 / 0.10)

CMYK percentages

%44.98
%0
%48.91
%10.2

Codes

Color #7EE575 in popluar color models

7E E5 75
RGB 126 229 117
HSL 115° 68.29% 67.84%
HSB/HSV 115° 48.91% 89.80%
CMYK 44.98% 0.00% 48.91%
10.20%

Color #7EE575 in popluar number systems.

HEX 7E E5 75
Decimal 126 229 117
Binary 1111110 11100101 1110101
Octal 176 345 165

Shades and tints

Shades of #7EE575

#7EE575
(126,229,117)
#73D16B
(115,209,107)
#68BD61
(104,189,97)
#5DA957
(93,169,87)
#52954D
(82,149,77)
#478143
(71,129,67)
#3C6D39
(60,109,57)
#31592F
(49,89,47)
#264525
(38,69,37)
#1B311B
(27,49,27)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #7EE575

#7EE575
(126,229,117)
#89E781
(137,231,129)
#94E98D
(148,233,141)
#9FEB99
(159,235,153)
#AAEDA5
(170,237,165)
#B5EFB1
(181,239,177)
#C0F1BD
(192,241,189)
#CBF3C9
(203,243,201)
#D6F5D5
(214,245,213)
#E1F7E1
(225,247,225)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE575 color. Also use rgb(126,229,117) instead hex code.

Text Font Color

.myTextColor { color: #7EE575; }

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

This text font color is #7EE575.

Background Color

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

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

This div background color is #7EE575.

Border color

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

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

This div border color is #7EE575.

Opacity

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

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

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

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

This text has shadow with #7EE575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EE575.

Preview

Color preview on black background

This text has color #7EE575 on black background.


Color preview on white background

This text has color #7EE575 on white background.


Black color preview on #7EE575 background

This text has black color on #7EE575 background.


White color preview on #7EE575 background

This text has white color on #7EE575 background.


Related colors

Complementary color

Complementary color for #hex is #811A8A.


I love getcolorcode.com

Triadic colors

1 #757EE5 and #E5757E with #7EE575 are triadic colors.

2 #75E57E and #E57E75 with #7EE575 are triadic colors.