COLOR #7FD467

HEX: #7FD467 RGB: (127,212,103)

Color info

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

RGB color model

#7FD467 color RGB value is (127,212,103).

RGB: (127,212,103) (50%, 83%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 212 of 255 = 83%
B 103 of 255 = 40%

127
212
103

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

Portions of RGB colors in percentages

R + G + B = 127 + 212 + 103 = 442 (100%)
R 127 of 442 ~ 28.73%
G 212 of 442 ~ 47.96%
B 103 of 442 ~ 23.3'%

%28.73
%47.96
%23.3

CMYK color model

#7FD467 color CMYK value is (40,0,51,17).

  • cyan value is 40.09%
  • magenta value is 0.00%
  • yellow value is 51.42%
  • key color value is 16.86%

CMYK: (40,0,51,17)
C40M0Y51K17 (40%, 0%, 51%, 17%)
(0.40 / 0.00 / 0.51 / 0.17)

CMYK percentages

%40.09
%0
%51.42
%16.86

Codes

Color #7FD467 in popluar color models

7F D4 67
RGB 127 212 103
HSL 107° 55.90% 61.76%
HSB/HSV 107° 51.42% 83.14%
CMYK 40.09% 0.00% 51.42%
16.86%

Color #7FD467 in popluar number systems.

HEX 7F D4 67
Decimal 127 212 103
Binary 1111111 11010100 1100111
Octal 177 324 147

Shades and tints

Shades of #7FD467

#7FD467
(127,212,103)
#74C15E
(116,193,94)
#69AE55
(105,174,85)
#5E9B4C
(94,155,76)
#538843
(83,136,67)
#48753A
(72,117,58)
#3D6231
(61,98,49)
#324F28
(50,79,40)
#273C1F
(39,60,31)
#1C2916
(28,41,22)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #7FD467

#7FD467
(127,212,103)
#8AD774
(138,215,116)
#95DA81
(149,218,129)
#A0DD8E
(160,221,142)
#ABE09B
(171,224,155)
#B6E3A8
(182,227,168)
#C1E6B5
(193,230,181)
#CCE9C2
(204,233,194)
#D7ECCF
(215,236,207)
#E2EFDC
(226,239,220)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD467 color. Also use rgb(127,212,103) instead hex code.

Text Font Color

.myTextColor { color: #7FD467; }

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

This text font color is #7FD467.

Background Color

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

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

This div background color is #7FD467.

Border color

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

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

This div border color is #7FD467.

Opacity

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

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

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

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

This text has shadow with #7FD467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD467.

Preview

Color preview on black background

This text has color #7FD467 on black background.


Color preview on white background

This text has color #7FD467 on white background.


Black color preview on #7FD467 background

This text has black color on #7FD467 background.


White color preview on #7FD467 background

This text has white color on #7FD467 background.


Related colors

Complementary color

Complementary color for #hex is #802B98.


I love getcolorcode.com

Triadic colors

1 #677FD4 and #D4677F with #7FD467 are triadic colors.

2 #67D47F and #D47F67 with #7FD467 are triadic colors.