COLOR #41BC75

HEX: #41BC75
RGB: (65,188,117)

Color info

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

RGB color model

#41BC75 color RGB value is (65,188,117).

  • red value is 65;
  • green value is 188;
  • blue value is 117.
RGB:
(65,188,117)
(25%,74%,46%)

RGB channels and saturation

R 65 of 255 = 25%
G 188 of 255 = 74%
B 117 of 255 = 46%

65
188
117

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

Portions of RGB colors in percentages

R + G + B =
65 + 188 + 117 = 370 (100%)
R 65 of 370 ~ 17.57%
G 188 of 370 ~ 50.81%
B 117 of 370 ~ 31.62%

%17.57
%50.81
%31.62

CMYK color model

#41BC75 color CMYK value is (65,0,38,26).

  • cyan value is 65.43%
  • magenta value is 0.00%
  • yellow value is 37.77%
  • key color value is 26.27%
CMYK:
(65,0,38,26)
C65M0Y38K26 
(65%,0%,38%,26%)
(0.65/0.00/0.38/0.26)	

CMYK percentages

%65.43
%0
%37.77
%26.27

Codes

Color #41BC75 in popluar color models

41BC75
RGB65188117
HSL145°48.62%49.61%
HSB/HSV145°65.43%73.73%
CMYK65.43%0.00%37.77%
26.27%

Color #41BC75 in popluar number systems.

HEX41BC75
Decimal65188117
Binary1000001101111001110101
Octal101274165

Shades and tints

Shades of #41BC75

#41BC75
(65,188,117)
#3CAB6B
(60,171,107)
#379A61
(55,154,97)
#328957
(50,137,87)
#2D784D
(45,120,77)
#286743
(40,103,67)
#235639
(35,86,57)
#1E452F
(30,69,47)
#193425
(25,52,37)
#14231B
(20,35,27)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #41BC75

#41BC75
(65,188,117)
#52C281
(82,194,129)
#63C88D
(99,200,141)
#74CE99
(116,206,153)
#85D4A5
(133,212,165)
#96DAB1
(150,218,177)
#A7E0BD
(167,224,189)
#B8E6C9
(184,230,201)
#C9ECD5
(201,236,213)
#DAF2E1
(218,242,225)
#EBF8ED
(235,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41BC75; }

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

This text font color is #41BC75.


Background Color

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

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

This div background color is #41BC75.


Border color

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

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

This div border color is #41BC75.


Opacity

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

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

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

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

This text has shadow with #41BC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41BC75 on black background.


Color preview on white background

This text has color #41BC75 on white background.



Black color preview on #41BC75 background

This text has black color on #41BC75 background.


White color preview on #41BC75 background

This text has white color on #41BC75 background.