COLOR #7EFF66

HEX: #7EFF66
RGB: (126,255,102)

Renk bilgisi

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

RGB renk modeli

#7EFF66 color RGB value is (126,255,102).

  • kırmız ton 126;
  • yeşil ton 255;
  • mavi ton 102.
RGB:
(126,255,102)
(49%,100%,40%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 255 of 255 = 100%
B 102 of 255 = 40%

126
255
102

R + G + B ~ 63%. #7EFF66 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 255 + 102 = 483 (100%)
R 126 of 483 ~ 26.09%
G 255 of 483 ~ 52.8%
B 102 of 483 ~ 21.12%

%26.09
%52.8
%21.12

CMYK RENK MODELİ

#7EFF66 rengi CMYK tonu (51,0,60,0).

  • camgöbeği tonu 50.59%
  • eflatun tonu 0.00%
  • sarı tonu 60.00%
  • ana renk tonu 0.00%
CMYK:
(51,0,60,0)
C51M0Y60K0 
(51%,0%,60%,0%)
(0.51/0.00/0.60/0.00)	

CMYK yüzdeleri

%50.59
%0
%60
%0

Codes

Color #7EFF66 in popluar color models

7EFF66
RGB126255102
HSL111°100.00%70.00%
HSB/HSV111°60.00%100.00%
CMYK50.59%0.00%60.00%
0.00%

Color #7EFF66 in popluar number systems.

HEX7EFF66
Decimal126255102
Binary1111110111111111100110
Octal176377146

Shades and tints

Shades of #7EFF66

#7EFF66
(126,255,102)
#73E85D
(115,232,93)
#68D154
(104,209,84)
#5DBA4B
(93,186,75)
#52A342
(82,163,66)
#478C39
(71,140,57)
#3C7530
(60,117,48)
#315E27
(49,94,39)
#26471E
(38,71,30)
#1B3015
(27,48,21)
#10190C
(16,25,12)
#000000
(0,0,0)

Tints of #7EFF66

#7EFF66
(126,255,102)
#89FF73
(137,255,115)
#94FF80
(148,255,128)
#9FFF8D
(159,255,141)
#AAFF9A
(170,255,154)
#B5FFA7
(181,255,167)
#C0FFB4
(192,255,180)
#CBFFC1
(203,255,193)
#D6FFCE
(214,255,206)
#E1FFDB
(225,255,219)
#ECFFE8
(236,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EFF66 color. Also use rgb(126,255,102) instead hex code.

Text Font Color

.myTextColor { color: #7EFF66; }

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

This text font color is #7EFF66.


Background Color

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

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

This div background color is #7EFF66.


Border color

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

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

This div border color is #7EFF66.


Opacity

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

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

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

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

This text has shadow with #7EFF66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EFF66 on black background.


Color preview on white background

This text has color #7EFF66 on white background.



Black color preview on #7EFF66 background

This text has black color on #7EFF66 background.


White color preview on #7EFF66 background

This text has white color on #7EFF66 background.