COLOR #7FE745

HEX: #7FE745
RGB: (127,231,69)

Color info

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

RGB color model

#7FE745 color RGB value is (127,231,69).

  • red value is 127;
  • green value is 231;
  • blue value is 69.
RGB:
(127,231,69)
(50%,91%,27%)

RGB channels and saturation

R 127 of 255 = 50%
G 231 of 255 = 91%
B 69 of 255 = 27%

127
231
69

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

Portions of RGB colors in percentages

R + G + B =
127 + 231 + 69 = 427 (100%)
R 127 of 427 ~ 29.74%
G 231 of 427 ~ 54.1%
B 69 of 427 ~ 16.16%

%29.74
%54.1
%16.16

CMYK color model

#7FE745 color CMYK value is (45,0,70,9).

  • cyan value is 45.02%
  • magenta value is 0.00%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(45,0,70,9)
C45M0Y70K9 
(45%,0%,70%,9%)
(0.45/0.00/0.70/0.09)	

CMYK percentages

%45.02
%0
%70.13
%9.41

Codes

Color #7FE745 in popluar color models

7FE745
RGB12723169
HSL99°77.14%58.82%
HSB/HSV99°70.13%90.59%
CMYK45.02%0.00%70.13%
9.41%

Color #7FE745 in popluar number systems.

HEX7FE745
Decimal12723169
Binary1111111111001111000101
Octal177347105

Shades and tints

Shades of #7FE745

#7FE745
(127,231,69)
#74D23F
(116,210,63)
#69BD39
(105,189,57)
#5EA833
(94,168,51)
#53932D
(83,147,45)
#487E27
(72,126,39)
#3D6921
(61,105,33)
#32541B
(50,84,27)
#273F15
(39,63,21)
#1C2A0F
(28,42,15)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #7FE745

#7FE745
(127,231,69)
#8AE955
(138,233,85)
#95EB65
(149,235,101)
#A0ED75
(160,237,117)
#ABEF85
(171,239,133)
#B6F195
(182,241,149)
#C1F3A5
(193,243,165)
#CCF5B5
(204,245,181)
#D7F7C5
(215,247,197)
#E2F9D5
(226,249,213)
#EDFBE5
(237,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE745 color. Also use rgb(127,231,69) instead hex code.

Text Font Color

.myTextColor { color: #7FE745; }

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

This text font color is #7FE745.


Background Color

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

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

This div background color is #7FE745.


Border color

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

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

This div border color is #7FE745.


Opacity

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

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

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

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

This text has shadow with #7FE745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FE745 on black background.


Color preview on white background

This text has color #7FE745 on white background.



Black color preview on #7FE745 background

This text has black color on #7FE745 background.


White color preview on #7FE745 background

This text has white color on #7FE745 background.