COLOR #66CA5A

HEX: #66CA5A
RGB: (102,202,90)

Color info

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

RGB color model

#66CA5A color RGB value is (102,202,90).

  • red value is 102;
  • green value is 202;
  • blue value is 90.
RGB:
(102,202,90)
(40%,79%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 202 of 255 = 79%
B 90 of 255 = 35%

102
202
90

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

Portions of RGB colors in percentages

R + G + B =
102 + 202 + 90 = 394 (100%)
R 102 of 394 ~ 25.89%
G 202 of 394 ~ 51.27%
B 90 of 394 ~ 22.84%

%25.89
%51.27
%22.84

CMYK color model

#66CA5A color CMYK value is (50,0,55,21).

  • cyan value is 49.50%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 20.78%
CMYK:
(50,0,55,21)
C50M0Y55K21 
(50%,0%,55%,21%)
(0.50/0.00/0.55/0.21)	

CMYK percentages

%49.5
%0
%55.45
%20.78

Codes

Color #66CA5A in popluar color models

66CA5A
RGB10220290
HSL114°51.38%57.25%
HSB/HSV114°55.45%79.22%
CMYK49.50%0.00%55.45%
20.78%

Color #66CA5A in popluar number systems.

HEX66CA5A
Decimal10220290
Binary1100110110010101011010
Octal146312132

Shades and tints

Shades of #66CA5A

#66CA5A
(102,202,90)
#5DB852
(93,184,82)
#54A64A
(84,166,74)
#4B9442
(75,148,66)
#42823A
(66,130,58)
#397032
(57,112,50)
#305E2A
(48,94,42)
#274C22
(39,76,34)
#1E3A1A
(30,58,26)
#152812
(21,40,18)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #66CA5A

#66CA5A
(102,202,90)
#73CE69
(115,206,105)
#80D278
(128,210,120)
#8DD687
(141,214,135)
#9ADA96
(154,218,150)
#A7DEA5
(167,222,165)
#B4E2B4
(180,226,180)
#C1E6C3
(193,230,195)
#CEEAD2
(206,234,210)
#DBEEE1
(219,238,225)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66CA5A color. Also use rgb(102,202,90) instead hex code.

Text Font Color

.myTextColor { color: #66CA5A; }

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

This text font color is #66CA5A.


Background Color

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

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

This div background color is #66CA5A.


Border color

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

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

This div border color is #66CA5A.


Opacity

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

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

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

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

This text has shadow with #66CA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CA5A on black background.


Color preview on white background

This text has color #66CA5A on white background.



Black color preview on #66CA5A background

This text has black color on #66CA5A background.


White color preview on #66CA5A background

This text has white color on #66CA5A background.