COLOR #7FE963

HEX: #7FE963
RGB: (127,233,99)

Color info

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

RGB color model

#7FE963 color RGB value is (127,233,99).

  • red value is 127;
  • green value is 233;
  • blue value is 99.
RGB:
(127,233,99)
(50%,91%,39%)

RGB channels and saturation

R 127 of 255 = 50%
G 233 of 255 = 91%
B 99 of 255 = 39%

127
233
99

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

Portions of RGB colors in percentages

R + G + B =
127 + 233 + 99 = 459 (100%)
R 127 of 459 ~ 27.67%
G 233 of 459 ~ 50.76%
B 99 of 459 ~ 21.57%

%27.67
%50.76
%21.57

CMYK color model

#7FE963 color CMYK value is (45,0,58,9).

  • cyan value is 45.49%
  • magenta value is 0.00%
  • yellow value is 57.51%
  • key color value is 8.63%
CMYK:
(45,0,58,9)
C45M0Y58K9 
(45%,0%,58%,9%)
(0.45/0.00/0.58/0.09)	

CMYK percentages

%45.49
%0
%57.51
%8.63

Codes

Color #7FE963 in popluar color models

7FE963
RGB12723399
HSL107°75.28%65.10%
HSB/HSV107°57.51%91.37%
CMYK45.49%0.00%57.51%
8.63%

Color #7FE963 in popluar number systems.

HEX7FE963
Decimal12723399
Binary1111111111010011100011
Octal177351143

Shades and tints

Shades of #7FE963

#7FE963
(127,233,99)
#74D45A
(116,212,90)
#69BF51
(105,191,81)
#5EAA48
(94,170,72)
#53953F
(83,149,63)
#488036
(72,128,54)
#3D6B2D
(61,107,45)
#325624
(50,86,36)
#27411B
(39,65,27)
#1C2C12
(28,44,18)
#111709
(17,23,9)
#000000
(0,0,0)

Tints of #7FE963

#7FE963
(127,233,99)
#8AEB71
(138,235,113)
#95ED7F
(149,237,127)
#A0EF8D
(160,239,141)
#ABF19B
(171,241,155)
#B6F3A9
(182,243,169)
#C1F5B7
(193,245,183)
#CCF7C5
(204,247,197)
#D7F9D3
(215,249,211)
#E2FBE1
(226,251,225)
#EDFDEF
(237,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE963 color. Also use rgb(127,233,99) instead hex code.

Text Font Color

.myTextColor { color: #7FE963; }

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

This text font color is #7FE963.


Background Color

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

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

This div background color is #7FE963.


Border color

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

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

This div border color is #7FE963.


Opacity

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

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

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

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

This text has shadow with #7FE963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FE963 on black background.


Color preview on white background

This text has color #7FE963 on white background.



Black color preview on #7FE963 background

This text has black color on #7FE963 background.


White color preview on #7FE963 background

This text has white color on #7FE963 background.