COLOR #7FF98D

HEX: #7FF98D RGB: (127,249,141)

Color info

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

RGB color model

#7FF98D color RGB value is (127,249,141).

RGB: (127,249,141) (50%, 98%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 249 of 255 = 98%
B 141 of 255 = 55%

127
249
141

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

Portions of RGB colors in percentages

R + G + B = 127 + 249 + 141 = 517 (100%)
R 127 of 517 ~ 24.56%
G 249 of 517 ~ 48.16%
B 141 of 517 ~ 27.27'%

%24.56
%48.16
%27.27

CMYK color model

#7FF98D color CMYK value is (49,0,43,2).

  • cyan value is 49.00%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 2.35%

CMYK: (49,0,43,2)
C49M0Y43K2 (49%, 0%, 43%, 2%)
(0.49 / 0.00 / 0.43 / 0.02)

CMYK percentages

%49
%0
%43.37
%2.35

Codes

Color #7FF98D in popluar color models

7F F9 8D
RGB 127 249 141
HSL 127° 91.04% 73.73%
HSB/HSV 127° 49.00% 97.65%
CMYK 49.00% 0.00% 43.37%
2.35%

Color #7FF98D in popluar number systems.

HEX 7F F9 8D
Decimal 127 249 141
Binary 1111111 11111001 10001101
Octal 177 371 215

Shades and tints

Shades of #7FF98D

#7FF98D
(127,249,141)
#74E381
(116,227,129)
#69CD75
(105,205,117)
#5EB769
(94,183,105)
#53A15D
(83,161,93)
#488B51
(72,139,81)
#3D7545
(61,117,69)
#325F39
(50,95,57)
#27492D
(39,73,45)
#1C3321
(28,51,33)
#111D15
(17,29,21)
#000000
(0,0,0)

Tints of #7FF98D

#7FF98D
(127,249,141)
#8AF997
(138,249,151)
#95F9A1
(149,249,161)
#A0F9AB
(160,249,171)
#ABF9B5
(171,249,181)
#B6F9BF
(182,249,191)
#C1F9C9
(193,249,201)
#CCF9D3
(204,249,211)
#D7F9DD
(215,249,221)
#E2F9E7
(226,249,231)
#EDF9F1
(237,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FF98D color. Also use rgb(127,249,141) instead hex code.

Text Font Color

.myTextColor { color: #7FF98D; }

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

This text font color is #7FF98D.

Background Color

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

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

This div background color is #7FF98D.

Border color

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

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

This div border color is #7FF98D.

Opacity

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

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

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

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

This text has shadow with #7FF98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FF98D.

Preview

Color preview on black background

This text has color #7FF98D on black background.


Color preview on white background

This text has color #7FF98D on white background.


Black color preview on #7FF98D background

This text has black color on #7FF98D background.


White color preview on #7FF98D background

This text has white color on #7FF98D background.


Related colors

Complementary color

Complementary color for #7FF98D is #800672.


I love getcolorcode.com

Triadic colors

1 #8D7FF9 and #F98D7F with #7FF98D are triadic colors.

2 #8DF97F and #F97F8D with #7FF98D are triadic colors.