COLOR #7FCD41

HEX: #7FCD41 RGB: (127,205,65)

Color info

#7FCD41 contains mainly green color. Web safe color of #7FCD41 is #66CC33 (or #6C3).

RGB color model

#7FCD41 color RGB value is (127,205,65).

RGB: (127,205,65) (50%, 80%, 25%)

RGB channels and saturation

R 127 of 255 = 50%
G 205 of 255 = 80%
B 65 of 255 = 25%

127
205
65

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

Portions of RGB colors in percentages

R + G + B = 127 + 205 + 65 = 397 (100%)
R 127 of 397 ~ 31.99%
G 205 of 397 ~ 51.64%
B 65 of 397 ~ 16.37'%

%31.99
%51.64
%16.37

CMYK color model

#7FCD41 color CMYK value is (38,0,68,20).

  • cyan value is 38.05%
  • magenta value is 0.00%
  • yellow value is 68.29%
  • key color value is 19.61%

CMYK: (38,0,68,20)
C38M0Y68K20 (38%, 0%, 68%, 20%)
(0.38 / 0.00 / 0.68 / 0.20)

CMYK percentages

%38.05
%0
%68.29
%19.61

Codes

Color #7FCD41 in popluar color models

7F CD 41
RGB 127 205 65
HSL 93° 58.33% 52.94%
HSB/HSV 93° 68.29% 80.39%
CMYK 38.05% 0.00% 68.29%
19.61%

Color #7FCD41 in popluar number systems.

HEX 7F CD 41
Decimal 127 205 65
Binary 1111111 11001101 1000001
Octal 177 315 101

Shades and tints

Shades of #7FCD41

#7FCD41
(127,205,65)
#74BB3C
(116,187,60)
#69A937
(105,169,55)
#5E9732
(94,151,50)
#53852D
(83,133,45)
#487328
(72,115,40)
#3D6123
(61,97,35)
#324F1E
(50,79,30)
#273D19
(39,61,25)
#1C2B14
(28,43,20)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #7FCD41

#7FCD41
(127,205,65)
#8AD152
(138,209,82)
#95D563
(149,213,99)
#A0D974
(160,217,116)
#ABDD85
(171,221,133)
#B6E196
(182,225,150)
#C1E5A7
(193,229,167)
#CCE9B8
(204,233,184)
#D7EDC9
(215,237,201)
#E2F1DA
(226,241,218)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCD41 color. Also use rgb(127,205,65) instead hex code.

Text Font Color

.myTextColor { color: #7FCD41; }

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

This text font color is #7FCD41.

Background Color

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

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

This div background color is #7FCD41.

Border color

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

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

This div border color is #7FCD41.

Opacity

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

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

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

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

This text has shadow with #7FCD41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCD41.

Preview

Color preview on black background

This text has color #7FCD41 on black background.


Color preview on white background

This text has color #7FCD41 on white background.


Black color preview on #7FCD41 background

This text has black color on #7FCD41 background.


White color preview on #7FCD41 background

This text has white color on #7FCD41 background.


Related colors

Complementary color

Complementary color for #hex is #8032BE.


I love getcolorcode.com

Triadic colors

1 #417FCD and #CD417F with #7FCD41 are triadic colors.

2 #41CD7F and #CD7F41 with #7FCD41 are triadic colors.