COLOR #41DD78

HEX: #41DD78
RGB: (65,221,120)

Color info

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

RGB color model

#41DD78 color RGB value is (65,221,120).

  • red value is 65;
  • green value is 221;
  • blue value is 120.
RGB:
(65,221,120)
(25%,87%,47%)

RGB channels and saturation

R 65 of 255 = 25%
G 221 of 255 = 87%
B 120 of 255 = 47%

65
221
120

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

Portions of RGB colors in percentages

R + G + B =
65 + 221 + 120 = 406 (100%)
R 65 of 406 ~ 16.01%
G 221 of 406 ~ 54.43%
B 120 of 406 ~ 29.56%

%16.01
%54.43
%29.56

CMYK color model

#41DD78 color CMYK value is (71,0,46,13).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 45.70%
  • key color value is 13.33%
CMYK:
(71,0,46,13)
C71M0Y46K13 
(71%,0%,46%,13%)
(0.71/0.00/0.46/0.13)	

CMYK percentages

%70.59
%0
%45.7
%13.33

Codes

Color #41DD78 in popluar color models

41DD78
RGB65221120
HSL141°69.64%56.08%
HSB/HSV141°70.59%86.67%
CMYK70.59%0.00%45.70%
13.33%

Color #41DD78 in popluar number systems.

HEX41DD78
Decimal65221120
Binary1000001110111011111000
Octal101335170

Shades and tints

Shades of #41DD78

#41DD78
(65,221,120)
#3CC96E
(60,201,110)
#37B564
(55,181,100)
#32A15A
(50,161,90)
#2D8D50
(45,141,80)
#287946
(40,121,70)
#23653C
(35,101,60)
#1E5132
(30,81,50)
#193D28
(25,61,40)
#14291E
(20,41,30)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #41DD78

#41DD78
(65,221,120)
#52E084
(82,224,132)
#63E390
(99,227,144)
#74E69C
(116,230,156)
#85E9A8
(133,233,168)
#96ECB4
(150,236,180)
#A7EFC0
(167,239,192)
#B8F2CC
(184,242,204)
#C9F5D8
(201,245,216)
#DAF8E4
(218,248,228)
#EBFBF0
(235,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41DD78 color. Also use rgb(65,221,120) instead hex code.

Text Font Color

.myTextColor { color: #41DD78; }

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

This text font color is #41DD78.


Background Color

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

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

This div background color is #41DD78.


Border color

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

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

This div border color is #41DD78.


Opacity

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

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

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

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

This text has shadow with #41DD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41DD78 on black background.


Color preview on white background

This text has color #41DD78 on white background.



Black color preview on #41DD78 background

This text has black color on #41DD78 background.


White color preview on #41DD78 background

This text has white color on #41DD78 background.