COLOR #7FFF00

HEX: #7FFF00
RGB: (127,255,0)

Renk bilgisi

Rengin adı Chartreuse. #7FFF00 contains mainly green color. #7FFF00 ‘ nin web güvenlik rengi #66FF00 (ya da #6F0) dir.

RGB renk modeli

#7FFF00 color RGB value is (127,255,0).

  • kırmız ton 127;
  • yeşil ton 255;
  • mavi ton 0.
RGB:
(127,255,0)
(50%,100%,0%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 255 of 255 = 100%
B 0 of 255 = 0%

127
255
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 255 + 0 = 382 (100%)
R 127 of 382 ~ 33.25%
G 255 of 382 ~ 66.75%
B 0 of 382 ~ 0%

%33.25
%66.75

CMYK RENK MODELİ

#7FFF00 rengi CMYK tonu (50,0,100,0).

  • camgöbeği tonu 50.20%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(50,0,100,0)
C50M0Y100K0 
(50%,0%,100%,0%)
(0.50/0.00/1.00/0.00)	

CMYK yüzdeleri

%50.2
%0
%100
%0

Codes

Color #7FFF00 in popluar color models

7FFF00
RGB1272550
HSL90°100.00%50.00%
HSB/HSV90°100.00%100.00%
CMYK50.20%0.00%100.00%
0.00%

Color #7FFF00 in popluar number systems.

HEX7FFF00
Decimal1272550
Binary1111111111111110
Octal1773770

Shades and tints

Shades of #7FFF00

#7FFF00
(127,255,0)
#74E800
(116,232,0)
#69D100
(105,209,0)
#5EBA00
(94,186,0)
#53A300
(83,163,0)
#488C00
(72,140,0)
#3D7500
(61,117,0)
#325E00
(50,94,0)
#274700
(39,71,0)
#1C3000
(28,48,0)
#111900
(17,25,0)
#000000
(0,0,0)

Tints of #7FFF00

#7FFF00
(127,255,0)
#8AFF17
(138,255,23)
#95FF2E
(149,255,46)
#A0FF45
(160,255,69)
#ABFF5C
(171,255,92)
#B6FF73
(182,255,115)
#C1FF8A
(193,255,138)
#CCFFA1
(204,255,161)
#D7FFB8
(215,255,184)
#E2FFCF
(226,255,207)
#EDFFE6
(237,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FFF00 color. Also use rgb(127,255,0) instead hex code.

Text Font Color

.myTextColor { color: #7FFF00; }

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

This text font color is #7FFF00.


Background Color

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

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

This div background color is #7FFF00.


Border color

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

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

This div border color is #7FFF00.


Opacity

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

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

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

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

This text has shadow with #7FFF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FFF00 on black background.


Color preview on white background

This text has color #7FFF00 on white background.



Black color preview on #7FFF00 background

This text has black color on #7FFF00 background.


White color preview on #7FFF00 background

This text has white color on #7FFF00 background.