COLOR #7FC388

HEX: #7FC388 RGB: (127,195,136)

Color info

#7FC388 contains mainly green and blue colors. Web safe color of #7FC388 is #66CC99 (or #6C9).

RGB color model

#7FC388 color RGB value is (127,195,136).

RGB: (127,195,136) (50%, 76%, 53%)

RGB channels and saturation

R 127 of 255 = 50%
G 195 of 255 = 76%
B 136 of 255 = 53%

127
195
136

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

Portions of RGB colors in percentages

R + G + B = 127 + 195 + 136 = 458 (100%)
R 127 of 458 ~ 27.73%
G 195 of 458 ~ 42.58%
B 136 of 458 ~ 29.69'%

%27.73
%42.58
%29.69

CMYK color model

#7FC388 color CMYK value is (35,0,30,24).

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

CMYK: (35,0,30,24)
C35M0Y30K24 (35%, 0%, 30%, 24%)
(0.35 / 0.00 / 0.30 / 0.24)

CMYK percentages

%34.87
%0
%30.26
%23.53

Codes

Color #7FC388 in popluar color models

7F C3 88
RGB 127 195 136
HSL 128° 36.17% 63.14%
HSB/HSV 128° 34.87% 76.47%
CMYK 34.87% 0.00% 30.26%
23.53%

Color #7FC388 in popluar number systems.

HEX 7F C3 88
Decimal 127 195 136
Binary 1111111 11000011 10001000
Octal 177 303 210

Shades and tints

Shades of #7FC388

#7FC388
(127,195,136)
#74B27C
(116,178,124)
#69A170
(105,161,112)
#5E9064
(94,144,100)
#537F58
(83,127,88)
#486E4C
(72,110,76)
#3D5D40
(61,93,64)
#324C34
(50,76,52)
#273B28
(39,59,40)
#1C2A1C
(28,42,28)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #7FC388

#7FC388
(127,195,136)
#8AC892
(138,200,146)
#95CD9C
(149,205,156)
#A0D2A6
(160,210,166)
#ABD7B0
(171,215,176)
#B6DCBA
(182,220,186)
#C1E1C4
(193,225,196)
#CCE6CE
(204,230,206)
#D7EBD8
(215,235,216)
#E2F0E2
(226,240,226)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC388; }

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

This text font color is #7FC388.

Background Color

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

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

This div background color is #7FC388.

Border color

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

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

This div border color is #7FC388.

Opacity

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

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

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

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

This text has shadow with #7FC388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC388.

Preview

Color preview on black background

This text has color #7FC388 on black background.


Color preview on white background

This text has color #7FC388 on white background.


Black color preview on #7FC388 background

This text has black color on #7FC388 background.


White color preview on #7FC388 background

This text has white color on #7FC388 background.


Related colors

Complementary color

Complementary color for #hex is #803C77.


I love getcolorcode.com

Triadic colors

1 #887FC3 and #C3887F with #7FC388 are triadic colors.

2 #88C37F and #C37F88 with #7FC388 are triadic colors.