COLOR #41CD82

HEX: #41CD82
RGB: (65,205,130)

Color info

#41CD82 contains mainly green color. Web safe color of #41CD82 is #33CC99 (or #3C9).

RGB color model

#41CD82 color RGB value is (65,205,130).

  • red value is 65;
  • green value is 205;
  • blue value is 130.
RGB:
(65,205,130)
(25%,80%,51%)

RGB channels and saturation

R 65 of 255 = 25%
G 205 of 255 = 80%
B 130 of 255 = 51%

65
205
130

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

Portions of RGB colors in percentages

R + G + B =
65 + 205 + 130 = 400 (100%)
R 65 of 400 ~ 16.25%
G 205 of 400 ~ 51.25%
B 130 of 400 ~ 32.5%

%16.25
%51.25
%32.5

CMYK color model

#41CD82 color CMYK value is (68,0,37,20).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 19.61%
CMYK:
(68,0,37,20)
C68M0Y37K20 
(68%,0%,37%,20%)
(0.68/0.00/0.37/0.20)	

CMYK percentages

%68.29
%0
%36.59
%19.61

Codes

Color #41CD82 in popluar color models

41CD82
RGB65205130
HSL148°58.33%52.94%
HSB/HSV148°68.29%80.39%
CMYK68.29%0.00%36.59%
19.61%

Color #41CD82 in popluar number systems.

HEX41CD82
Decimal65205130
Binary10000011100110110000010
Octal101315202

Shades and tints

Shades of #41CD82

#41CD82
(65,205,130)
#3CBB77
(60,187,119)
#37A96C
(55,169,108)
#329761
(50,151,97)
#2D8556
(45,133,86)
#28734B
(40,115,75)
#236140
(35,97,64)
#1E4F35
(30,79,53)
#193D2A
(25,61,42)
#142B1F
(20,43,31)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #41CD82

#41CD82
(65,205,130)
#52D18D
(82,209,141)
#63D598
(99,213,152)
#74D9A3
(116,217,163)
#85DDAE
(133,221,174)
#96E1B9
(150,225,185)
#A7E5C4
(167,229,196)
#B8E9CF
(184,233,207)
#C9EDDA
(201,237,218)
#DAF1E5
(218,241,229)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41CD82 color. Also use rgb(65,205,130) instead hex code.

Text Font Color

.myTextColor { color: #41CD82; }

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

This text font color is #41CD82.


Background Color

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

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

This div background color is #41CD82.


Border color

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

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

This div border color is #41CD82.


Opacity

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

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

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

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

This text has shadow with #41CD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41CD82 on black background.


Color preview on white background

This text has color #41CD82 on white background.



Black color preview on #41CD82 background

This text has black color on #41CD82 background.


White color preview on #41CD82 background

This text has white color on #41CD82 background.