COLOR #7FC361

HEX: #7FC361 RGB: (127,195,97)

Color info

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

RGB color model

#7FC361 color RGB value is (127,195,97).

RGB: (127,195,97) (50%, 76%, 38%)

RGB channels and saturation

R 127 of 255 = 50%
G 195 of 255 = 76%
B 97 of 255 = 38%

127
195
97

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

Portions of RGB colors in percentages

R + G + B = 127 + 195 + 97 = 419 (100%)
R 127 of 419 ~ 30.31%
G 195 of 419 ~ 46.54%
B 97 of 419 ~ 23.15'%

%30.31
%46.54
%23.15

CMYK color model

#7FC361 color CMYK value is (35,0,50,24).

  • cyan value is 34.87%
  • magenta value is 0.00%
  • yellow value is 50.26%
  • key color value is 23.53%

CMYK: (35,0,50,24)
C35M0Y50K24 (35%, 0%, 50%, 24%)
(0.35 / 0.00 / 0.50 / 0.24)

CMYK percentages

%34.87
%0
%50.26
%23.53

Codes

Color #7FC361 in popluar color models

7F C3 61
RGB 127 195 97
HSL 102° 44.95% 57.25%
HSB/HSV 102° 50.26% 76.47%
CMYK 34.87% 0.00% 50.26%
23.53%

Color #7FC361 in popluar number systems.

HEX 7F C3 61
Decimal 127 195 97
Binary 1111111 11000011 1100001
Octal 177 303 141

Shades and tints

Shades of #7FC361

#7FC361
(127,195,97)
#74B259
(116,178,89)
#69A151
(105,161,81)
#5E9049
(94,144,73)
#537F41
(83,127,65)
#486E39
(72,110,57)
#3D5D31
(61,93,49)
#324C29
(50,76,41)
#273B21
(39,59,33)
#1C2A19
(28,42,25)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #7FC361

#7FC361
(127,195,97)
#8AC86F
(138,200,111)
#95CD7D
(149,205,125)
#A0D28B
(160,210,139)
#ABD799
(171,215,153)
#B6DCA7
(182,220,167)
#C1E1B5
(193,225,181)
#CCE6C3
(204,230,195)
#D7EBD1
(215,235,209)
#E2F0DF
(226,240,223)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC361 color. Also use rgb(127,195,97) instead hex code.

Text Font Color

.myTextColor { color: #7FC361; }

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

This text font color is #7FC361.

Background Color

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

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

This div background color is #7FC361.

Border color

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

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

This div border color is #7FC361.

Opacity

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

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

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

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

This text has shadow with #7FC361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC361.

Preview

Color preview on black background

This text has color #7FC361 on black background.


Color preview on white background

This text has color #7FC361 on white background.


Black color preview on #7FC361 background

This text has black color on #7FC361 background.


White color preview on #7FC361 background

This text has white color on #7FC361 background.


Related colors

Complementary color

Complementary color for #hex is #803C9E.


I love getcolorcode.com

Triadic colors

1 #617FC3 and #C3617F with #7FC361 are triadic colors.

2 #61C37F and #C37F61 with #7FC361 are triadic colors.