COLOR #41DD7B

HEX: #41DD7B RGB: (65,221,123)

Color info

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

RGB color model

#41DD7B color RGB value is (65,221,123).

RGB: (65,221,123) (25%, 87%, 48%)

RGB channels and saturation

R 65 of 255 = 25%
G 221 of 255 = 87%
B 123 of 255 = 48%

65
221
123

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

Portions of RGB colors in percentages

R + G + B = 65 + 221 + 123 = 409 (100%)
R 65 of 409 ~ 15.89%
G 221 of 409 ~ 54.03%
B 123 of 409 ~ 30.07'%

%15.89
%54.03
%30.07

CMYK color model

#41DD7B color CMYK value is (71,0,44,13).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 44.34%
  • key color value is 13.33%

CMYK: (71,0,44,13)
C71M0Y44K13 (71%, 0%, 44%, 13%)
(0.71 / 0.00 / 0.44 / 0.13)

CMYK percentages

%70.59
%0
%44.34
%13.33

Codes

Color #41DD7B in popluar color models

41 DD 7B
RGB 65 221 123
HSL 142° 69.64% 56.08%
HSB/HSV 142° 70.59% 86.67%
CMYK 70.59% 0.00% 44.34%
13.33%

Color #41DD7B in popluar number systems.

HEX 41 DD 7B
Decimal 65 221 123
Binary 1000001 11011101 1111011
Octal 101 335 173

Shades and tints

Shades of #41DD7B

#41DD7B
(65,221,123)
#3CC970
(60,201,112)
#37B565
(55,181,101)
#32A15A
(50,161,90)
#2D8D4F
(45,141,79)
#287944
(40,121,68)
#236539
(35,101,57)
#1E512E
(30,81,46)
#193D23
(25,61,35)
#142918
(20,41,24)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #41DD7B

#41DD7B
(65,221,123)
#52E087
(82,224,135)
#63E393
(99,227,147)
#74E69F
(116,230,159)
#85E9AB
(133,233,171)
#96ECB7
(150,236,183)
#A7EFC3
(167,239,195)
#B8F2CF
(184,242,207)
#C9F5DB
(201,245,219)
#DAF8E7
(218,248,231)
#EBFBF3
(235,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41DD7B; }

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

This text font color is #41DD7B.

Background Color

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

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

This div background color is #41DD7B.

Border color

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

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

This div border color is #41DD7B.

Opacity

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

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

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

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

This text has shadow with #41DD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41DD7B.

Preview

Color preview on black background

This text has color #41DD7B on black background.


Color preview on white background

This text has color #41DD7B on white background.


Black color preview on #41DD7B background

This text has black color on #41DD7B background.


White color preview on #41DD7B background

This text has white color on #41DD7B background.


Related colors

Complementary color

Complementary color for #hex is #BE2284.


I love getcolorcode.com

Triadic colors

1 #7B41DD and #DD7B41 with #41DD7B are triadic colors.

2 #7BDD41 and #DD417B with #41DD7B are triadic colors.