COLOR #63BA82

HEX: #63BA82 RGB: (99,186,130)

Color info

#63BA82 contains mainly green and blue colors. Web safe color of #63BA82 is #66CC99 (or #6C9).

RGB color model

#63BA82 color RGB value is (99,186,130).

RGB: (99,186,130) (39%, 73%, 51%)

RGB channels and saturation

R 99 of 255 = 39%
G 186 of 255 = 73%
B 130 of 255 = 51%

99
186
130

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

Portions of RGB colors in percentages

R + G + B = 99 + 186 + 130 = 415 (100%)
R 99 of 415 ~ 23.86%
G 186 of 415 ~ 44.82%
B 130 of 415 ~ 31.33'%

%23.86
%44.82
%31.33

CMYK color model

#63BA82 color CMYK value is (47,0,30,27).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 30.11%
  • key color value is 27.06%
CMYK: (47,0,30,27) C47M0Y30K27 (47%,0%,30%,27%) (0.47/0.00/0.30/0.27) 

CMYK percentages

%46.77
%0
%30.11
%27.06

Codes

Color #63BA82 in popluar color models

63 BA 82
RGB 99 186 130
HSL 141° 38.67% 55.88%
HSB/HSV 141° 46.77% 72.94%
CMYK 46.77% 0.00% 30.11%
27.06%

Color #63BA82 in popluar number systems.

HEX 63 BA 82
Decimal 99 186 130
Binary 1100011 10111010 10000010
Octal 143 272 202

Shades and tints

Shades of #63BA82

#63BA82
(99,186,130)
#5AAA77
(90,170,119)
#519A6C
(81,154,108)
#488A61
(72,138,97)
#3F7A56
(63,122,86)
#366A4B
(54,106,75)
#2D5A40
(45,90,64)
#244A35
(36,74,53)
#1B3A2A
(27,58,42)
#122A1F
(18,42,31)
#091A14
(9,26,20)
#000000
(0,0,0)

Tints of #63BA82

#63BA82
(99,186,130)
#71C08D
(113,192,141)
#7FC698
(127,198,152)
#8DCCA3
(141,204,163)
#9BD2AE
(155,210,174)
#A9D8B9
(169,216,185)
#B7DEC4
(183,222,196)
#C5E4CF
(197,228,207)
#D3EADA
(211,234,218)
#E1F0E5
(225,240,229)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BA82 color. Also use rgb(99,186,130) instead hex code.

Text Font Color

.myTextColor { color: #63BA82; }

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

This text font color is #63BA82.

Background Color

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

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

This div background color is #63BA82.

Border color

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

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

This div border color is #63BA82.

Opacity

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

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

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

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

This text has shadow with #63BA82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63BA82.

Preview

Color preview on black background

This text has color #63BA82 on black background.


Color preview on white background

This text has color #63BA82 on white background.


Black color preview on #63BA82 background

This text has black color on #63BA82 background.


White color preview on #63BA82 background

This text has white color on #63BA82 background.


Related colors

Complementary color

Complementary color for #hex is #9C457D.


I love getcolorcode.com

Triadic colors

1 #8263BA and #BA8263 with #63BA82 are triadic colors.

2 #82BA63 and #BA6382 with #63BA82 are triadic colors.