COLOR #41D75E

HEX: #41D75E
RGB: (65,215,94)

Color info

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

RGB color model

#41D75E color RGB value is (65,215,94).

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

RGB channels and saturation

R 65 of 255 = 25%
G 215 of 255 = 84%
B 94 of 255 = 37%

65
215
94

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

Portions of RGB colors in percentages

R + G + B =
65 + 215 + 94 = 374 (100%)
R 65 of 374 ~ 17.38%
G 215 of 374 ~ 57.49%
B 94 of 374 ~ 25.13%

%17.38
%57.49
%25.13

CMYK color model

#41D75E color CMYK value is (70,0,56,16).

  • cyan value is 69.77%
  • magenta value is 0.00%
  • yellow value is 56.28%
  • key color value is 15.69%
CMYK:
(70,0,56,16)
C70M0Y56K16 
(70%,0%,56%,16%)
(0.70/0.00/0.56/0.16)	

CMYK percentages

%69.77
%0
%56.28
%15.69

Codes

Color #41D75E in popluar color models

41D75E
RGB6521594
HSL132°65.22%54.90%
HSB/HSV132°69.77%84.31%
CMYK69.77%0.00%56.28%
15.69%

Color #41D75E in popluar number systems.

HEX41D75E
Decimal6521594
Binary1000001110101111011110
Octal101327136

Shades and tints

Shades of #41D75E

#41D75E
(65,215,94)
#3CC456
(60,196,86)
#37B14E
(55,177,78)
#329E46
(50,158,70)
#2D8B3E
(45,139,62)
#287836
(40,120,54)
#23652E
(35,101,46)
#1E5226
(30,82,38)
#193F1E
(25,63,30)
#142C16
(20,44,22)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #41D75E

#41D75E
(65,215,94)
#52DA6C
(82,218,108)
#63DD7A
(99,221,122)
#74E088
(116,224,136)
#85E396
(133,227,150)
#96E6A4
(150,230,164)
#A7E9B2
(167,233,178)
#B8ECC0
(184,236,192)
#C9EFCE
(201,239,206)
#DAF2DC
(218,242,220)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41D75E; }

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

This text font color is #41D75E.


Background Color

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

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

This div background color is #41D75E.


Border color

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

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

This div border color is #41D75E.


Opacity

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

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

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

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

This text has shadow with #41D75E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41D75E on black background.


Color preview on white background

This text has color #41D75E on white background.



Black color preview on #41D75E background

This text has black color on #41D75E background.


White color preview on #41D75E background

This text has white color on #41D75E background.