COLOR #41BD81

HEX: #41BD81
RGB: (65,189,129)

Color info

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

RGB color model

#41BD81 color RGB value is (65,189,129).

  • red value is 65;
  • green value is 189;
  • blue value is 129.
RGB:
(65,189,129)
(25%,74%,51%)

RGB channels and saturation

R 65 of 255 = 25%
G 189 of 255 = 74%
B 129 of 255 = 51%

65
189
129

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

Portions of RGB colors in percentages

R + G + B =
65 + 189 + 129 = 383 (100%)
R 65 of 383 ~ 16.97%
G 189 of 383 ~ 49.35%
B 129 of 383 ~ 33.68%

%16.97
%49.35
%33.68

CMYK color model

#41BD81 color CMYK value is (66,0,32,26).

  • cyan value is 65.61%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 25.88%
CMYK:
(66,0,32,26)
C66M0Y32K26 
(66%,0%,32%,26%)
(0.66/0.00/0.32/0.26)	

CMYK percentages

%65.61
%0
%31.75
%25.88

Codes

Color #41BD81 in popluar color models

41BD81
RGB65189129
HSL151°48.82%49.80%
HSB/HSV151°65.61%74.12%
CMYK65.61%0.00%31.75%
25.88%

Color #41BD81 in popluar number systems.

HEX41BD81
Decimal65189129
Binary10000011011110110000001
Octal101275201

Shades and tints

Shades of #41BD81

#41BD81
(65,189,129)
#3CAC76
(60,172,118)
#379B6B
(55,155,107)
#328A60
(50,138,96)
#2D7955
(45,121,85)
#28684A
(40,104,74)
#23573F
(35,87,63)
#1E4634
(30,70,52)
#193529
(25,53,41)
#14241E
(20,36,30)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #41BD81

#41BD81
(65,189,129)
#52C38C
(82,195,140)
#63C997
(99,201,151)
#74CFA2
(116,207,162)
#85D5AD
(133,213,173)
#96DBB8
(150,219,184)
#A7E1C3
(167,225,195)
#B8E7CE
(184,231,206)
#C9EDD9
(201,237,217)
#DAF3E4
(218,243,228)
#EBF9EF
(235,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41BD81 color. Also use rgb(65,189,129) instead hex code.

Text Font Color

.myTextColor { color: #41BD81; }

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

This text font color is #41BD81.


Background Color

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

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

This div background color is #41BD81.


Border color

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

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

This div border color is #41BD81.


Opacity

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

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

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

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

This text has shadow with #41BD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41BD81 on black background.


Color preview on white background

This text has color #41BD81 on white background.



Black color preview on #41BD81 background

This text has black color on #41BD81 background.


White color preview on #41BD81 background

This text has white color on #41BD81 background.