COLOR #41C364

HEX: #41C364 RGB: (65,195,100)

Color info

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

RGB color model

#41C364 color RGB value is (65,195,100).

RGB: (65,195,100) (25%, 76%, 39%)

RGB channels and saturation

R 65 of 255 = 25%
G 195 of 255 = 76%
B 100 of 255 = 39%

65
195
100

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

Portions of RGB colors in percentages

R + G + B = 65 + 195 + 100 = 360 (100%)
R 65 of 360 ~ 18.06%
G 195 of 360 ~ 54.17%
B 100 of 360 ~ 27.78'%

%18.06
%54.17
%27.78

CMYK color model

#41C364 color CMYK value is (67,0,49,24).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 48.72%
  • key color value is 23.53%

CMYK: (67,0,49,24)
C67M0Y49K24 (67%, 0%, 49%, 24%)
(0.67 / 0.00 / 0.49 / 0.24)

CMYK percentages

%66.67
%0
%48.72
%23.53

Codes

Color #41C364 in popluar color models

41 C3 64
RGB 65 195 100
HSL 136° 52.00% 50.98%
HSB/HSV 136° 66.67% 76.47%
CMYK 66.67% 0.00% 48.72%
23.53%

Color #41C364 in popluar number systems.

HEX 41 C3 64
Decimal 65 195 100
Binary 1000001 11000011 1100100
Octal 101 303 144

Shades and tints

Shades of #41C364

#41C364
(65,195,100)
#3CB25B
(60,178,91)
#37A152
(55,161,82)
#329049
(50,144,73)
#2D7F40
(45,127,64)
#286E37
(40,110,55)
#235D2E
(35,93,46)
#1E4C25
(30,76,37)
#193B1C
(25,59,28)
#142A13
(20,42,19)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #41C364

#41C364
(65,195,100)
#52C872
(82,200,114)
#63CD80
(99,205,128)
#74D28E
(116,210,142)
#85D79C
(133,215,156)
#96DCAA
(150,220,170)
#A7E1B8
(167,225,184)
#B8E6C6
(184,230,198)
#C9EBD4
(201,235,212)
#DAF0E2
(218,240,226)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41C364 color. Also use rgb(65,195,100) instead hex code.

Text Font Color

.myTextColor { color: #41C364; }

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

This text font color is #41C364.

Background Color

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

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

This div background color is #41C364.

Border color

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

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

This div border color is #41C364.

Opacity

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

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

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

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

This text has shadow with #41C364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41C364.

Preview

Color preview on black background

This text has color #41C364 on black background.


Color preview on white background

This text has color #41C364 on white background.


Black color preview on #41C364 background

This text has black color on #41C364 background.


White color preview on #41C364 background

This text has white color on #41C364 background.


Related colors

Complementary color

Complementary color for #hex is #BE3C9B.


I love getcolorcode.com

Triadic colors

1 #6441C3 and #C36441 with #41C364 are triadic colors.

2 #64C341 and #C34164 with #41C364 are triadic colors.