COLOR #7FD180

HEX: #7FD180
RGB: (127,209,128)

Color info

#7FD180 contains mainly green color. Web safe color of #7FD180 is #66CC66 (or #6C6).

RGB color model

#7FD180 color RGB value is (127,209,128).

  • red value is 127;
  • green value is 209;
  • blue value is 128.
RGB:
(127,209,128)
(50%,82%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 209 of 255 = 82%
B 128 of 255 = 50%

127
209
128

R + G + B ~ 61%. #7FD180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 209 + 128 = 464 (100%)
R 127 of 464 ~ 27.37%
G 209 of 464 ~ 45.04%
B 128 of 464 ~ 27.59%

%27.37
%45.04
%27.59

CMYK color model

#7FD180 color CMYK value is (39,0,39,18).

  • cyan value is 39.23%
  • magenta value is 0.00%
  • yellow value is 38.76%
  • key color value is 18.04%
CMYK:
(39,0,39,18)
C39M0Y39K18 
(39%,0%,39%,18%)
(0.39/0.00/0.39/0.18)	

CMYK percentages

%39.23
%0
%38.76
%18.04

Codes

Color #7FD180 in popluar color models

7FD180
RGB127209128
HSL121°47.13%65.88%
HSB/HSV121°39.23%81.96%
CMYK39.23%0.00%38.76%
18.04%

Color #7FD180 in popluar number systems.

HEX7FD180
Decimal127209128
Binary11111111101000110000000
Octal177321200

Shades and tints

Shades of #7FD180

#7FD180
(127,209,128)
#74BE75
(116,190,117)
#69AB6A
(105,171,106)
#5E985F
(94,152,95)
#538554
(83,133,84)
#487249
(72,114,73)
#3D5F3E
(61,95,62)
#324C33
(50,76,51)
#273928
(39,57,40)
#1C261D
(28,38,29)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #7FD180

#7FD180
(127,209,128)
#8AD58B
(138,213,139)
#95D996
(149,217,150)
#A0DDA1
(160,221,161)
#ABE1AC
(171,225,172)
#B6E5B7
(182,229,183)
#C1E9C2
(193,233,194)
#CCEDCD
(204,237,205)
#D7F1D8
(215,241,216)
#E2F5E3
(226,245,227)
#EDF9EE
(237,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD180 color. Also use rgb(127,209,128) instead hex code.

Text Font Color

.myTextColor { color: #7FD180; }

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

This text font color is #7FD180.


Background Color

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

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

This div background color is #7FD180.


Border color

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

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

This div border color is #7FD180.


Opacity

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

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

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

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

This text has shadow with #7FD180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD180 on black background.


Color preview on white background

This text has color #7FD180 on white background.



Black color preview on #7FD180 background

This text has black color on #7FD180 background.


White color preview on #7FD180 background

This text has white color on #7FD180 background.