COLOR #66CD59

HEX: #66CD59
RGB: (102,205,89)

Color info

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

RGB color model

#66CD59 color RGB value is (102,205,89).

  • red value is 102;
  • green value is 205;
  • blue value is 89.
RGB:
(102,205,89)
(40%,80%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 205 of 255 = 80%
B 89 of 255 = 35%

102
205
89

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

Portions of RGB colors in percentages

R + G + B =
102 + 205 + 89 = 396 (100%)
R 102 of 396 ~ 25.76%
G 205 of 396 ~ 51.77%
B 89 of 396 ~ 22.47%

%25.76
%51.77
%22.47

CMYK color model

#66CD59 color CMYK value is (50,0,57,20).

  • cyan value is 50.24%
  • magenta value is 0.00%
  • yellow value is 56.59%
  • key color value is 19.61%
CMYK:
(50,0,57,20)
C50M0Y57K20 
(50%,0%,57%,20%)
(0.50/0.00/0.57/0.20)	

CMYK percentages

%50.24
%0
%56.59
%19.61

Codes

Color #66CD59 in popluar color models

66CD59
RGB10220589
HSL113°53.70%57.65%
HSB/HSV113°56.59%80.39%
CMYK50.24%0.00%56.59%
19.61%

Color #66CD59 in popluar number systems.

HEX66CD59
Decimal10220589
Binary1100110110011011011001
Octal146315131

Shades and tints

Shades of #66CD59

#66CD59
(102,205,89)
#5DBB51
(93,187,81)
#54A949
(84,169,73)
#4B9741
(75,151,65)
#428539
(66,133,57)
#397331
(57,115,49)
#306129
(48,97,41)
#274F21
(39,79,33)
#1E3D19
(30,61,25)
#152B11
(21,43,17)
#0C1909
(12,25,9)
#000000
(0,0,0)

Tints of #66CD59

#66CD59
(102,205,89)
#73D168
(115,209,104)
#80D577
(128,213,119)
#8DD986
(141,217,134)
#9ADD95
(154,221,149)
#A7E1A4
(167,225,164)
#B4E5B3
(180,229,179)
#C1E9C2
(193,233,194)
#CEEDD1
(206,237,209)
#DBF1E0
(219,241,224)
#E8F5EF
(232,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66CD59 color. Also use rgb(102,205,89) instead hex code.

Text Font Color

.myTextColor { color: #66CD59; }

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

This text font color is #66CD59.


Background Color

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

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

This div background color is #66CD59.


Border color

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

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

This div border color is #66CD59.


Opacity

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

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

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

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

This text has shadow with #66CD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CD59 on black background.


Color preview on white background

This text has color #66CD59 on white background.



Black color preview on #66CD59 background

This text has black color on #66CD59 background.


White color preview on #66CD59 background

This text has white color on #66CD59 background.