COLOR #63F6A5

HEX: #63F6A5
RGB: (99,246,165)

Color info

#63F6A5 contains mainly green color. Web safe color of #63F6A5 is #66FF99 (or #6F9).

RGB color model

#63F6A5 color RGB value is (99,246,165).

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

RGB channels and saturation

R 99 of 255 = 39%
G 246 of 255 = 96%
B 165 of 255 = 65%

99
246
165

R + G + B ~ 67%. #63F6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 246 + 165 = 510 (100%)
R 99 of 510 ~ 19.41%
G 246 of 510 ~ 48.24%
B 165 of 510 ~ 32.35%

%19.41
%48.24
%32.35

CMYK color model

#63F6A5 color CMYK value is (60,0,33,4).

  • cyan value is 59.76%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 3.53%
CMYK:
(60,0,33,4)
C60M0Y33K4 
(60%,0%,33%,4%)
(0.60/0.00/0.33/0.04)	

CMYK percentages

%59.76
%0
%32.93
%3.53

Codes

Color #63F6A5 in popluar color models

63F6A5
RGB99246165
HSL147°89.09%67.65%
HSB/HSV147°59.76%96.47%
CMYK59.76%0.00%32.93%
3.53%

Color #63F6A5 in popluar number systems.

HEX63F6A5
Decimal99246165
Binary11000111111011010100101
Octal143366245

Shades and tints

Shades of #63F6A5

#63F6A5
(99,246,165)
#5AE096
(90,224,150)
#51CA87
(81,202,135)
#48B478
(72,180,120)
#3F9E69
(63,158,105)
#36885A
(54,136,90)
#2D724B
(45,114,75)
#245C3C
(36,92,60)
#1B462D
(27,70,45)
#12301E
(18,48,30)
#091A0F
(9,26,15)
#000000
(0,0,0)

Tints of #63F6A5

#63F6A5
(99,246,165)
#71F6AD
(113,246,173)
#7FF6B5
(127,246,181)
#8DF6BD
(141,246,189)
#9BF6C5
(155,246,197)
#A9F6CD
(169,246,205)
#B7F6D5
(183,246,213)
#C5F6DD
(197,246,221)
#D3F6E5
(211,246,229)
#E1F6ED
(225,246,237)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F6A5 color. Also use rgb(99,246,165) instead hex code.

Text Font Color

.myTextColor { color: #63F6A5; }

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

This text font color is #63F6A5.


Background Color

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

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

This div background color is #63F6A5.


Border color

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

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

This div border color is #63F6A5.


Opacity

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

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

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

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

This text has shadow with #63F6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F6A5 on black background.


Color preview on white background

This text has color #63F6A5 on white background.



Black color preview on #63F6A5 background

This text has black color on #63F6A5 background.


White color preview on #63F6A5 background

This text has white color on #63F6A5 background.