COLOR #7FE56B

HEX: #7FE56B RGB: (127,229,107)

Color info

#7FE56B contains mainly green color. Web safe color of #7FE56B is #66CC66 (or #6C6).

RGB color model

#7FE56B color RGB value is (127,229,107).

RGB: (127,229,107) (50%, 90%, 42%)

RGB channels and saturation

R 127 of 255 = 50%
G 229 of 255 = 90%
B 107 of 255 = 42%

127
229
107

R + G + B ~ 61%. #7FE56B is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 229 + 107 = 463 (100%)
R 127 of 463 ~ 27.43%
G 229 of 463 ~ 49.46%
B 107 of 463 ~ 23.11'%

%27.43
%49.46
%23.11

CMYK color model

#7FE56B color CMYK value is (45,0,53,10).

  • cyan value is 44.54%
  • magenta value is 0.00%
  • yellow value is 53.28%
  • key color value is 10.20%
CMYK: (45,0,53,10) C45M0Y53K10 (45%,0%,53%,10%) (0.45/0.00/0.53/0.10) 

CMYK percentages

%44.54
%0
%53.28
%10.2

Codes

Color #7FE56B in popluar color models

7F E5 6B
RGB 127 229 107
HSL 110° 70.11% 65.88%
HSB/HSV 110° 53.28% 89.80%
CMYK 44.54% 0.00% 53.28%
10.20%

Color #7FE56B in popluar number systems.

HEX 7F E5 6B
Decimal 127 229 107
Binary 1111111 11100101 1101011
Octal 177 345 153

Shades and tints

Shades of #7FE56B

#7FE56B
(127,229,107)
#74D162
(116,209,98)
#69BD59
(105,189,89)
#5EA950
(94,169,80)
#539547
(83,149,71)
#48813E
(72,129,62)
#3D6D35
(61,109,53)
#32592C
(50,89,44)
#274523
(39,69,35)
#1C311A
(28,49,26)
#111D11
(17,29,17)
#000000
(0,0,0)

Tints of #7FE56B

#7FE56B
(127,229,107)
#8AE778
(138,231,120)
#95E985
(149,233,133)
#A0EB92
(160,235,146)
#ABED9F
(171,237,159)
#B6EFAC
(182,239,172)
#C1F1B9
(193,241,185)
#CCF3C6
(204,243,198)
#D7F5D3
(215,245,211)
#E2F7E0
(226,247,224)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE56B color. Also use rgb(127,229,107) instead hex code.

Text Font Color

.myTextColor { color: #7FE56B; }

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

This text font color is #7FE56B.

Background Color

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

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

This div background color is #7FE56B.

Border color

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

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

This div border color is #7FE56B.

Opacity

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

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

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

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

This text has shadow with #7FE56B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FE56B.

Preview

Color preview on black background

This text has color #7FE56B on black background.


Color preview on white background

This text has color #7FE56B on white background.


Black color preview on #7FE56B background

This text has black color on #7FE56B background.


White color preview on #7FE56B background

This text has white color on #7FE56B background.


Related colors

Complementary color

Complementary color for #hex is #801A94.


I love getcolorcode.com

Triadic colors

1 #6B7FE5 and #E56B7F with #7FE56B are triadic colors.

2 #6BE57F and #E57F6B with #7FE56B are triadic colors.