COLOR #00FF66

HEX: #00FF66
RGB: (0,255,102)

Renk bilgisi

#00FF66 contains mainly green color. #00FF66 color is web safe color. It maybe written shortly as #0F6.

RGB renk modeli

#00FF66 color RGB value is (0,255,102).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 255 of 255 = 100%
B 102 of 255 = 40%

0
255
102

R + G + B ~ 47%. #00FF66 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 255 + 102 = 357 (100%)
R 0 of 357 ~ 0%
G 255 of 357 ~ 71.43%
B 102 of 357 ~ 28.57%

%71.43
%28.57

CMYK RENK MODELİ

#00FF66 rengi CMYK tonu (100,0,60,0).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 60.00%
  • ana renk tonu 0.00%
CMYK:
(100,0,60,0)
C100M0Y60K0 
(100%,0%,60%,0%)
(1.00/0.00/0.60/0.00)	

CMYK yüzdeleri

%100
%0
%60
%0

Codes

Color #00FF66 in popluar color models

00FF66
RGB0255102
HSL144°100.00%50.00%
HSB/HSV144°100.00%100.00%
CMYK100.00%0.00%60.00%
0.00%

Color #00FF66 in popluar number systems.

HEX00FF66
Decimal0255102
Binary0111111111100110
Octal0377146

Shades and tints

Shades of #00FF66

#00FF66
(0,255,102)
#00E85D
(0,232,93)
#00D154
(0,209,84)
#00BA4B
(0,186,75)
#00A342
(0,163,66)
#008C39
(0,140,57)
#007530
(0,117,48)
#005E27
(0,94,39)
#00471E
(0,71,30)
#003015
(0,48,21)
#00190C
(0,25,12)
#000000
(0,0,0)

Tints of #00FF66

#00FF66
(0,255,102)
#17FF73
(23,255,115)
#2EFF80
(46,255,128)
#45FF8D
(69,255,141)
#5CFF9A
(92,255,154)
#73FFA7
(115,255,167)
#8AFFB4
(138,255,180)
#A1FFC1
(161,255,193)
#B8FFCE
(184,255,206)
#CFFFDB
(207,255,219)
#E6FFE8
(230,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FF66 color. Also use rgb(0,255,102) instead hex code.

Text Font Color

.myTextColor { color: #00FF66; }

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

This text font color is #00FF66.


Background Color

.myBgColor { background-color: #00FF66; }

<div style="background-color:#00FF66">Inner text</div>

This div background color is #00FF66.


Border color

.myBorderColor { border: 1px solid #00FF66; }

<div style="border:3px solid #00FF66">Div</div>

This div border color is #00FF66.


Opacity

.myOpacity80 { color: #00FF66; opacity: 0.8; }

<p style="color:#00FF66;opacity:0.8;">80%</p>

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

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

This text has shadow with #00FF66 color.

.textShadow {text-shadow: 3px 3px 1px #00FF66, 3px 3px 1px red;}

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

This text has shadow with #00FF66 primary color and red secondary color.


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

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

This text has shadow with #00FF66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FF66 on black background.


Color preview on white background

This text has color #00FF66 on white background.



Black color preview on #00FF66 background

This text has black color on #00FF66 background.


White color preview on #00FF66 background

This text has white color on #00FF66 background.