COLOR #66F30D

HEX: #66F30D
RGB: (102,243,13)

Color info

#66F30D contains mainly green color. Web safe color of #66F30D is #66FF00 (or #6F0).

RGB color model

#66F30D color RGB value is (102,243,13).

  • red value is 102;
  • green value is 243;
  • blue value is 13.
RGB:
(102,243,13)
(40%,95%,5%)

RGB channels and saturation

R 102 of 255 = 40%
G 243 of 255 = 95%
B 13 of 255 = 5%

102
243
13

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

Portions of RGB colors in percentages

R + G + B =
102 + 243 + 13 = 358 (100%)
R 102 of 358 ~ 28.49%
G 243 of 358 ~ 67.88%
B 13 of 358 ~ 3.63%

%28.49
%67.88

CMYK color model

#66F30D color CMYK value is (58,0,95,5).

  • cyan value is 58.02%
  • magenta value is 0.00%
  • yellow value is 94.65%
  • key color value is 4.71%
CMYK:
(58,0,95,5)
C58M0Y95K5 
(58%,0%,95%,5%)
(0.58/0.00/0.95/0.05)	

CMYK percentages

%58.02
%0
%94.65
%4.71

Codes

Color #66F30D in popluar color models

66F30D
RGB10224313
HSL97°90.55%50.20%
HSB/HSV97°94.65%95.29%
CMYK58.02%0.00%94.65%
4.71%

Color #66F30D in popluar number systems.

HEX66F30D
Decimal10224313
Binary1100110111100111101
Octal14636315

Shades and tints

Shades of #66F30D

#66F30D
(102,243,13)
#5DDD0C
(93,221,12)
#54C70B
(84,199,11)
#4BB10A
(75,177,10)
#429B09
(66,155,9)
#398508
(57,133,8)
#306F07
(48,111,7)
#275906
(39,89,6)
#1E4305
(30,67,5)
#152D04
(21,45,4)
#0C1703
(12,23,3)
#000000
(0,0,0)

Tints of #66F30D

#66F30D
(102,243,13)
#73F423
(115,244,35)
#80F539
(128,245,57)
#8DF64F
(141,246,79)
#9AF765
(154,247,101)
#A7F87B
(167,248,123)
#B4F991
(180,249,145)
#C1FAA7
(193,250,167)
#CEFBBD
(206,251,189)
#DBFCD3
(219,252,211)
#E8FDE9
(232,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66F30D color. Also use rgb(102,243,13) instead hex code.

Text Font Color

.myTextColor { color: #66F30D; }

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

This text font color is #66F30D.


Background Color

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

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

This div background color is #66F30D.


Border color

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

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

This div border color is #66F30D.


Opacity

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

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

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

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

This text has shadow with #66F30D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66F30D on black background.


Color preview on white background

This text has color #66F30D on white background.



Black color preview on #66F30D background

This text has black color on #66F30D background.


White color preview on #66F30D background

This text has white color on #66F30D background.