COLOR #7FD999

HEX: #7FD999
RGB: (127,217,153)

Color info

#7FD999 contains mainly green color. Web safe color of #7FD999 is #66CC99 (or #6C9).

RGB color model

#7FD999 color RGB value is (127,217,153).

  • red value is 127;
  • green value is 217;
  • blue value is 153.
RGB:
(127,217,153)
(50%,85%,60%)

RGB channels and saturation

R 127 of 255 = 50%
G 217 of 255 = 85%
B 153 of 255 = 60%

127
217
153

R + G + B ~ 65%. #7FD999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 217 + 153 = 497 (100%)
R 127 of 497 ~ 25.55%
G 217 of 497 ~ 43.66%
B 153 of 497 ~ 30.78%

%25.55
%43.66
%30.78

CMYK color model

#7FD999 color CMYK value is (41,0,29,15).

  • cyan value is 41.47%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 14.90%
CMYK:
(41,0,29,15)
C41M0Y29K15 
(41%,0%,29%,15%)
(0.41/0.00/0.29/0.15)	

CMYK percentages

%41.47
%0
%29.49
%14.9

Codes

Color #7FD999 in popluar color models

7FD999
RGB127217153
HSL137°54.22%67.45%
HSB/HSV137°41.47%85.10%
CMYK41.47%0.00%29.49%
14.90%

Color #7FD999 in popluar number systems.

HEX7FD999
Decimal127217153
Binary11111111101100110011001
Octal177331231

Shades and tints

Shades of #7FD999

#7FD999
(127,217,153)
#74C68C
(116,198,140)
#69B37F
(105,179,127)
#5EA072
(94,160,114)
#538D65
(83,141,101)
#487A58
(72,122,88)
#3D674B
(61,103,75)
#32543E
(50,84,62)
#274131
(39,65,49)
#1C2E24
(28,46,36)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #7FD999

#7FD999
(127,217,153)
#8ADCA2
(138,220,162)
#95DFAB
(149,223,171)
#A0E2B4
(160,226,180)
#ABE5BD
(171,229,189)
#B6E8C6
(182,232,198)
#C1EBCF
(193,235,207)
#CCEED8
(204,238,216)
#D7F1E1
(215,241,225)
#E2F4EA
(226,244,234)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD999 color. Also use rgb(127,217,153) instead hex code.

Text Font Color

.myTextColor { color: #7FD999; }

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

This text font color is #7FD999.


Background Color

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

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

This div background color is #7FD999.


Border color

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

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

This div border color is #7FD999.


Opacity

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

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

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

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

This text has shadow with #7FD999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD999 on black background.


Color preview on white background

This text has color #7FD999 on white background.



Black color preview on #7FD999 background

This text has black color on #7FD999 background.


White color preview on #7FD999 background

This text has white color on #7FD999 background.