COLOR #7FF78F

HEX: #7FF78F
RGB: (127,247,143)

Color info

#7FF78F contains mainly green color. Web safe color of #7FF78F is #66FF99 (or #6F9).

RGB color model

#7FF78F color RGB value is (127,247,143).

  • red value is 127;
  • green value is 247;
  • blue value is 143.
RGB:
(127,247,143)
(50%,97%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 247 of 255 = 97%
B 143 of 255 = 56%

127
247
143

R + G + B ~ 68%. #7FF78F is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 247 + 143 = 517 (100%)
R 127 of 517 ~ 24.56%
G 247 of 517 ~ 47.78%
B 143 of 517 ~ 27.66%

%24.56
%47.78
%27.66

CMYK color model

#7FF78F color CMYK value is (49,0,42,3).

  • cyan value is 48.58%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 3.14%
CMYK:
(49,0,42,3)
C49M0Y42K3 
(49%,0%,42%,3%)
(0.49/0.00/0.42/0.03)	

CMYK percentages

%48.58
%0
%42.11
%3.14

Codes

Color #7FF78F in popluar color models

7FF78F
RGB127247143
HSL128°88.24%73.33%
HSB/HSV128°48.58%96.86%
CMYK48.58%0.00%42.11%
3.14%

Color #7FF78F in popluar number systems.

HEX7FF78F
Decimal127247143
Binary11111111111011110001111
Octal177367217

Shades and tints

Shades of #7FF78F

#7FF78F
(127,247,143)
#74E182
(116,225,130)
#69CB75
(105,203,117)
#5EB568
(94,181,104)
#539F5B
(83,159,91)
#48894E
(72,137,78)
#3D7341
(61,115,65)
#325D34
(50,93,52)
#274727
(39,71,39)
#1C311A
(28,49,26)
#111B0D
(17,27,13)
#000000
(0,0,0)

Tints of #7FF78F

#7FF78F
(127,247,143)
#8AF799
(138,247,153)
#95F7A3
(149,247,163)
#A0F7AD
(160,247,173)
#ABF7B7
(171,247,183)
#B6F7C1
(182,247,193)
#C1F7CB
(193,247,203)
#CCF7D5
(204,247,213)
#D7F7DF
(215,247,223)
#E2F7E9
(226,247,233)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FF78F color. Also use rgb(127,247,143) instead hex code.

Text Font Color

.myTextColor { color: #7FF78F; }

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

This text font color is #7FF78F.


Background Color

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

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

This div background color is #7FF78F.


Border color

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

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

This div border color is #7FF78F.


Opacity

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

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

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

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

This text has shadow with #7FF78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FF78F on black background.


Color preview on white background

This text has color #7FF78F on white background.



Black color preview on #7FF78F background

This text has black color on #7FF78F background.


White color preview on #7FF78F background

This text has white color on #7FF78F background.