COLOR #7FED72

HEX: #7FED72
RGB: (127,237,114)

Color info

#7FED72 contains mainly green color. Web safe color of #7FED72 is #66FF66 (or #6F6).

RGB color model

#7FED72 color RGB value is (127,237,114).

  • red value is 127;
  • green value is 237;
  • blue value is 114.
RGB:
(127,237,114)
(50%,93%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 237 of 255 = 93%
B 114 of 255 = 45%

127
237
114

R + G + B ~ 63%. #7FED72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 237 + 114 = 478 (100%)
R 127 of 478 ~ 26.57%
G 237 of 478 ~ 49.58%
B 114 of 478 ~ 23.85%

%26.57
%49.58
%23.85

CMYK color model

#7FED72 color CMYK value is (46,0,52,7).

  • cyan value is 46.41%
  • magenta value is 0.00%
  • yellow value is 51.90%
  • key color value is 7.06%
CMYK:
(46,0,52,7)
C46M0Y52K7 
(46%,0%,52%,7%)
(0.46/0.00/0.52/0.07)	

CMYK percentages

%46.41
%0
%51.9
%7.06

Codes

Color #7FED72 in popluar color models

7FED72
RGB127237114
HSL114°77.36%68.82%
HSB/HSV114°51.90%92.94%
CMYK46.41%0.00%51.90%
7.06%

Color #7FED72 in popluar number systems.

HEX7FED72
Decimal127237114
Binary1111111111011011110010
Octal177355162

Shades and tints

Shades of #7FED72

#7FED72
(127,237,114)
#74D868
(116,216,104)
#69C35E
(105,195,94)
#5EAE54
(94,174,84)
#53994A
(83,153,74)
#488440
(72,132,64)
#3D6F36
(61,111,54)
#325A2C
(50,90,44)
#274522
(39,69,34)
#1C3018
(28,48,24)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #7FED72

#7FED72
(127,237,114)
#8AEE7E
(138,238,126)
#95EF8A
(149,239,138)
#A0F096
(160,240,150)
#ABF1A2
(171,241,162)
#B6F2AE
(182,242,174)
#C1F3BA
(193,243,186)
#CCF4C6
(204,244,198)
#D7F5D2
(215,245,210)
#E2F6DE
(226,246,222)
#EDF7EA
(237,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FED72 color. Also use rgb(127,237,114) instead hex code.

Text Font Color

.myTextColor { color: #7FED72; }

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

This text font color is #7FED72.


Background Color

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

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

This div background color is #7FED72.


Border color

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

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

This div border color is #7FED72.


Opacity

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

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

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

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

This text has shadow with #7FED72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FED72 on black background.


Color preview on white background

This text has color #7FED72 on white background.



Black color preview on #7FED72 background

This text has black color on #7FED72 background.


White color preview on #7FED72 background

This text has white color on #7FED72 background.