COLOR #66C595

HEX: #66C595
RGB: (102,197,149)

Color info

#66C595 contains mainly green and blue colors. Web safe color of #66C595 is #66CC99 (or #6C9).

RGB color model

#66C595 color RGB value is (102,197,149).

  • red value is 102;
  • green value is 197;
  • blue value is 149.
RGB:
(102,197,149)
(40%,77%,58%)

RGB channels and saturation

R 102 of 255 = 40%
G 197 of 255 = 77%
B 149 of 255 = 58%

102
197
149

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

Portions of RGB colors in percentages

R + G + B =
102 + 197 + 149 = 448 (100%)
R 102 of 448 ~ 22.77%
G 197 of 448 ~ 43.97%
B 149 of 448 ~ 33.26%

%22.77
%43.97
%33.26

CMYK color model

#66C595 color CMYK value is (48,0,24,23).

  • cyan value is 48.22%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(48,0,24,23)
C48M0Y24K23 
(48%,0%,24%,23%)
(0.48/0.00/0.24/0.23)	

CMYK percentages

%48.22
%0
%24.37
%22.75

Codes

Color #66C595 in popluar color models

66C595
RGB102197149
HSL150°45.02%58.63%
HSB/HSV150°48.22%77.25%
CMYK48.22%0.00%24.37%
22.75%

Color #66C595 in popluar number systems.

HEX66C595
Decimal102197149
Binary11001101100010110010101
Octal146305225

Shades and tints

Shades of #66C595

#66C595
(102,197,149)
#5DB488
(93,180,136)
#54A37B
(84,163,123)
#4B926E
(75,146,110)
#428161
(66,129,97)
#397054
(57,112,84)
#305F47
(48,95,71)
#274E3A
(39,78,58)
#1E3D2D
(30,61,45)
#152C20
(21,44,32)
#0C1B13
(12,27,19)
#000000
(0,0,0)

Tints of #66C595

#66C595
(102,197,149)
#73CA9E
(115,202,158)
#80CFA7
(128,207,167)
#8DD4B0
(141,212,176)
#9AD9B9
(154,217,185)
#A7DEC2
(167,222,194)
#B4E3CB
(180,227,203)
#C1E8D4
(193,232,212)
#CEEDDD
(206,237,221)
#DBF2E6
(219,242,230)
#E8F7EF
(232,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C595 color. Also use rgb(102,197,149) instead hex code.

Text Font Color

.myTextColor { color: #66C595; }

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

This text font color is #66C595.


Background Color

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

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

This div background color is #66C595.


Border color

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

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

This div border color is #66C595.


Opacity

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

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

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

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

This text has shadow with #66C595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C595 on black background.


Color preview on white background

This text has color #66C595 on white background.



Black color preview on #66C595 background

This text has black color on #66C595 background.


White color preview on #66C595 background

This text has white color on #66C595 background.