COLOR #63CD8C

HEX: #63CD8C
RGB: (99,205,140)

Color info

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

RGB color model

#63CD8C color RGB value is (99,205,140).

  • red value is 99;
  • green value is 205;
  • blue value is 140.
RGB:
(99,205,140)
(39%,80%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 205 of 255 = 80%
B 140 of 255 = 55%

99
205
140

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

Portions of RGB colors in percentages

R + G + B =
99 + 205 + 140 = 444 (100%)
R 99 of 444 ~ 22.3%
G 205 of 444 ~ 46.17%
B 140 of 444 ~ 31.53%

%22.3
%46.17
%31.53

CMYK color model

#63CD8C color CMYK value is (52,0,32,20).

  • cyan value is 51.71%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 19.61%
CMYK:
(52,0,32,20)
C52M0Y32K20 
(52%,0%,32%,20%)
(0.52/0.00/0.32/0.20)	

CMYK percentages

%51.71
%0
%31.71
%19.61

Codes

Color #63CD8C in popluar color models

63CD8C
RGB99205140
HSL143°51.46%59.61%
HSB/HSV143°51.71%80.39%
CMYK51.71%0.00%31.71%
19.61%

Color #63CD8C in popluar number systems.

HEX63CD8C
Decimal99205140
Binary11000111100110110001100
Octal143315214

Shades and tints

Shades of #63CD8C

#63CD8C
(99,205,140)
#5ABB80
(90,187,128)
#51A974
(81,169,116)
#489768
(72,151,104)
#3F855C
(63,133,92)
#367350
(54,115,80)
#2D6144
(45,97,68)
#244F38
(36,79,56)
#1B3D2C
(27,61,44)
#122B20
(18,43,32)
#091914
(9,25,20)
#000000
(0,0,0)

Tints of #63CD8C

#63CD8C
(99,205,140)
#71D196
(113,209,150)
#7FD5A0
(127,213,160)
#8DD9AA
(141,217,170)
#9BDDB4
(155,221,180)
#A9E1BE
(169,225,190)
#B7E5C8
(183,229,200)
#C5E9D2
(197,233,210)
#D3EDDC
(211,237,220)
#E1F1E6
(225,241,230)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CD8C color. Also use rgb(99,205,140) instead hex code.

Text Font Color

.myTextColor { color: #63CD8C; }

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

This text font color is #63CD8C.


Background Color

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

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

This div background color is #63CD8C.


Border color

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

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

This div border color is #63CD8C.


Opacity

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

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

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

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

This text has shadow with #63CD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CD8C on black background.


Color preview on white background

This text has color #63CD8C on white background.



Black color preview on #63CD8C background

This text has black color on #63CD8C background.


White color preview on #63CD8C background

This text has white color on #63CD8C background.