COLOR #7FE25E

HEX: #7FE25E RGB: (127,226,94)

Color info

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

RGB color model

#7FE25E color RGB value is (127,226,94).

RGB: (127,226,94) (50%, 89%, 37%)

RGB channels and saturation

R 127 of 255 = 50%
G 226 of 255 = 89%
B 94 of 255 = 37%

127
226
94

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

Portions of RGB colors in percentages

R + G + B = 127 + 226 + 94 = 447 (100%)
R 127 of 447 ~ 28.41%
G 226 of 447 ~ 50.56%
B 94 of 447 ~ 21.03'%

%28.41
%50.56
%21.03

CMYK color model

#7FE25E color CMYK value is (44,0,58,11).

  • cyan value is 43.81%
  • magenta value is 0.00%
  • yellow value is 58.41%
  • key color value is 11.37%

CMYK: (44,0,58,11)
C44M0Y58K11 (44%, 0%, 58%, 11%)
(0.44 / 0.00 / 0.58 / 0.11)

CMYK percentages

%43.81
%0
%58.41
%11.37

Codes

Color #7FE25E in popluar color models

7F E2 5E
RGB 127 226 94
HSL 105° 69.47% 62.75%
HSB/HSV 105° 58.41% 88.63%
CMYK 43.81% 0.00% 58.41%
11.37%

Color #7FE25E in popluar number systems.

HEX 7F E2 5E
Decimal 127 226 94
Binary 1111111 11100010 1011110
Octal 177 342 136

Shades and tints

Shades of #7FE25E

#7FE25E
(127,226,94)
#74CE56
(116,206,86)
#69BA4E
(105,186,78)
#5EA646
(94,166,70)
#53923E
(83,146,62)
#487E36
(72,126,54)
#3D6A2E
(61,106,46)
#325626
(50,86,38)
#27421E
(39,66,30)
#1C2E16
(28,46,22)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #7FE25E

#7FE25E
(127,226,94)
#8AE46C
(138,228,108)
#95E67A
(149,230,122)
#A0E888
(160,232,136)
#ABEA96
(171,234,150)
#B6ECA4
(182,236,164)
#C1EEB2
(193,238,178)
#CCF0C0
(204,240,192)
#D7F2CE
(215,242,206)
#E2F4DC
(226,244,220)
#EDF6EA
(237,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE25E color. Also use rgb(127,226,94) instead hex code.

Text Font Color

.myTextColor { color: #7FE25E; }

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

This text font color is #7FE25E.

Background Color

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

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

This div background color is #7FE25E.

Border color

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

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

This div border color is #7FE25E.

Opacity

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

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

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

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

This text has shadow with #7FE25E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FE25E.

Preview

Color preview on black background

This text has color #7FE25E on black background.


Color preview on white background

This text has color #7FE25E on white background.


Black color preview on #7FE25E background

This text has black color on #7FE25E background.


White color preview on #7FE25E background

This text has white color on #7FE25E background.


Related colors

Complementary color

Complementary color for #hex is #801DA1.


I love getcolorcode.com

Triadic colors

1 #5E7FE2 and #E25E7F with #7FE25E are triadic colors.

2 #5EE27F and #E27F5E with #7FE25E are triadic colors.