COLOR #7FEB49

HEX: #7FEB49 RGB: (127,235,73)

Color info

#7FEB49 contains mainly green color. Web safe color of #7FEB49 is #66FF33 (or #6F3).

RGB color model

#7FEB49 color RGB value is (127,235,73).

RGB: (127,235,73) (50%, 92%, 29%)

RGB channels and saturation

R 127 of 255 = 50%
G 235 of 255 = 92%
B 73 of 255 = 29%

127
235
73

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

Portions of RGB colors in percentages

R + G + B = 127 + 235 + 73 = 435 (100%)
R 127 of 435 ~ 29.2%
G 235 of 435 ~ 54.02%
B 73 of 435 ~ 16.78'%

%29.2
%54.02
%16.78

CMYK color model

#7FEB49 color CMYK value is (46,0,69,8).

  • cyan value is 45.96%
  • magenta value is 0.00%
  • yellow value is 68.94%
  • key color value is 7.84%

CMYK: (46,0,69,8)
C46M0Y69K8 (46%, 0%, 69%, 8%)
(0.46 / 0.00 / 0.69 / 0.08)

CMYK percentages

%45.96
%0
%68.94
%7.84

Codes

Color #7FEB49 in popluar color models

7F EB 49
RGB 127 235 73
HSL 100° 80.20% 60.39%
HSB/HSV 100° 68.94% 92.16%
CMYK 45.96% 0.00% 68.94%
7.84%

Color #7FEB49 in popluar number systems.

HEX 7F EB 49
Decimal 127 235 73
Binary 1111111 11101011 1001001
Octal 177 353 111

Shades and tints

Shades of #7FEB49

#7FEB49
(127,235,73)
#74D643
(116,214,67)
#69C13D
(105,193,61)
#5EAC37
(94,172,55)
#539731
(83,151,49)
#48822B
(72,130,43)
#3D6D25
(61,109,37)
#32581F
(50,88,31)
#274319
(39,67,25)
#1C2E13
(28,46,19)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #7FEB49

#7FEB49
(127,235,73)
#8AEC59
(138,236,89)
#95ED69
(149,237,105)
#A0EE79
(160,238,121)
#ABEF89
(171,239,137)
#B6F099
(182,240,153)
#C1F1A9
(193,241,169)
#CCF2B9
(204,242,185)
#D7F3C9
(215,243,201)
#E2F4D9
(226,244,217)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FEB49 color. Also use rgb(127,235,73) instead hex code.

Text Font Color

.myTextColor { color: #7FEB49; }

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

This text font color is #7FEB49.

Background Color

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

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

This div background color is #7FEB49.

Border color

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

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

This div border color is #7FEB49.

Opacity

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

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

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

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

This text has shadow with #7FEB49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FEB49.

Preview

Color preview on black background

This text has color #7FEB49 on black background.


Color preview on white background

This text has color #7FEB49 on white background.


Black color preview on #7FEB49 background

This text has black color on #7FEB49 background.


White color preview on #7FEB49 background

This text has white color on #7FEB49 background.


Related colors

Complementary color

Complementary color for #7FEB49 is #8014B6.


I love getcolorcode.com

Triadic colors

1 #497FEB and #EB497F with #7FEB49 are triadic colors.

2 #49EB7F and #EB7F49 with #7FEB49 are triadic colors.