COLOR #41BC80

HEX: #41BC80 RGB: (65,188,128)

Color info

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

RGB color model

#41BC80 color RGB value is (65,188,128).

RGB: (65,188,128) (25%, 74%, 50%)

RGB channels and saturation

R 65 of 255 = 25%
G 188 of 255 = 74%
B 128 of 255 = 50%

65
188
128

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

Portions of RGB colors in percentages

R + G + B = 65 + 188 + 128 = 381 (100%)
R 65 of 381 ~ 17.06%
G 188 of 381 ~ 49.34%
B 128 of 381 ~ 33.6'%

%17.06
%49.34
%33.6

CMYK color model

#41BC80 color CMYK value is (65,0,32,26).

  • cyan value is 65.43%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 26.27%

CMYK: (65,0,32,26)
C65M0Y32K26 (65%, 0%, 32%, 26%)
(0.65 / 0.00 / 0.32 / 0.26)

CMYK percentages

%65.43
%0
%31.91
%26.27

Codes

Color #41BC80 in popluar color models

41 BC 80
RGB 65 188 128
HSL 151° 48.62% 49.61%
HSB/HSV 151° 65.43% 73.73%
CMYK 65.43% 0.00% 31.91%
26.27%

Color #41BC80 in popluar number systems.

HEX 41 BC 80
Decimal 65 188 128
Binary 1000001 10111100 10000000
Octal 101 274 200

Shades and tints

Shades of #41BC80

#41BC80
(65,188,128)
#3CAB75
(60,171,117)
#379A6A
(55,154,106)
#32895F
(50,137,95)
#2D7854
(45,120,84)
#286749
(40,103,73)
#23563E
(35,86,62)
#1E4533
(30,69,51)
#193428
(25,52,40)
#14231D
(20,35,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #41BC80

#41BC80
(65,188,128)
#52C28B
(82,194,139)
#63C896
(99,200,150)
#74CEA1
(116,206,161)
#85D4AC
(133,212,172)
#96DAB7
(150,218,183)
#A7E0C2
(167,224,194)
#B8E6CD
(184,230,205)
#C9ECD8
(201,236,216)
#DAF2E3
(218,242,227)
#EBF8EE
(235,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41BC80 color. Also use rgb(65,188,128) instead hex code.

Text Font Color

.myTextColor { color: #41BC80; }

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

This text font color is #41BC80.

Background Color

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

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

This div background color is #41BC80.

Border color

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

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

This div border color is #41BC80.

Opacity

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

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

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

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

This text has shadow with #41BC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41BC80.

Preview

Color preview on black background

This text has color #41BC80 on black background.


Color preview on white background

This text has color #41BC80 on white background.


Black color preview on #41BC80 background

This text has black color on #41BC80 background.


White color preview on #41BC80 background

This text has white color on #41BC80 background.


Related colors

Complementary color

Complementary color for #hex is #BE437F.


I love getcolorcode.com

Triadic colors

1 #8041BC and #BC8041 with #41BC80 are triadic colors.

2 #80BC41 and #BC4180 with #41BC80 are triadic colors.