COLOR #7FDD91

HEX: #7FDD91
RGB: (127,221,145)

Color info

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

RGB color model

#7FDD91 color RGB value is (127,221,145).

  • red value is 127;
  • green value is 221;
  • blue value is 145.
RGB:
(127,221,145)
(50%,87%,57%)

RGB channels and saturation

R 127 of 255 = 50%
G 221 of 255 = 87%
B 145 of 255 = 57%

127
221
145

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

Portions of RGB colors in percentages

R + G + B =
127 + 221 + 145 = 493 (100%)
R 127 of 493 ~ 25.76%
G 221 of 493 ~ 44.83%
B 145 of 493 ~ 29.41%

%25.76
%44.83
%29.41

CMYK color model

#7FDD91 color CMYK value is (43,0,34,13).

  • cyan value is 42.53%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 13.33%
CMYK:
(43,0,34,13)
C43M0Y34K13 
(43%,0%,34%,13%)
(0.43/0.00/0.34/0.13)	

CMYK percentages

%42.53
%0
%34.39
%13.33

Codes

Color #7FDD91 in popluar color models

7FDD91
RGB127221145
HSL131°58.02%68.24%
HSB/HSV131°42.53%86.67%
CMYK42.53%0.00%34.39%
13.33%

Color #7FDD91 in popluar number systems.

HEX7FDD91
Decimal127221145
Binary11111111101110110010001
Octal177335221

Shades and tints

Shades of #7FDD91

#7FDD91
(127,221,145)
#74C984
(116,201,132)
#69B577
(105,181,119)
#5EA16A
(94,161,106)
#538D5D
(83,141,93)
#487950
(72,121,80)
#3D6543
(61,101,67)
#325136
(50,81,54)
#273D29
(39,61,41)
#1C291C
(28,41,28)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7FDD91

#7FDD91
(127,221,145)
#8AE09B
(138,224,155)
#95E3A5
(149,227,165)
#A0E6AF
(160,230,175)
#ABE9B9
(171,233,185)
#B6ECC3
(182,236,195)
#C1EFCD
(193,239,205)
#CCF2D7
(204,242,215)
#D7F5E1
(215,245,225)
#E2F8EB
(226,248,235)
#EDFBF5
(237,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FDD91 color. Also use rgb(127,221,145) instead hex code.

Text Font Color

.myTextColor { color: #7FDD91; }

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

This text font color is #7FDD91.


Background Color

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

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

This div background color is #7FDD91.


Border color

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

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

This div border color is #7FDD91.


Opacity

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

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

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

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

This text has shadow with #7FDD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FDD91 on black background.


Color preview on white background

This text has color #7FDD91 on white background.



Black color preview on #7FDD91 background

This text has black color on #7FDD91 background.


White color preview on #7FDD91 background

This text has white color on #7FDD91 background.