COLOR #7FF365

HEX: #7FF365
RGB: (127,243,101)

Color info

#7FF365 contains mainly green color. Web safe color of #7FF365 is #66FF66 (or #6F6).

RGB color model

#7FF365 color RGB value is (127,243,101).

  • red value is 127;
  • green value is 243;
  • blue value is 101.
RGB:
(127,243,101)
(50%,95%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 243 of 255 = 95%
B 101 of 255 = 40%

127
243
101

R + G + B ~ 62%. #7FF365 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 243 + 101 = 471 (100%)
R 127 of 471 ~ 26.96%
G 243 of 471 ~ 51.59%
B 101 of 471 ~ 21.44%

%26.96
%51.59
%21.44

CMYK color model

#7FF365 color CMYK value is (48,0,58,5).

  • cyan value is 47.74%
  • magenta value is 0.00%
  • yellow value is 58.44%
  • key color value is 4.71%
CMYK:
(48,0,58,5)
C48M0Y58K5 
(48%,0%,58%,5%)
(0.48/0.00/0.58/0.05)	

CMYK percentages

%47.74
%0
%58.44
%4.71

Codes

Color #7FF365 in popluar color models

7FF365
RGB127243101
HSL109°85.54%67.45%
HSB/HSV109°58.44%95.29%
CMYK47.74%0.00%58.44%
4.71%

Color #7FF365 in popluar number systems.

HEX7FF365
Decimal127243101
Binary1111111111100111100101
Octal177363145

Shades and tints

Shades of #7FF365

#7FF365
(127,243,101)
#74DD5C
(116,221,92)
#69C753
(105,199,83)
#5EB14A
(94,177,74)
#539B41
(83,155,65)
#488538
(72,133,56)
#3D6F2F
(61,111,47)
#325926
(50,89,38)
#27431D
(39,67,29)
#1C2D14
(28,45,20)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #7FF365

#7FF365
(127,243,101)
#8AF473
(138,244,115)
#95F581
(149,245,129)
#A0F68F
(160,246,143)
#ABF79D
(171,247,157)
#B6F8AB
(182,248,171)
#C1F9B9
(193,249,185)
#CCFAC7
(204,250,199)
#D7FBD5
(215,251,213)
#E2FCE3
(226,252,227)
#EDFDF1
(237,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FF365 color. Also use rgb(127,243,101) instead hex code.

Text Font Color

.myTextColor { color: #7FF365; }

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

This text font color is #7FF365.


Background Color

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

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

This div background color is #7FF365.


Border color

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

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

This div border color is #7FF365.


Opacity

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

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

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

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

This text has shadow with #7FF365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FF365 on black background.


Color preview on white background

This text has color #7FF365 on white background.



Black color preview on #7FF365 background

This text has black color on #7FF365 background.


White color preview on #7FF365 background

This text has white color on #7FF365 background.