COLOR #66B55E

HEX: #66B55E RGB: (102,181,94)

Color info

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

RGB color model

#66B55E color RGB value is (102,181,94).

RGB: (102,181,94) (40%, 71%, 37%)

RGB channels and saturation

R 102 of 255 = 40%
G 181 of 255 = 71%
B 94 of 255 = 37%

102
181
94

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

Portions of RGB colors in percentages

R + G + B = 102 + 181 + 94 = 377 (100%)
R 102 of 377 ~ 27.06%
G 181 of 377 ~ 48.01%
B 94 of 377 ~ 24.93'%

%27.06
%48.01
%24.93

CMYK color model

#66B55E color CMYK value is (44,0,48,29).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 48.07%
  • key color value is 29.02%

CMYK: (44,0,48,29)
C44M0Y48K29 (44%, 0%, 48%, 29%)
(0.44 / 0.00 / 0.48 / 0.29)

CMYK percentages

%43.65
%0
%48.07
%29.02

Codes

Color #66B55E in popluar color models

66 B5 5E
RGB 102 181 94
HSL 114° 37.02% 53.92%
HSB/HSV 114° 48.07% 70.98%
CMYK 43.65% 0.00% 48.07%
29.02%

Color #66B55E in popluar number systems.

HEX 66 B5 5E
Decimal 102 181 94
Binary 1100110 10110101 1011110
Octal 146 265 136

Shades and tints

Shades of #66B55E

#66B55E
(102,181,94)
#5DA556
(93,165,86)
#54954E
(84,149,78)
#4B8546
(75,133,70)
#42753E
(66,117,62)
#396536
(57,101,54)
#30552E
(48,85,46)
#274526
(39,69,38)
#1E351E
(30,53,30)
#152516
(21,37,22)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #66B55E

#66B55E
(102,181,94)
#73BB6C
(115,187,108)
#80C17A
(128,193,122)
#8DC788
(141,199,136)
#9ACD96
(154,205,150)
#A7D3A4
(167,211,164)
#B4D9B2
(180,217,178)
#C1DFC0
(193,223,192)
#CEE5CE
(206,229,206)
#DBEBDC
(219,235,220)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B55E color. Also use rgb(102,181,94) instead hex code.

Text Font Color

.myTextColor { color: #66B55E; }

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

This text font color is #66B55E.

Background Color

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

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

This div background color is #66B55E.

Border color

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

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

This div border color is #66B55E.

Opacity

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

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

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

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

This text has shadow with #66B55E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B55E.

Preview

Color preview on black background

This text has color #66B55E on black background.


Color preview on white background

This text has color #66B55E on white background.


Black color preview on #66B55E background

This text has black color on #66B55E background.


White color preview on #66B55E background

This text has white color on #66B55E background.


Related colors

Complementary color

Complementary color for #hex is #994AA1.


I love getcolorcode.com

Triadic colors

1 #5E66B5 and #B55E66 with #66B55E are triadic colors.

2 #5EB566 and #B5665E with #66B55E are triadic colors.