COLOR #66D359

HEX: #66D359 RGB: (102,211,89)

Color info

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

RGB color model

#66D359 color RGB value is (102,211,89).

RGB: (102,211,89) (40%, 83%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 211 of 255 = 83%
B 89 of 255 = 35%

102
211
89

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

Portions of RGB colors in percentages

R + G + B = 102 + 211 + 89 = 402 (100%)
R 102 of 402 ~ 25.37%
G 211 of 402 ~ 52.49%
B 89 of 402 ~ 22.14'%

%25.37
%52.49
%22.14

CMYK color model

#66D359 color CMYK value is (52,0,58,17).

  • cyan value is 51.66%
  • magenta value is 0.00%
  • yellow value is 57.82%
  • key color value is 17.25%

CMYK: (52,0,58,17)
C52M0Y58K17 (52%, 0%, 58%, 17%)
(0.52 / 0.00 / 0.58 / 0.17)

CMYK percentages

%51.66
%0
%57.82
%17.25

Codes

Color #66D359 in popluar color models

66 D3 59
RGB 102 211 89
HSL 114° 58.10% 58.82%
HSB/HSV 114° 57.82% 82.75%
CMYK 51.66% 0.00% 57.82%
17.25%

Color #66D359 in popluar number systems.

HEX 66 D3 59
Decimal 102 211 89
Binary 1100110 11010011 1011001
Octal 146 323 131

Shades and tints

Shades of #66D359

#66D359
(102,211,89)
#5DC051
(93,192,81)
#54AD49
(84,173,73)
#4B9A41
(75,154,65)
#428739
(66,135,57)
#397431
(57,116,49)
#306129
(48,97,41)
#274E21
(39,78,33)
#1E3B19
(30,59,25)
#152811
(21,40,17)
#0C1509
(12,21,9)
#000000
(0,0,0)

Tints of #66D359

#66D359
(102,211,89)
#73D768
(115,215,104)
#80DB77
(128,219,119)
#8DDF86
(141,223,134)
#9AE395
(154,227,149)
#A7E7A4
(167,231,164)
#B4EBB3
(180,235,179)
#C1EFC2
(193,239,194)
#CEF3D1
(206,243,209)
#DBF7E0
(219,247,224)
#E8FBEF
(232,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66D359; }

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

This text font color is #66D359.

Background Color

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

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

This div background color is #66D359.

Border color

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

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

This div border color is #66D359.

Opacity

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

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

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

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

This text has shadow with #66D359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66D359.

Preview

Color preview on black background

This text has color #66D359 on black background.


Color preview on white background

This text has color #66D359 on white background.


Black color preview on #66D359 background

This text has black color on #66D359 background.


White color preview on #66D359 background

This text has white color on #66D359 background.


Related colors

Complementary color

Complementary color for #hex is #992CA6.


I love getcolorcode.com

Triadic colors

1 #5966D3 and #D35966 with #66D359 are triadic colors.

2 #59D366 and #D36659 with #66D359 are triadic colors.