COLOR #66C05D

HEX: #66C05D
RGB: (102,192,93)

Color info

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

RGB color model

#66C05D color RGB value is (102,192,93).

  • red value is 102;
  • green value is 192;
  • blue value is 93.
RGB:
(102,192,93)
(40%,75%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 192 of 255 = 75%
B 93 of 255 = 36%

102
192
93

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

Portions of RGB colors in percentages

R + G + B =
102 + 192 + 93 = 387 (100%)
R 102 of 387 ~ 26.36%
G 192 of 387 ~ 49.61%
B 93 of 387 ~ 24.03%

%26.36
%49.61
%24.03

CMYK color model

#66C05D color CMYK value is (47,0,52,25).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 51.56%
  • key color value is 24.71%
CMYK:
(47,0,52,25)
C47M0Y52K25 
(47%,0%,52%,25%)
(0.47/0.00/0.52/0.25)	

CMYK percentages

%46.88
%0
%51.56
%24.71

Codes

Color #66C05D in popluar color models

66C05D
RGB10219293
HSL115°44.00%55.88%
HSB/HSV115°51.56%75.29%
CMYK46.88%0.00%51.56%
24.71%

Color #66C05D in popluar number systems.

HEX66C05D
Decimal10219293
Binary1100110110000001011101
Octal146300135

Shades and tints

Shades of #66C05D

#66C05D
(102,192,93)
#5DAF55
(93,175,85)
#549E4D
(84,158,77)
#4B8D45
(75,141,69)
#427C3D
(66,124,61)
#396B35
(57,107,53)
#305A2D
(48,90,45)
#274925
(39,73,37)
#1E381D
(30,56,29)
#152715
(21,39,21)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #66C05D

#66C05D
(102,192,93)
#73C56B
(115,197,107)
#80CA79
(128,202,121)
#8DCF87
(141,207,135)
#9AD495
(154,212,149)
#A7D9A3
(167,217,163)
#B4DEB1
(180,222,177)
#C1E3BF
(193,227,191)
#CEE8CD
(206,232,205)
#DBEDDB
(219,237,219)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C05D color. Also use rgb(102,192,93) instead hex code.

Text Font Color

.myTextColor { color: #66C05D; }

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

This text font color is #66C05D.


Background Color

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

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

This div background color is #66C05D.


Border color

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

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

This div border color is #66C05D.


Opacity

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

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

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

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

This text has shadow with #66C05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C05D on black background.


Color preview on white background

This text has color #66C05D on white background.



Black color preview on #66C05D background

This text has black color on #66C05D background.


White color preview on #66C05D background

This text has white color on #66C05D background.