COLOR #41C66A

HEX: #41C66A
RGB: (65,198,106)

Color info

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

RGB color model

#41C66A color RGB value is (65,198,106).

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

RGB channels and saturation

R 65 of 255 = 25%
G 198 of 255 = 78%
B 106 of 255 = 42%

65
198
106

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

Portions of RGB colors in percentages

R + G + B =
65 + 198 + 106 = 369 (100%)
R 65 of 369 ~ 17.62%
G 198 of 369 ~ 53.66%
B 106 of 369 ~ 28.73%

%17.62
%53.66
%28.73

CMYK color model

#41C66A color CMYK value is (67,0,46,22).

  • cyan value is 67.17%
  • magenta value is 0.00%
  • yellow value is 46.46%
  • key color value is 22.35%
CMYK:
(67,0,46,22)
C67M0Y46K22 
(67%,0%,46%,22%)
(0.67/0.00/0.46/0.22)	

CMYK percentages

%67.17
%0
%46.46
%22.35

Codes

Color #41C66A in popluar color models

41C66A
RGB65198106
HSL138°53.85%51.57%
HSB/HSV138°67.17%77.65%
CMYK67.17%0.00%46.46%
22.35%

Color #41C66A in popluar number systems.

HEX41C66A
Decimal65198106
Binary1000001110001101101010
Octal101306152

Shades and tints

Shades of #41C66A

#41C66A
(65,198,106)
#3CB461
(60,180,97)
#37A258
(55,162,88)
#32904F
(50,144,79)
#2D7E46
(45,126,70)
#286C3D
(40,108,61)
#235A34
(35,90,52)
#1E482B
(30,72,43)
#193622
(25,54,34)
#142419
(20,36,25)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #41C66A

#41C66A
(65,198,106)
#52CB77
(82,203,119)
#63D084
(99,208,132)
#74D591
(116,213,145)
#85DA9E
(133,218,158)
#96DFAB
(150,223,171)
#A7E4B8
(167,228,184)
#B8E9C5
(184,233,197)
#C9EED2
(201,238,210)
#DAF3DF
(218,243,223)
#EBF8EC
(235,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41C66A; }

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

This text font color is #41C66A.


Background Color

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

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

This div background color is #41C66A.


Border color

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

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

This div border color is #41C66A.


Opacity

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

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

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

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

This text has shadow with #41C66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41C66A on black background.


Color preview on white background

This text has color #41C66A on white background.



Black color preview on #41C66A background

This text has black color on #41C66A background.


White color preview on #41C66A background

This text has white color on #41C66A background.