COLOR #7FBE41

HEX: #7FBE41 RGB: (127,190,65)

Color info

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

RGB color model

#7FBE41 color RGB value is (127,190,65).

RGB: (127,190,65) (50%, 75%, 25%)

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 65 of 255 = 25%

127
190
65

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

Portions of RGB colors in percentages

R + G + B = 127 + 190 + 65 = 382 (100%)
R 127 of 382 ~ 33.25%
G 190 of 382 ~ 49.74%
B 65 of 382 ~ 17.02'%

%33.25
%49.74
%17.02

CMYK color model

#7FBE41 color CMYK value is (33,0,66,25).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 25.49%

CMYK: (33,0,66,25)
C33M0Y66K25 (33%, 0%, 66%, 25%)
(0.33 / 0.00 / 0.66 / 0.25)

CMYK percentages

%33.16
%0
%65.79
%25.49

Codes

Color #7FBE41 in popluar color models

7F BE 41
RGB 127 190 65
HSL 90° 49.02% 50.00%
HSB/HSV 90° 65.79% 74.51%
CMYK 33.16% 0.00% 65.79%
25.49%

Color #7FBE41 in popluar number systems.

HEX 7F BE 41
Decimal 127 190 65
Binary 1111111 10111110 1000001
Octal 177 276 101

Shades and tints

Shades of #7FBE41

#7FBE41
(127,190,65)
#74AD3C
(116,173,60)
#699C37
(105,156,55)
#5E8B32
(94,139,50)
#537A2D
(83,122,45)
#486928
(72,105,40)
#3D5823
(61,88,35)
#32471E
(50,71,30)
#273619
(39,54,25)
#1C2514
(28,37,20)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #7FBE41

#7FBE41
(127,190,65)
#8AC352
(138,195,82)
#95C863
(149,200,99)
#A0CD74
(160,205,116)
#ABD285
(171,210,133)
#B6D796
(182,215,150)
#C1DCA7
(193,220,167)
#CCE1B8
(204,225,184)
#D7E6C9
(215,230,201)
#E2EBDA
(226,235,218)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBE41; }

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

This text font color is #7FBE41.

Background Color

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

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

This div background color is #7FBE41.

Border color

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

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

This div border color is #7FBE41.

Opacity

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

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

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

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

This text has shadow with #7FBE41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBE41.

Preview

Color preview on black background

This text has color #7FBE41 on black background.


Color preview on white background

This text has color #7FBE41 on white background.


Black color preview on #7FBE41 background

This text has black color on #7FBE41 background.


White color preview on #7FBE41 background

This text has white color on #7FBE41 background.


Related colors

Complementary color

Complementary color for #hex is #8041BE.


I love getcolorcode.com

Triadic colors

1 #417FBE and #BE417F with #7FBE41 are triadic colors.

2 #41BE7F and #BE7F41 with #7FBE41 are triadic colors.