COLOR #40BB66

HEX: #40BB66
RGB: (64,187,102)

Color info

#40BB66 contains mainly green color. Web safe color of #40BB66 is #33CC66 (or #3C6).

RGB color model

#40BB66 color RGB value is (64,187,102).

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

RGB channels and saturation

R 64 of 255 = 25%
G 187 of 255 = 73%
B 102 of 255 = 40%

64
187
102

R + G + B ~ 46%. #40BB66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 187 + 102 = 353 (100%)
R 64 of 353 ~ 18.13%
G 187 of 353 ~ 52.97%
B 102 of 353 ~ 28.9%

%18.13
%52.97
%28.9

CMYK color model

#40BB66 color CMYK value is (66,0,45,27).

  • cyan value is 65.78%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 26.67%
CMYK:
(66,0,45,27)
C66M0Y45K27 
(66%,0%,45%,27%)
(0.66/0.00/0.45/0.27)	

CMYK percentages

%65.78
%0
%45.45
%26.67

Codes

Color #40BB66 in popluar color models

40BB66
RGB64187102
HSL139°49.00%49.22%
HSB/HSV139°65.78%73.33%
CMYK65.78%0.00%45.45%
26.67%

Color #40BB66 in popluar number systems.

HEX40BB66
Decimal64187102
Binary1000000101110111100110
Octal100273146

Shades and tints

Shades of #40BB66

#40BB66
(64,187,102)
#3BAA5D
(59,170,93)
#369954
(54,153,84)
#31884B
(49,136,75)
#2C7742
(44,119,66)
#276639
(39,102,57)
#225530
(34,85,48)
#1D4427
(29,68,39)
#18331E
(24,51,30)
#132215
(19,34,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #40BB66

#40BB66
(64,187,102)
#51C173
(81,193,115)
#62C780
(98,199,128)
#73CD8D
(115,205,141)
#84D39A
(132,211,154)
#95D9A7
(149,217,167)
#A6DFB4
(166,223,180)
#B7E5C1
(183,229,193)
#C8EBCE
(200,235,206)
#D9F1DB
(217,241,219)
#EAF7E8
(234,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40BB66 color. Also use rgb(64,187,102) instead hex code.

Text Font Color

.myTextColor { color: #40BB66; }

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

This text font color is #40BB66.


Background Color

.myBgColor { background-color: #40BB66; }

<div style="background-color:#40BB66">Inner text</div>

This div background color is #40BB66.


Border color

.myBorderColor { border: 1px solid #40BB66; }

<div style="border:3px solid #40BB66">Div</div>

This div border color is #40BB66.


Opacity

.myOpacity80 { color: #40BB66; opacity: 0.8; }

<p style="color:#40BB66;opacity:0.8;">80%</p>

Text with #40BB66 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 #40BB66;}

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

This text has shadow with #40BB66 color.

.textShadow {text-shadow: 3px 3px 1px #40BB66, 3px 3px 1px red;}

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

This text has shadow with #40BB66 primary color and red secondary color.


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

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

This text has shadow with #40BB66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40BB66 on black background.


Color preview on white background

This text has color #40BB66 on white background.



Black color preview on #40BB66 background

This text has black color on #40BB66 background.


White color preview on #40BB66 background

This text has white color on #40BB66 background.