COLOR #63DD7A

HEX: #63DD7A
RGB: (99,221,122)

Color info

#63DD7A contains mainly green color. Web safe color of #63DD7A is #66CC66 (or #6C6).

RGB color model

#63DD7A color RGB value is (99,221,122).

  • red value is 99;
  • green value is 221;
  • blue value is 122.
RGB:
(99,221,122)
(39%,87%,48%)

RGB channels and saturation

R 99 of 255 = 39%
G 221 of 255 = 87%
B 122 of 255 = 48%

99
221
122

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

Portions of RGB colors in percentages

R + G + B =
99 + 221 + 122 = 442 (100%)
R 99 of 442 ~ 22.4%
G 221 of 442 ~ 50%
B 122 of 442 ~ 27.6%

%22.4
%50
%27.6

CMYK color model

#63DD7A color CMYK value is (55,0,45,13).

  • cyan value is 55.20%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 13.33%
CMYK:
(55,0,45,13)
C55M0Y45K13 
(55%,0%,45%,13%)
(0.55/0.00/0.45/0.13)	

CMYK percentages

%55.2
%0
%44.8
%13.33

Codes

Color #63DD7A in popluar color models

63DD7A
RGB99221122
HSL131°64.21%62.75%
HSB/HSV131°55.20%86.67%
CMYK55.20%0.00%44.80%
13.33%

Color #63DD7A in popluar number systems.

HEX63DD7A
Decimal99221122
Binary1100011110111011111010
Octal143335172

Shades and tints

Shades of #63DD7A

#63DD7A
(99,221,122)
#5AC96F
(90,201,111)
#51B564
(81,181,100)
#48A159
(72,161,89)
#3F8D4E
(63,141,78)
#367943
(54,121,67)
#2D6538
(45,101,56)
#24512D
(36,81,45)
#1B3D22
(27,61,34)
#122917
(18,41,23)
#09150C
(9,21,12)
#000000
(0,0,0)

Tints of #63DD7A

#63DD7A
(99,221,122)
#71E086
(113,224,134)
#7FE392
(127,227,146)
#8DE69E
(141,230,158)
#9BE9AA
(155,233,170)
#A9ECB6
(169,236,182)
#B7EFC2
(183,239,194)
#C5F2CE
(197,242,206)
#D3F5DA
(211,245,218)
#E1F8E6
(225,248,230)
#EFFBF2
(239,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63DD7A color. Also use rgb(99,221,122) instead hex code.

Text Font Color

.myTextColor { color: #63DD7A; }

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

This text font color is #63DD7A.


Background Color

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

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

This div background color is #63DD7A.


Border color

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

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

This div border color is #63DD7A.


Opacity

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

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

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

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

This text has shadow with #63DD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63DD7A on black background.


Color preview on white background

This text has color #63DD7A on white background.



Black color preview on #63DD7A background

This text has black color on #63DD7A background.


White color preview on #63DD7A background

This text has white color on #63DD7A background.