COLOR #7FBD42

HEX: #7FBD42 RGB: (127,189,66)

Color info

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

RGB color model

#7FBD42 color RGB value is (127,189,66).

RGB: (127,189,66) (50%, 74%, 26%)

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 66 of 255 = 26%

127
189
66

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

Portions of RGB colors in percentages

R + G + B = 127 + 189 + 66 = 382 (100%)
R 127 of 382 ~ 33.25%
G 189 of 382 ~ 49.48%
B 66 of 382 ~ 17.28'%

%33.25
%49.48
%17.28

CMYK color model

#7FBD42 color CMYK value is (33,0,65,26).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 65.08%
  • key color value is 25.88%

CMYK: (33,0,65,26)
C33M0Y65K26 (33%, 0%, 65%, 26%)
(0.33 / 0.00 / 0.65 / 0.26)

CMYK percentages

%32.8
%0
%65.08
%25.88

Codes

Color #7FBD42 in popluar color models

7F BD 42
RGB 127 189 66
HSL 90° 48.24% 50.00%
HSB/HSV 90° 65.08% 74.12%
CMYK 32.80% 0.00% 65.08%
25.88%

Color #7FBD42 in popluar number systems.

HEX 7F BD 42
Decimal 127 189 66
Binary 1111111 10111101 1000010
Octal 177 275 102

Shades and tints

Shades of #7FBD42

#7FBD42
(127,189,66)
#74AC3C
(116,172,60)
#699B36
(105,155,54)
#5E8A30
(94,138,48)
#53792A
(83,121,42)
#486824
(72,104,36)
#3D571E
(61,87,30)
#324618
(50,70,24)
#273512
(39,53,18)
#1C240C
(28,36,12)
#111306
(17,19,6)
#000000
(0,0,0)

Tints of #7FBD42

#7FBD42
(127,189,66)
#8AC353
(138,195,83)
#95C964
(149,201,100)
#A0CF75
(160,207,117)
#ABD586
(171,213,134)
#B6DB97
(182,219,151)
#C1E1A8
(193,225,168)
#CCE7B9
(204,231,185)
#D7EDCA
(215,237,202)
#E2F3DB
(226,243,219)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBD42 color. Also use rgb(127,189,66) instead hex code.

Text Font Color

.myTextColor { color: #7FBD42; }

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

This text font color is #7FBD42.

Background Color

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

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

This div background color is #7FBD42.

Border color

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

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

This div border color is #7FBD42.

Opacity

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

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

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

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

This text has shadow with #7FBD42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBD42.

Preview

Color preview on black background

This text has color #7FBD42 on black background.


Color preview on white background

This text has color #7FBD42 on white background.


Black color preview on #7FBD42 background

This text has black color on #7FBD42 background.


White color preview on #7FBD42 background

This text has white color on #7FBD42 background.


Related colors

Complementary color

Complementary color for #hex is #8042BD.


I love getcolorcode.com

Triadic colors

1 #427FBD and #BD427F with #7FBD42 are triadic colors.

2 #42BD7F and #BD7F42 with #7FBD42 are triadic colors.