COLOR #7FC484

HEX: #7FC484 RGB: (127,196,132)

Color info

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

RGB color model

#7FC484 color RGB value is (127,196,132).

RGB: (127,196,132) (50%, 77%, 52%)

RGB channels and saturation

R 127 of 255 = 50%
G 196 of 255 = 77%
B 132 of 255 = 52%

127
196
132

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

Portions of RGB colors in percentages

R + G + B = 127 + 196 + 132 = 455 (100%)
R 127 of 455 ~ 27.91%
G 196 of 455 ~ 43.08%
B 132 of 455 ~ 29.01'%

%27.91
%43.08
%29.01

CMYK color model

#7FC484 color CMYK value is (35,0,33,23).

  • cyan value is 35.20%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 23.14%

CMYK: (35,0,33,23)
C35M0Y33K23 (35%, 0%, 33%, 23%)
(0.35 / 0.00 / 0.33 / 0.23)

CMYK percentages

%35.2
%0
%32.65
%23.14

Codes

Color #7FC484 in popluar color models

7F C4 84
RGB 127 196 132
HSL 124° 36.90% 63.33%
HSB/HSV 124° 35.20% 76.86%
CMYK 35.20% 0.00% 32.65%
23.14%

Color #7FC484 in popluar number systems.

HEX 7F C4 84
Decimal 127 196 132
Binary 1111111 11000100 10000100
Octal 177 304 204

Shades and tints

Shades of #7FC484

#7FC484
(127,196,132)
#74B378
(116,179,120)
#69A26C
(105,162,108)
#5E9160
(94,145,96)
#538054
(83,128,84)
#486F48
(72,111,72)
#3D5E3C
(61,94,60)
#324D30
(50,77,48)
#273C24
(39,60,36)
#1C2B18
(28,43,24)
#111A0C
(17,26,12)
#000000
(0,0,0)

Tints of #7FC484

#7FC484
(127,196,132)
#8AC98F
(138,201,143)
#95CE9A
(149,206,154)
#A0D3A5
(160,211,165)
#ABD8B0
(171,216,176)
#B6DDBB
(182,221,187)
#C1E2C6
(193,226,198)
#CCE7D1
(204,231,209)
#D7ECDC
(215,236,220)
#E2F1E7
(226,241,231)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC484 color. Also use rgb(127,196,132) instead hex code.

Text Font Color

.myTextColor { color: #7FC484; }

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

This text font color is #7FC484.

Background Color

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

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

This div background color is #7FC484.

Border color

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

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

This div border color is #7FC484.

Opacity

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

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

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

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

This text has shadow with #7FC484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC484.

Preview

Color preview on black background

This text has color #7FC484 on black background.


Color preview on white background

This text has color #7FC484 on white background.


Black color preview on #7FC484 background

This text has black color on #7FC484 background.


White color preview on #7FC484 background

This text has white color on #7FC484 background.


Related colors

Complementary color

Complementary color for #hex is #803B7B.


I love getcolorcode.com

Triadic colors

1 #847FC4 and #C4847F with #7FC484 are triadic colors.

2 #84C47F and #C47F84 with #7FC484 are triadic colors.