COLOR #7FD364

HEX: #7FD364
RGB: (127,211,100)

Color info

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

RGB color model

#7FD364 color RGB value is (127,211,100).

  • red value is 127;
  • green value is 211;
  • blue value is 100.
RGB:
(127,211,100)
(50%,83%,39%)

RGB channels and saturation

R 127 of 255 = 50%
G 211 of 255 = 83%
B 100 of 255 = 39%

127
211
100

R + G + B ~ 57%. #7FD364 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 211 + 100 = 438 (100%)
R 127 of 438 ~ 29%
G 211 of 438 ~ 48.17%
B 100 of 438 ~ 22.83%

%29
%48.17
%22.83

CMYK color model

#7FD364 color CMYK value is (40,0,53,17).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 52.61%
  • key color value is 17.25%
CMYK:
(40,0,53,17)
C40M0Y53K17 
(40%,0%,53%,17%)
(0.40/0.00/0.53/0.17)	

CMYK percentages

%39.81
%0
%52.61
%17.25

Codes

Color #7FD364 in popluar color models

7FD364
RGB127211100
HSL105°55.78%60.98%
HSB/HSV105°52.61%82.75%
CMYK39.81%0.00%52.61%
17.25%

Color #7FD364 in popluar number systems.

HEX7FD364
Decimal127211100
Binary1111111110100111100100
Octal177323144

Shades and tints

Shades of #7FD364

#7FD364
(127,211,100)
#74C05B
(116,192,91)
#69AD52
(105,173,82)
#5E9A49
(94,154,73)
#538740
(83,135,64)
#487437
(72,116,55)
#3D612E
(61,97,46)
#324E25
(50,78,37)
#273B1C
(39,59,28)
#1C2813
(28,40,19)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #7FD364

#7FD364
(127,211,100)
#8AD772
(138,215,114)
#95DB80
(149,219,128)
#A0DF8E
(160,223,142)
#ABE39C
(171,227,156)
#B6E7AA
(182,231,170)
#C1EBB8
(193,235,184)
#CCEFC6
(204,239,198)
#D7F3D4
(215,243,212)
#E2F7E2
(226,247,226)
#EDFBF0
(237,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD364 color. Also use rgb(127,211,100) instead hex code.

Text Font Color

.myTextColor { color: #7FD364; }

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

This text font color is #7FD364.


Background Color

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

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

This div background color is #7FD364.


Border color

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

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

This div border color is #7FD364.


Opacity

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

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

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

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

This text has shadow with #7FD364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD364 on black background.


Color preview on white background

This text has color #7FD364 on white background.



Black color preview on #7FD364 background

This text has black color on #7FD364 background.


White color preview on #7FD364 background

This text has white color on #7FD364 background.