COLOR #41F563

HEX: #41F563
RGB: (65,245,99)

Color info

#41F563 contains mainly green color. Web safe color of #41F563 is #33FF66 (or #3F6).

RGB color model

#41F563 color RGB value is (65,245,99).

  • red value is 65;
  • green value is 245;
  • blue value is 99.
RGB:
(65,245,99)
(25%,96%,39%)

RGB channels and saturation

R 65 of 255 = 25%
G 245 of 255 = 96%
B 99 of 255 = 39%

65
245
99

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

Portions of RGB colors in percentages

R + G + B =
65 + 245 + 99 = 409 (100%)
R 65 of 409 ~ 15.89%
G 245 of 409 ~ 59.9%
B 99 of 409 ~ 24.21%

%15.89
%59.9
%24.21

CMYK color model

#41F563 color CMYK value is (73,0,60,4).

  • cyan value is 73.47%
  • magenta value is 0.00%
  • yellow value is 59.59%
  • key color value is 3.92%
CMYK:
(73,0,60,4)
C73M0Y60K4 
(73%,0%,60%,4%)
(0.73/0.00/0.60/0.04)	

CMYK percentages

%73.47
%0
%59.59
%3.92

Codes

Color #41F563 in popluar color models

41F563
RGB6524599
HSL131°90.00%60.78%
HSB/HSV131°73.47%96.08%
CMYK73.47%0.00%59.59%
3.92%

Color #41F563 in popluar number systems.

HEX41F563
Decimal6524599
Binary1000001111101011100011
Octal101365143

Shades and tints

Shades of #41F563

#41F563
(65,245,99)
#3CDF5A
(60,223,90)
#37C951
(55,201,81)
#32B348
(50,179,72)
#2D9D3F
(45,157,63)
#288736
(40,135,54)
#23712D
(35,113,45)
#1E5B24
(30,91,36)
#19451B
(25,69,27)
#142F12
(20,47,18)
#0F1909
(15,25,9)
#000000
(0,0,0)

Tints of #41F563

#41F563
(65,245,99)
#52F571
(82,245,113)
#63F57F
(99,245,127)
#74F58D
(116,245,141)
#85F59B
(133,245,155)
#96F5A9
(150,245,169)
#A7F5B7
(167,245,183)
#B8F5C5
(184,245,197)
#C9F5D3
(201,245,211)
#DAF5E1
(218,245,225)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41F563 color. Also use rgb(65,245,99) instead hex code.

Text Font Color

.myTextColor { color: #41F563; }

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

This text font color is #41F563.


Background Color

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

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

This div background color is #41F563.


Border color

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

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

This div border color is #41F563.


Opacity

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

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

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

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

This text has shadow with #41F563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41F563 on black background.


Color preview on white background

This text has color #41F563 on white background.



Black color preview on #41F563 background

This text has black color on #41F563 background.


White color preview on #41F563 background

This text has white color on #41F563 background.