COLOR #66C662

HEX: #66C662
RGB: (102,198,98)

Color info

#66C662 contains mainly green color. Web safe color of #66C662 is #66CC66 (or #6C6).

RGB color model

#66C662 color RGB value is (102,198,98).

  • red value is 102;
  • green value is 198;
  • blue value is 98.
RGB:
(102,198,98)
(40%,78%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 198 of 255 = 78%
B 98 of 255 = 38%

102
198
98

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

Portions of RGB colors in percentages

R + G + B =
102 + 198 + 98 = 398 (100%)
R 102 of 398 ~ 25.63%
G 198 of 398 ~ 49.75%
B 98 of 398 ~ 24.62%

%25.63
%49.75
%24.62

CMYK color model

#66C662 color CMYK value is (48,0,51,22).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 22.35%
CMYK:
(48,0,51,22)
C48M0Y51K22 
(48%,0%,51%,22%)
(0.48/0.00/0.51/0.22)	

CMYK percentages

%48.48
%0
%50.51
%22.35

Codes

Color #66C662 in popluar color models

66C662
RGB10219898
HSL118°46.73%58.04%
HSB/HSV118°50.51%77.65%
CMYK48.48%0.00%50.51%
22.35%

Color #66C662 in popluar number systems.

HEX66C662
Decimal10219898
Binary1100110110001101100010
Octal146306142

Shades and tints

Shades of #66C662

#66C662
(102,198,98)
#5DB45A
(93,180,90)
#54A252
(84,162,82)
#4B904A
(75,144,74)
#427E42
(66,126,66)
#396C3A
(57,108,58)
#305A32
(48,90,50)
#27482A
(39,72,42)
#1E3622
(30,54,34)
#15241A
(21,36,26)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #66C662

#66C662
(102,198,98)
#73CB70
(115,203,112)
#80D07E
(128,208,126)
#8DD58C
(141,213,140)
#9ADA9A
(154,218,154)
#A7DFA8
(167,223,168)
#B4E4B6
(180,228,182)
#C1E9C4
(193,233,196)
#CEEED2
(206,238,210)
#DBF3E0
(219,243,224)
#E8F8EE
(232,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C662 color. Also use rgb(102,198,98) instead hex code.

Text Font Color

.myTextColor { color: #66C662; }

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

This text font color is #66C662.


Background Color

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

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

This div background color is #66C662.


Border color

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

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

This div border color is #66C662.


Opacity

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

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

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

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

This text has shadow with #66C662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C662 on black background.


Color preview on white background

This text has color #66C662 on white background.



Black color preview on #66C662 background

This text has black color on #66C662 background.


White color preview on #66C662 background

This text has white color on #66C662 background.