COLOR #66C865

HEX: #66C865 RGB: (102,200,101)

Color info

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

RGB color model

#66C865 color RGB value is (102,200,101).

RGB: (102,200,101) (40%, 78%, 40%)

RGB channels and saturation

R 102 of 255 = 40%
G 200 of 255 = 78%
B 101 of 255 = 40%

102
200
101

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

Portions of RGB colors in percentages

R + G + B = 102 + 200 + 101 = 403 (100%)
R 102 of 403 ~ 25.31%
G 200 of 403 ~ 49.63%
B 101 of 403 ~ 25.06'%

%25.31
%49.63
%25.06

CMYK color model

#66C865 color CMYK value is (49,0,50,22).

  • cyan value is 49.00%
  • magenta value is 0.00%
  • yellow value is 49.50%
  • key color value is 21.57%

CMYK: (49,0,50,22)
C49M0Y50K22 (49%, 0%, 50%, 22%)
(0.49 / 0.00 / 0.50 / 0.22)

CMYK percentages

%49
%0
%49.5
%21.57

Codes

Color #66C865 in popluar color models

66 C8 65
RGB 102 200 101
HSL 119° 47.37% 59.02%
HSB/HSV 119° 49.50% 78.43%
CMYK 49.00% 0.00% 49.50%
21.57%

Color #66C865 in popluar number systems.

HEX 66 C8 65
Decimal 102 200 101
Binary 1100110 11001000 1100101
Octal 146 310 145

Shades and tints

Shades of #66C865

#66C865
(102,200,101)
#5DB65C
(93,182,92)
#54A453
(84,164,83)
#4B924A
(75,146,74)
#428041
(66,128,65)
#396E38
(57,110,56)
#305C2F
(48,92,47)
#274A26
(39,74,38)
#1E381D
(30,56,29)
#152614
(21,38,20)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #66C865

#66C865
(102,200,101)
#73CD73
(115,205,115)
#80D281
(128,210,129)
#8DD78F
(141,215,143)
#9ADC9D
(154,220,157)
#A7E1AB
(167,225,171)
#B4E6B9
(180,230,185)
#C1EBC7
(193,235,199)
#CEF0D5
(206,240,213)
#DBF5E3
(219,245,227)
#E8FAF1
(232,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C865 color. Also use rgb(102,200,101) instead hex code.

Text Font Color

.myTextColor { color: #66C865; }

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

This text font color is #66C865.

Background Color

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

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

This div background color is #66C865.

Border color

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

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

This div border color is #66C865.

Opacity

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

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

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

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

This text has shadow with #66C865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66C865.

Preview

Color preview on black background

This text has color #66C865 on black background.


Color preview on white background

This text has color #66C865 on white background.


Black color preview on #66C865 background

This text has black color on #66C865 background.


White color preview on #66C865 background

This text has white color on #66C865 background.


Related colors

Complementary color

Complementary color for #hex is #99379A.


I love getcolorcode.com

Triadic colors

1 #6566C8 and #C86566 with #66C865 are triadic colors.

2 #65C866 and #C86665 with #66C865 are triadic colors.