COLOR #7FF593

HEX: #7FF593 RGB: (127,245,147)

Color info

#7FF593 contains mainly green color. Web safe color of #7FF593 is #66FF99 (or #6F9).

RGB color model

#7FF593 color RGB value is (127,245,147).

RGB: (127,245,147) (50%, 96%, 58%)

RGB channels and saturation

R 127 of 255 = 50%
G 245 of 255 = 96%
B 147 of 255 = 58%

127
245
147

R + G + B ~ 68%. #7FF593 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 245 + 147 = 519 (100%)
R 127 of 519 ~ 24.47%
G 245 of 519 ~ 47.21%
B 147 of 519 ~ 28.32'%

%24.47
%47.21
%28.32

CMYK color model

#7FF593 color CMYK value is (48,0,40,4).

  • cyan value is 48.16%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 3.92%
CMYK: (48,0,40,4) C48M0Y40K4 (48%,0%,40%,4%) (0.48/0.00/0.40/0.04) 

CMYK percentages

%48.16
%0
%40
%3.92

Codes

Color #7FF593 in popluar color models

7F F5 93
RGB 127 245 147
HSL 130° 85.51% 72.94%
HSB/HSV 130° 48.16% 96.08%
CMYK 48.16% 0.00% 40.00%
3.92%

Color #7FF593 in popluar number systems.

HEX 7F F5 93
Decimal 127 245 147
Binary 1111111 11110101 10010011
Octal 177 365 223

Shades and tints

Shades of #7FF593

#7FF593
(127,245,147)
#74DF86
(116,223,134)
#69C979
(105,201,121)
#5EB36C
(94,179,108)
#539D5F
(83,157,95)
#488752
(72,135,82)
#3D7145
(61,113,69)
#325B38
(50,91,56)
#27452B
(39,69,43)
#1C2F1E
(28,47,30)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #7FF593

#7FF593
(127,245,147)
#8AF59C
(138,245,156)
#95F5A5
(149,245,165)
#A0F5AE
(160,245,174)
#ABF5B7
(171,245,183)
#B6F5C0
(182,245,192)
#C1F5C9
(193,245,201)
#CCF5D2
(204,245,210)
#D7F5DB
(215,245,219)
#E2F5E4
(226,245,228)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FF593 color. Also use rgb(127,245,147) instead hex code.

Text Font Color

.myTextColor { color: #7FF593; }

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

This text font color is #7FF593.

Background Color

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

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

This div background color is #7FF593.

Border color

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

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

This div border color is #7FF593.

Opacity

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

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

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

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

This text has shadow with #7FF593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FF593.

Preview

Color preview on black background

This text has color #7FF593 on black background.


Color preview on white background

This text has color #7FF593 on white background.


Black color preview on #7FF593 background

This text has black color on #7FF593 background.


White color preview on #7FF593 background

This text has white color on #7FF593 background.


Related colors

Complementary color

Complementary color for #hex is #800A6C.


I love getcolorcode.com

Triadic colors

1 #937FF5 and #F5937F with #7FF593 are triadic colors.

2 #93F57F and #F57F93 with #7FF593 are triadic colors.