COLOR #41DF74

HEX: #41DF74 RGB: (65,223,116)

Color info

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

RGB color model

#41DF74 color RGB value is (65,223,116).

RGB: (65,223,116) (25%, 87%, 45%)

RGB channels and saturation

R 65 of 255 = 25%
G 223 of 255 = 87%
B 116 of 255 = 45%

65
223
116

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

Portions of RGB colors in percentages

R + G + B = 65 + 223 + 116 = 404 (100%)
R 65 of 404 ~ 16.09%
G 223 of 404 ~ 55.2%
B 116 of 404 ~ 28.71'%

%16.09
%55.2
%28.71

CMYK color model

#41DF74 color CMYK value is (71,0,48,13).

  • cyan value is 70.85%
  • magenta value is 0.00%
  • yellow value is 47.98%
  • key color value is 12.55%

CMYK: (71,0,48,13)
C71M0Y48K13 (71%, 0%, 48%, 13%)
(0.71 / 0.00 / 0.48 / 0.13)

CMYK percentages

%70.85
%0
%47.98
%12.55

Codes

Color #41DF74 in popluar color models

41 DF 74
RGB 65 223 116
HSL 139° 71.17% 56.47%
HSB/HSV 139° 70.85% 87.45%
CMYK 70.85% 0.00% 47.98%
12.55%

Color #41DF74 in popluar number systems.

HEX 41 DF 74
Decimal 65 223 116
Binary 1000001 11011111 1110100
Octal 101 337 164

Shades and tints

Shades of #41DF74

#41DF74
(65,223,116)
#3CCB6A
(60,203,106)
#37B760
(55,183,96)
#32A356
(50,163,86)
#2D8F4C
(45,143,76)
#287B42
(40,123,66)
#236738
(35,103,56)
#1E532E
(30,83,46)
#193F24
(25,63,36)
#142B1A
(20,43,26)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #41DF74

#41DF74
(65,223,116)
#52E180
(82,225,128)
#63E38C
(99,227,140)
#74E598
(116,229,152)
#85E7A4
(133,231,164)
#96E9B0
(150,233,176)
#A7EBBC
(167,235,188)
#B8EDC8
(184,237,200)
#C9EFD4
(201,239,212)
#DAF1E0
(218,241,224)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41DF74 color. Also use rgb(65,223,116) instead hex code.

Text Font Color

.myTextColor { color: #41DF74; }

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

This text font color is #41DF74.

Background Color

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

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

This div background color is #41DF74.

Border color

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

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

This div border color is #41DF74.

Opacity

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

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

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

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

This text has shadow with #41DF74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41DF74.

Preview

Color preview on black background

This text has color #41DF74 on black background.


Color preview on white background

This text has color #41DF74 on white background.


Black color preview on #41DF74 background

This text has black color on #41DF74 background.


White color preview on #41DF74 background

This text has white color on #41DF74 background.


Related colors

Complementary color

Complementary color for #hex is #BE208B.


I love getcolorcode.com

Triadic colors

1 #7441DF and #DF7441 with #41DF74 are triadic colors.

2 #74DF41 and #DF4174 with #41DF74 are triadic colors.