COLOR #63D25D

HEX: #63D25D
RGB: (99,210,93)

Color info

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

RGB color model

#63D25D color RGB value is (99,210,93).

  • red value is 99;
  • green value is 210;
  • blue value is 93.
RGB:
(99,210,93)
(39%,82%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 210 of 255 = 82%
B 93 of 255 = 36%

99
210
93

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

Portions of RGB colors in percentages

R + G + B =
99 + 210 + 93 = 402 (100%)
R 99 of 402 ~ 24.63%
G 210 of 402 ~ 52.24%
B 93 of 402 ~ 23.13%

%24.63
%52.24
%23.13

CMYK color model

#63D25D color CMYK value is (53,0,56,18).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 55.71%
  • key color value is 17.65%
CMYK:
(53,0,56,18)
C53M0Y56K18 
(53%,0%,56%,18%)
(0.53/0.00/0.56/0.18)	

CMYK percentages

%52.86
%0
%55.71
%17.65

Codes

Color #63D25D in popluar color models

63D25D
RGB9921093
HSL117°56.52%59.41%
HSB/HSV117°55.71%82.35%
CMYK52.86%0.00%55.71%
17.65%

Color #63D25D in popluar number systems.

HEX63D25D
Decimal9921093
Binary1100011110100101011101
Octal143322135

Shades and tints

Shades of #63D25D

#63D25D
(99,210,93)
#5ABF55
(90,191,85)
#51AC4D
(81,172,77)
#489945
(72,153,69)
#3F863D
(63,134,61)
#367335
(54,115,53)
#2D602D
(45,96,45)
#244D25
(36,77,37)
#1B3A1D
(27,58,29)
#122715
(18,39,21)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #63D25D

#63D25D
(99,210,93)
#71D66B
(113,214,107)
#7FDA79
(127,218,121)
#8DDE87
(141,222,135)
#9BE295
(155,226,149)
#A9E6A3
(169,230,163)
#B7EAB1
(183,234,177)
#C5EEBF
(197,238,191)
#D3F2CD
(211,242,205)
#E1F6DB
(225,246,219)
#EFFAE9
(239,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D25D color. Also use rgb(99,210,93) instead hex code.

Text Font Color

.myTextColor { color: #63D25D; }

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

This text font color is #63D25D.


Background Color

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

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

This div background color is #63D25D.


Border color

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

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

This div border color is #63D25D.


Opacity

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

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

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

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

This text has shadow with #63D25D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D25D on black background.


Color preview on white background

This text has color #63D25D on white background.



Black color preview on #63D25D background

This text has black color on #63D25D background.


White color preview on #63D25D background

This text has white color on #63D25D background.