COLOR #66D000

HEX: #66D000
RGB: (102,208,0)

Color info

#66D000 contains mainly green color. Web safe color of #66D000 is #66CC00 (or #6C0).

RGB color model

#66D000 color RGB value is (102,208,0).

  • red value is 102;
  • green value is 208;
  • blue value is 0.
RGB:
(102,208,0)
(40%,82%,0%)

RGB channels and saturation

R 102 of 255 = 40%
G 208 of 255 = 82%
B 0 of 255 = 0%

102
208
0

R + G + B ~ 41%. #66D000 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 208 + 0 = 310 (100%)
R 102 of 310 ~ 32.9%
G 208 of 310 ~ 67.1%
B 0 of 310 ~ 0%

%32.9
%67.1

CMYK color model

#66D000 color CMYK value is (51,0,100,18).

  • cyan value is 50.96%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 18.43%
CMYK:
(51,0,100,18)
C51M0Y100K18 
(51%,0%,100%,18%)
(0.51/0.00/1.00/0.18)	

CMYK percentages

%50.96
%0
%100
%18.43

Codes

Color #66D000 in popluar color models

66D000
RGB1022080
HSL91°100.00%40.78%
HSB/HSV91°100.00%81.57%
CMYK50.96%0.00%100.00%
18.43%

Color #66D000 in popluar number systems.

HEX66D000
Decimal1022080
Binary1100110110100000
Octal1463200

Shades and tints

Shades of #66D000

#66D000
(102,208,0)
#5DBE00
(93,190,0)
#54AC00
(84,172,0)
#4B9A00
(75,154,0)
#428800
(66,136,0)
#397600
(57,118,0)
#306400
(48,100,0)
#275200
(39,82,0)
#1E4000
(30,64,0)
#152E00
(21,46,0)
#0C1C00
(12,28,0)
#000000
(0,0,0)

Tints of #66D000

#66D000
(102,208,0)
#73D417
(115,212,23)
#80D82E
(128,216,46)
#8DDC45
(141,220,69)
#9AE05C
(154,224,92)
#A7E473
(167,228,115)
#B4E88A
(180,232,138)
#C1ECA1
(193,236,161)
#CEF0B8
(206,240,184)
#DBF4CF
(219,244,207)
#E8F8E6
(232,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D000 color. Also use rgb(102,208,0) instead hex code.

Text Font Color

.myTextColor { color: #66D000; }

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

This text font color is #66D000.


Background Color

.myBgColor { background-color: #66D000; }

<div style="background-color:#66D000">Inner text</div>

This div background color is #66D000.


Border color

.myBorderColor { border: 1px solid #66D000; }

<div style="border:3px solid #66D000">Div</div>

This div border color is #66D000.


Opacity

.myOpacity80 { color: #66D000; opacity: 0.8; }

<p style="color:#66D000;opacity:0.8;">80%</p>

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

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

This text has shadow with #66D000 color.

.textShadow {text-shadow: 3px 3px 1px #66D000, 3px 3px 1px red;}

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

This text has shadow with #66D000 primary color and red secondary color.


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

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

This text has shadow with #66D000 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66D000 on black background.


Color preview on white background

This text has color #66D000 on white background.



Black color preview on #66D000 background

This text has black color on #66D000 background.


White color preview on #66D000 background

This text has white color on #66D000 background.