COLOR #41DF59

HEX: #41DF59
RGB: (65,223,89)

Renk bilgisi

#41DF59 contains mainly green color. #41DF59 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#41DF59 color RGB value is (65,223,89).

  • kırmız ton 65;
  • yeşil ton 223;
  • mavi ton 89.
RGB:
(65,223,89)
(25%,87%,35%)

RGB bağlantıları ve doygunluk

R 65 of 255 = 25%
G 223 of 255 = 87%
B 89 of 255 = 35%

65
223
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
65 + 223 + 89 = 377 (100%)
R 65 of 377 ~ 17.24%
G 223 of 377 ~ 59.15%
B 89 of 377 ~ 23.61%

%17.24
%59.15
%23.61

CMYK RENK MODELİ

#41DF59 rengi CMYK tonu (71,0,60,13).

  • camgöbeği tonu 70.85%
  • eflatun tonu 0.00%
  • sarı tonu 60.09%
  • ana renk tonu 12.55%
CMYK:
(71,0,60,13)
C71M0Y60K13 
(71%,0%,60%,13%)
(0.71/0.00/0.60/0.13)	

CMYK yüzdeleri

%70.85
%0
%60.09
%12.55

Codes

Color #41DF59 in popluar color models

41DF59
RGB6522389
HSL129°71.17%56.47%
HSB/HSV129°70.85%87.45%
CMYK70.85%0.00%60.09%
12.55%

Color #41DF59 in popluar number systems.

HEX41DF59
Decimal6522389
Binary1000001110111111011001
Octal101337131

Shades and tints

Shades of #41DF59

#41DF59
(65,223,89)
#3CCB51
(60,203,81)
#37B749
(55,183,73)
#32A341
(50,163,65)
#2D8F39
(45,143,57)
#287B31
(40,123,49)
#236729
(35,103,41)
#1E5321
(30,83,33)
#193F19
(25,63,25)
#142B11
(20,43,17)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #41DF59

#41DF59
(65,223,89)
#52E168
(82,225,104)
#63E377
(99,227,119)
#74E586
(116,229,134)
#85E795
(133,231,149)
#96E9A4
(150,233,164)
#A7EBB3
(167,235,179)
#B8EDC2
(184,237,194)
#C9EFD1
(201,239,209)
#DAF1E0
(218,241,224)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41DF59 color. Also use rgb(65,223,89) instead hex code.

Text Font Color

.myTextColor { color: #41DF59; }

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

This text font color is #41DF59.


Background Color

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

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

This div background color is #41DF59.


Border color

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

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

This div border color is #41DF59.


Opacity

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

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

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

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

This text has shadow with #41DF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41DF59 on black background.


Color preview on white background

This text has color #41DF59 on white background.



Black color preview on #41DF59 background

This text has black color on #41DF59 background.


White color preview on #41DF59 background

This text has white color on #41DF59 background.