COLOR #66DB01

HEX: #66DB01
RGB: (102,219,1)

Color info

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

RGB color model

#66DB01 color RGB value is (102,219,1).

  • red value is 102;
  • green value is 219;
  • blue value is 1.
RGB:
(102,219,1)
(40%,86%,0%)

RGB channels and saturation

R 102 of 255 = 40%
G 219 of 255 = 86%
B 1 of 255 = 0%

102
219
1

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

Portions of RGB colors in percentages

R + G + B =
102 + 219 + 1 = 322 (100%)
R 102 of 322 ~ 31.68%
G 219 of 322 ~ 68.01%
B 1 of 322 ~ 0.31%

%31.68
%68.01

CMYK color model

#66DB01 color CMYK value is (53,0,100,14).

  • cyan value is 53.42%
  • magenta value is 0.00%
  • yellow value is 99.54%
  • key color value is 14.12%
CMYK:
(53,0,100,14)
C53M0Y100K14 
(53%,0%,100%,14%)
(0.53/0.00/1.00/0.14)	

CMYK percentages

%53.42
%0
%99.54
%14.12

Codes

Color #66DB01 in popluar color models

66DB01
RGB1022191
HSL92°99.09%43.14%
HSB/HSV92°99.54%85.88%
CMYK53.42%0.00%99.54%
14.12%

Color #66DB01 in popluar number systems.

HEX66DB01
Decimal1022191
Binary1100110110110111
Octal1463331

Shades and tints

Shades of #66DB01

#66DB01
(102,219,1)
#5DC801
(93,200,1)
#54B501
(84,181,1)
#4BA201
(75,162,1)
#428F01
(66,143,1)
#397C01
(57,124,1)
#306901
(48,105,1)
#275601
(39,86,1)
#1E4301
(30,67,1)
#153001
(21,48,1)
#0C1D01
(12,29,1)
#000000
(0,0,0)

Tints of #66DB01

#66DB01
(102,219,1)
#73DE18
(115,222,24)
#80E12F
(128,225,47)
#8DE446
(141,228,70)
#9AE75D
(154,231,93)
#A7EA74
(167,234,116)
#B4ED8B
(180,237,139)
#C1F0A2
(193,240,162)
#CEF3B9
(206,243,185)
#DBF6D0
(219,246,208)
#E8F9E7
(232,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66DB01 color. Also use rgb(102,219,1) instead hex code.

Text Font Color

.myTextColor { color: #66DB01; }

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

This text font color is #66DB01.


Background Color

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

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

This div background color is #66DB01.


Border color

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

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

This div border color is #66DB01.


Opacity

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

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

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

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

This text has shadow with #66DB01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66DB01 on black background.


Color preview on white background

This text has color #66DB01 on white background.



Black color preview on #66DB01 background

This text has black color on #66DB01 background.


White color preview on #66DB01 background

This text has white color on #66DB01 background.