COLOR #41D77C

HEX: #41D77C
RGB: (65,215,124)

Color info

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

RGB color model

#41D77C color RGB value is (65,215,124).

  • red value is 65;
  • green value is 215;
  • blue value is 124.
RGB:
(65,215,124)
(25%,84%,49%)

RGB channels and saturation

R 65 of 255 = 25%
G 215 of 255 = 84%
B 124 of 255 = 49%

65
215
124

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

Portions of RGB colors in percentages

R + G + B =
65 + 215 + 124 = 404 (100%)
R 65 of 404 ~ 16.09%
G 215 of 404 ~ 53.22%
B 124 of 404 ~ 30.69%

%16.09
%53.22
%30.69

CMYK color model

#41D77C color CMYK value is (70,0,42,16).

  • cyan value is 69.77%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 15.69%
CMYK:
(70,0,42,16)
C70M0Y42K16 
(70%,0%,42%,16%)
(0.70/0.00/0.42/0.16)	

CMYK percentages

%69.77
%0
%42.33
%15.69

Codes

Color #41D77C in popluar color models

41D77C
RGB65215124
HSL144°65.22%54.90%
HSB/HSV144°69.77%84.31%
CMYK69.77%0.00%42.33%
15.69%

Color #41D77C in popluar number systems.

HEX41D77C
Decimal65215124
Binary1000001110101111111100
Octal101327174

Shades and tints

Shades of #41D77C

#41D77C
(65,215,124)
#3CC471
(60,196,113)
#37B166
(55,177,102)
#329E5B
(50,158,91)
#2D8B50
(45,139,80)
#287845
(40,120,69)
#23653A
(35,101,58)
#1E522F
(30,82,47)
#193F24
(25,63,36)
#142C19
(20,44,25)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #41D77C

#41D77C
(65,215,124)
#52DA87
(82,218,135)
#63DD92
(99,221,146)
#74E09D
(116,224,157)
#85E3A8
(133,227,168)
#96E6B3
(150,230,179)
#A7E9BE
(167,233,190)
#B8ECC9
(184,236,201)
#C9EFD4
(201,239,212)
#DAF2DF
(218,242,223)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41D77C color. Also use rgb(65,215,124) instead hex code.

Text Font Color

.myTextColor { color: #41D77C; }

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

This text font color is #41D77C.


Background Color

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

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

This div background color is #41D77C.


Border color

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

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

This div border color is #41D77C.


Opacity

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

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

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

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

This text has shadow with #41D77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41D77C on black background.


Color preview on white background

This text has color #41D77C on white background.



Black color preview on #41D77C background

This text has black color on #41D77C background.


White color preview on #41D77C background

This text has white color on #41D77C background.