COLOR #7EFE78

HEX: #7EFE78
RGB: (126,254,120)

Renk bilgisi

#7EFE78 contains mainly green color. #7EFE78 ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#7EFE78 color RGB value is (126,254,120).

  • kırmız ton 126;
  • yeşil ton 254;
  • mavi ton 120.
RGB:
(126,254,120)
(49%,100%,47%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 254 of 255 = 100%
B 120 of 255 = 47%

126
254
120

R + G + B ~ 65%. #7EFE78 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 254 + 120 = 500 (100%)
R 126 of 500 ~ 25.2%
G 254 of 500 ~ 50.8%
B 120 of 500 ~ 24%

%25.2
%50.8
%24

CMYK RENK MODELİ

#7EFE78 rengi CMYK tonu (50,0,53,0).

  • camgöbeği tonu 50.39%
  • eflatun tonu 0.00%
  • sarı tonu 52.76%
  • ana renk tonu 0.39%
CMYK:
(50,0,53,0)
C50M0Y53K0 
(50%,0%,53%,0%)
(0.50/0.00/0.53/0.00)	

CMYK yüzdeleri

%50.39
%0
%52.76
%0.39

Codes

Color #7EFE78 in popluar color models

7EFE78
RGB126254120
HSL117°98.53%73.33%
HSB/HSV117°52.76%99.61%
CMYK50.39%0.00%52.76%
0.39%

Color #7EFE78 in popluar number systems.

HEX7EFE78
Decimal126254120
Binary1111110111111101111000
Octal176376170

Shades and tints

Shades of #7EFE78

#7EFE78
(126,254,120)
#73E76E
(115,231,110)
#68D064
(104,208,100)
#5DB95A
(93,185,90)
#52A250
(82,162,80)
#478B46
(71,139,70)
#3C743C
(60,116,60)
#315D32
(49,93,50)
#264628
(38,70,40)
#1B2F1E
(27,47,30)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #7EFE78

#7EFE78
(126,254,120)
#89FE84
(137,254,132)
#94FE90
(148,254,144)
#9FFE9C
(159,254,156)
#AAFEA8
(170,254,168)
#B5FEB4
(181,254,180)
#C0FEC0
(192,254,192)
#CBFECC
(203,254,204)
#D6FED8
(214,254,216)
#E1FEE4
(225,254,228)
#ECFEF0
(236,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EFE78 color. Also use rgb(126,254,120) instead hex code.

Text Font Color

.myTextColor { color: #7EFE78; }

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

This text font color is #7EFE78.


Background Color

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

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

This div background color is #7EFE78.


Border color

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

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

This div border color is #7EFE78.


Opacity

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

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

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

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

This text has shadow with #7EFE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EFE78 on black background.


Color preview on white background

This text has color #7EFE78 on white background.



Black color preview on #7EFE78 background

This text has black color on #7EFE78 background.


White color preview on #7EFE78 background

This text has white color on #7EFE78 background.