COLOR #66BB45

HEX: #66BB45
RGB: (102,187,69)

Color info

#66BB45 contains mainly green color. Web safe color of #66BB45 is #66CC33 (or #6C3).

RGB color model

#66BB45 color RGB value is (102,187,69).

  • red value is 102;
  • green value is 187;
  • blue value is 69.
RGB:
(102,187,69)
(40%,73%,27%)

RGB channels and saturation

R 102 of 255 = 40%
G 187 of 255 = 73%
B 69 of 255 = 27%

102
187
69

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

Portions of RGB colors in percentages

R + G + B =
102 + 187 + 69 = 358 (100%)
R 102 of 358 ~ 28.49%
G 187 of 358 ~ 52.23%
B 69 of 358 ~ 19.27%

%28.49
%52.23
%19.27

CMYK color model

#66BB45 color CMYK value is (45,0,63,27).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 63.10%
  • key color value is 26.67%
CMYK:
(45,0,63,27)
C45M0Y63K27 
(45%,0%,63%,27%)
(0.45/0.00/0.63/0.27)	

CMYK percentages

%45.45
%0
%63.1
%26.67

Codes

Color #66BB45 in popluar color models

66BB45
RGB10218769
HSL103°46.46%50.20%
HSB/HSV103°63.10%73.33%
CMYK45.45%0.00%63.10%
26.67%

Color #66BB45 in popluar number systems.

HEX66BB45
Decimal10218769
Binary1100110101110111000101
Octal146273105

Shades and tints

Shades of #66BB45

#66BB45
(102,187,69)
#5DAA3F
(93,170,63)
#549939
(84,153,57)
#4B8833
(75,136,51)
#42772D
(66,119,45)
#396627
(57,102,39)
#305521
(48,85,33)
#27441B
(39,68,27)
#1E3315
(30,51,21)
#15220F
(21,34,15)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #66BB45

#66BB45
(102,187,69)
#73C155
(115,193,85)
#80C765
(128,199,101)
#8DCD75
(141,205,117)
#9AD385
(154,211,133)
#A7D995
(167,217,149)
#B4DFA5
(180,223,165)
#C1E5B5
(193,229,181)
#CEEBC5
(206,235,197)
#DBF1D5
(219,241,213)
#E8F7E5
(232,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BB45 color. Also use rgb(102,187,69) instead hex code.

Text Font Color

.myTextColor { color: #66BB45; }

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

This text font color is #66BB45.


Background Color

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

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

This div background color is #66BB45.


Border color

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

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

This div border color is #66BB45.


Opacity

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

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

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

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

This text has shadow with #66BB45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66BB45 on black background.


Color preview on white background

This text has color #66BB45 on white background.



Black color preview on #66BB45 background

This text has black color on #66BB45 background.


White color preview on #66BB45 background

This text has white color on #66BB45 background.