COLOR #41BC6A

HEX: #41BC6A
RGB: (65,188,106)

Color info

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

RGB color model

#41BC6A color RGB value is (65,188,106).

  • red value is 65;
  • green value is 188;
  • blue value is 106.
RGB:
(65,188,106)
(25%,74%,42%)

RGB channels and saturation

R 65 of 255 = 25%
G 188 of 255 = 74%
B 106 of 255 = 42%

65
188
106

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

Portions of RGB colors in percentages

R + G + B =
65 + 188 + 106 = 359 (100%)
R 65 of 359 ~ 18.11%
G 188 of 359 ~ 52.37%
B 106 of 359 ~ 29.53%

%18.11
%52.37
%29.53

CMYK color model

#41BC6A color CMYK value is (65,0,44,26).

  • cyan value is 65.43%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 26.27%
CMYK:
(65,0,44,26)
C65M0Y44K26 
(65%,0%,44%,26%)
(0.65/0.00/0.44/0.26)	

CMYK percentages

%65.43
%0
%43.62
%26.27

Codes

Color #41BC6A in popluar color models

41BC6A
RGB65188106
HSL140°48.62%49.61%
HSB/HSV140°65.43%73.73%
CMYK65.43%0.00%43.62%
26.27%

Color #41BC6A in popluar number systems.

HEX41BC6A
Decimal65188106
Binary1000001101111001101010
Octal101274152

Shades and tints

Shades of #41BC6A

#41BC6A
(65,188,106)
#3CAB61
(60,171,97)
#379A58
(55,154,88)
#32894F
(50,137,79)
#2D7846
(45,120,70)
#28673D
(40,103,61)
#235634
(35,86,52)
#1E452B
(30,69,43)
#193422
(25,52,34)
#142319
(20,35,25)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #41BC6A

#41BC6A
(65,188,106)
#52C277
(82,194,119)
#63C884
(99,200,132)
#74CE91
(116,206,145)
#85D49E
(133,212,158)
#96DAAB
(150,218,171)
#A7E0B8
(167,224,184)
#B8E6C5
(184,230,197)
#C9ECD2
(201,236,210)
#DAF2DF
(218,242,223)
#EBF8EC
(235,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41BC6A color. Also use rgb(65,188,106) instead hex code.

Text Font Color

.myTextColor { color: #41BC6A; }

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

This text font color is #41BC6A.


Background Color

.myBgColor { background-color: #41BC6A; }

<div style="background-color:#41BC6A">Inner text</div>

This div background color is #41BC6A.


Border color

.myBorderColor { border: 1px solid #41BC6A; }

<div style="border:3px solid #41BC6A">Div</div>

This div border color is #41BC6A.


Opacity

.myOpacity80 { color: #41BC6A; opacity: 0.8; }

<p style="color:#41BC6A;opacity:0.8;">80%</p>

Text with #41BC6A 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 #41BC6A;}

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

This text has shadow with #41BC6A color.

.textShadow {text-shadow: 3px 3px 1px #41BC6A, 3px 3px 1px red;}

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

This text has shadow with #41BC6A primary color and red secondary color.


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

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

This text has shadow with #41BC6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41BC6A on black background.


Color preview on white background

This text has color #41BC6A on white background.



Black color preview on #41BC6A background

This text has black color on #41BC6A background.


White color preview on #41BC6A background

This text has white color on #41BC6A background.