COLOR #41C257

HEX: #41C257 RGB: (65,194,87)

Color info

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

RGB color model

#41C257 color RGB value is (65,194,87).

RGB: (65,194,87) (25%, 76%, 34%)

RGB channels and saturation

R 65 of 255 = 25%
G 194 of 255 = 76%
B 87 of 255 = 34%

65
194
87

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

Portions of RGB colors in percentages

R + G + B = 65 + 194 + 87 = 346 (100%)
R 65 of 346 ~ 18.79%
G 194 of 346 ~ 56.07%
B 87 of 346 ~ 25.14'%

%18.79
%56.07
%25.14

CMYK color model

#41C257 color CMYK value is (66,0,55,24).

  • cyan value is 66.49%
  • magenta value is 0.00%
  • yellow value is 55.15%
  • key color value is 23.92%
CMYK: (66,0,55,24) C66M0Y55K24 (66%,0%,55%,24%) (0.66/0.00/0.55/0.24) 

CMYK percentages

%66.49
%0
%55.15
%23.92

Codes

Color #41C257 in popluar color models

41 C2 57
RGB 65 194 87
HSL 130° 51.39% 50.78%
HSB/HSV 130° 66.49% 76.08%
CMYK 66.49% 0.00% 55.15%
23.92%

Color #41C257 in popluar number systems.

HEX 41 C2 57
Decimal 65 194 87
Binary 1000001 11000010 1010111
Octal 101 302 127

Shades and tints

Shades of #41C257

#41C257
(65,194,87)
#3CB150
(60,177,80)
#37A049
(55,160,73)
#328F42
(50,143,66)
#2D7E3B
(45,126,59)
#286D34
(40,109,52)
#235C2D
(35,92,45)
#1E4B26
(30,75,38)
#193A1F
(25,58,31)
#142918
(20,41,24)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #41C257

#41C257
(65,194,87)
#52C766
(82,199,102)
#63CC75
(99,204,117)
#74D184
(116,209,132)
#85D693
(133,214,147)
#96DBA2
(150,219,162)
#A7E0B1
(167,224,177)
#B8E5C0
(184,229,192)
#C9EACF
(201,234,207)
#DAEFDE
(218,239,222)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41C257 color. Also use rgb(65,194,87) instead hex code.

Text Font Color

.myTextColor { color: #41C257; }

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

This text font color is #41C257.

Background Color

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

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

This div background color is #41C257.

Border color

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

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

This div border color is #41C257.

Opacity

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

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

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

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

This text has shadow with #41C257 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41C257.

Preview

Color preview on black background

This text has color #41C257 on black background.


Color preview on white background

This text has color #41C257 on white background.


Black color preview on #41C257 background

This text has black color on #41C257 background.


White color preview on #41C257 background

This text has white color on #41C257 background.


Related colors

Complementary color

Complementary color for #hex is #BE3DA8.


I love getcolorcode.com

Triadic colors

1 #5741C2 and #C25741 with #41C257 are triadic colors.

2 #57C241 and #C24157 with #41C257 are triadic colors.