COLOR #63E2A5

HEX: #63E2A5
RGB: (99,226,165)

Color info

#63E2A5 contains mainly green color. Web safe color of #63E2A5 is #66CC99 (or #6C9).

RGB color model

#63E2A5 color RGB value is (99,226,165).

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

RGB channels and saturation

R 99 of 255 = 39%
G 226 of 255 = 89%
B 165 of 255 = 65%

99
226
165

R + G + B ~ 64%. #63E2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 226 + 165 = 490 (100%)
R 99 of 490 ~ 20.2%
G 226 of 490 ~ 46.12%
B 165 of 490 ~ 33.67%

%20.2
%46.12
%33.67

CMYK color model

#63E2A5 color CMYK value is (56,0,27,11).

  • cyan value is 56.19%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 11.37%
CMYK:
(56,0,27,11)
C56M0Y27K11 
(56%,0%,27%,11%)
(0.56/0.00/0.27/0.11)	

CMYK percentages

%56.19
%0
%26.99
%11.37

Codes

Color #63E2A5 in popluar color models

63E2A5
RGB99226165
HSL151°68.65%63.73%
HSB/HSV151°56.19%88.63%
CMYK56.19%0.00%26.99%
11.37%

Color #63E2A5 in popluar number systems.

HEX63E2A5
Decimal99226165
Binary11000111110001010100101
Octal143342245

Shades and tints

Shades of #63E2A5

#63E2A5
(99,226,165)
#5ACE96
(90,206,150)
#51BA87
(81,186,135)
#48A678
(72,166,120)
#3F9269
(63,146,105)
#367E5A
(54,126,90)
#2D6A4B
(45,106,75)
#24563C
(36,86,60)
#1B422D
(27,66,45)
#122E1E
(18,46,30)
#091A0F
(9,26,15)
#000000
(0,0,0)

Tints of #63E2A5

#63E2A5
(99,226,165)
#71E4AD
(113,228,173)
#7FE6B5
(127,230,181)
#8DE8BD
(141,232,189)
#9BEAC5
(155,234,197)
#A9ECCD
(169,236,205)
#B7EED5
(183,238,213)
#C5F0DD
(197,240,221)
#D3F2E5
(211,242,229)
#E1F4ED
(225,244,237)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63E2A5; }

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

This text font color is #63E2A5.


Background Color

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

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

This div background color is #63E2A5.


Border color

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

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

This div border color is #63E2A5.


Opacity

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

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

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

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

This text has shadow with #63E2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63E2A5 on black background.


Color preview on white background

This text has color #63E2A5 on white background.



Black color preview on #63E2A5 background

This text has black color on #63E2A5 background.


White color preview on #63E2A5 background

This text has white color on #63E2A5 background.