COLOR #7FE555

HEX: #7FE555
RGB: (127,229,85)

Color info

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

RGB color model

#7FE555 color RGB value is (127,229,85).

  • red value is 127;
  • green value is 229;
  • blue value is 85.
RGB: (127,229,85) (50%,90%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 229 of 255 = 90%
B 85 of 255 = 33%

127
229
85

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

Portions of RGB colors in percentages

R + G + B =
127 + 229 + 85 = 441 (100%)
R 127 of 441 ~ 28.8%
G 229 of 441 ~ 51.93%
B 85 of 441 ~ 19.27%

%28.8
%51.93
%19.27

CMYK color model

#7FE555 color CMYK value is (45,0,63,10).

  • cyan value is 44.54%
  • magenta value is 0.00%
  • yellow value is 62.88%
  • key color value is 10.20%
CMYK: (45,0,63,10) C45M0Y63K10 (45%,0%,63%,10%) (0.45/0.00/0.63/0.10)

CMYK percentages

%44.54
%0
%62.88
%10.2

Codes

Color #7FE555 in popluar color models

7FE555
RGB12722985
HSL103°73.47%61.57%
HSB/HSV103°62.88%89.80%
CMYK44.54%0.00%62.88%
10.20%

Color #7FE555 in popluar number systems.

HEX7FE555
Decimal12722985
Binary1111111111001011010101
Octal177345125

Shades and tints

Shades of #7FE555

#7FE555
(127,229,85)
#74D14E
(116,209,78)
#69BD47
(105,189,71)
#5EA940
(94,169,64)
#539539
(83,149,57)
#488132
(72,129,50)
#3D6D2B
(61,109,43)
#325924
(50,89,36)
#27451D
(39,69,29)
#1C3116
(28,49,22)
#111D0F
(17,29,15)
#000000
(0,0,0)

Tints of #7FE555

#7FE555
(127,229,85)
#8AE764
(138,231,100)
#95E973
(149,233,115)
#A0EB82
(160,235,130)
#ABED91
(171,237,145)
#B6EFA0
(182,239,160)
#C1F1AF
(193,241,175)
#CCF3BE
(204,243,190)
#D7F5CD
(215,245,205)
#E2F7DC
(226,247,220)
#EDF9EB
(237,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FE555; }

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

This text font color is #7FE555.


Background Color

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

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

This div background color is #7FE555.


Border color

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

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

This div border color is #7FE555.


Opacity

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

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

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

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

This text has shadow with #7FE555 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7FE555 on black background.


Color preview on white background

This text has color #7FE555 on white background.



Black color preview on #7FE555 background

This text has black color on #7FE555 background.


White color preview on #7FE555 background

This text has white color on #7FE555 background.