COLOR #63F541

HEX: #63F541
RGB: (99,245,65)

Color info

#63F541 contains mainly green color. Web safe color of #63F541 is #66FF33 (or #6F3).

RGB color model

#63F541 color RGB value is (99,245,65).

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

RGB channels and saturation

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

99
245
65

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

Portions of RGB colors in percentages

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

%24.21
%59.9
%15.89

CMYK color model

#63F541 color CMYK value is (60,0,73,4).

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

CMYK percentages

%59.59
%0
%73.47
%3.92

Codes

Color #63F541 in popluar color models

63F541
RGB9924565
HSL109°90.00%60.78%
HSB/HSV109°73.47%96.08%
CMYK59.59%0.00%73.47%
3.92%

Color #63F541 in popluar number systems.

HEX63F541
Decimal9924565
Binary1100011111101011000001
Octal143365101

Shades and tints

Shades of #63F541

#63F541
(99,245,65)
#5ADF3C
(90,223,60)
#51C937
(81,201,55)
#48B332
(72,179,50)
#3F9D2D
(63,157,45)
#368728
(54,135,40)
#2D7123
(45,113,35)
#245B1E
(36,91,30)
#1B4519
(27,69,25)
#122F14
(18,47,20)
#09190F
(9,25,15)
#000000
(0,0,0)

Tints of #63F541

#63F541
(99,245,65)
#71F552
(113,245,82)
#7FF563
(127,245,99)
#8DF574
(141,245,116)
#9BF585
(155,245,133)
#A9F596
(169,245,150)
#B7F5A7
(183,245,167)
#C5F5B8
(197,245,184)
#D3F5C9
(211,245,201)
#E1F5DA
(225,245,218)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63F541; }

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

This text font color is #63F541.


Background Color

.myBgColor { background-color: #63F541; }

<div style="background-color:#63F541">Inner text</div>

This div background color is #63F541.


Border color

.myBorderColor { border: 1px solid #63F541; }

<div style="border:3px solid #63F541">Div</div>

This div border color is #63F541.


Opacity

.myOpacity80 { color: #63F541; opacity: 0.8; }

<p style="color:#63F541;opacity:0.8;">80%</p>

Text with #63F541 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 #63F541;}

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

This text has shadow with #63F541 color.

.textShadow {text-shadow: 3px 3px 1px #63F541, 3px 3px 1px red;}

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

This text has shadow with #63F541 primary color and red secondary color.


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

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

This text has shadow with #63F541 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F541 on black background.


Color preview on white background

This text has color #63F541 on white background.



Black color preview on #63F541 background

This text has black color on #63F541 background.


White color preview on #63F541 background

This text has white color on #63F541 background.