COLOR #63AF50

HEX: #63AF50
RGB: (99,175,80)

Color info

#63AF50 contains mainly green color. Web safe color of #63AF50 is #669966 (or #696).

RGB color model

#63AF50 color RGB value is (99,175,80).

  • red value is 99;
  • green value is 175;
  • blue value is 80.
RGB:
(99,175,80)
(39%,69%,31%)

RGB channels and saturation

R 99 of 255 = 39%
G 175 of 255 = 69%
B 80 of 255 = 31%

99
175
80

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

Portions of RGB colors in percentages

R + G + B =
99 + 175 + 80 = 354 (100%)
R 99 of 354 ~ 27.97%
G 175 of 354 ~ 49.44%
B 80 of 354 ~ 22.6%

%27.97
%49.44
%22.6

CMYK color model

#63AF50 color CMYK value is (43,0,54,31).

  • cyan value is 43.43%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 31.37%
CMYK:
(43,0,54,31)
C43M0Y54K31 
(43%,0%,54%,31%)
(0.43/0.00/0.54/0.31)	

CMYK percentages

%43.43
%0
%54.29
%31.37

Codes

Color #63AF50 in popluar color models

63AF50
RGB9917580
HSL108°37.25%50.00%
HSB/HSV108°54.29%68.63%
CMYK43.43%0.00%54.29%
31.37%

Color #63AF50 in popluar number systems.

HEX63AF50
Decimal9917580
Binary1100011101011111010000
Octal143257120

Shades and tints

Shades of #63AF50

#63AF50
(99,175,80)
#5AA049
(90,160,73)
#519142
(81,145,66)
#48823B
(72,130,59)
#3F7334
(63,115,52)
#36642D
(54,100,45)
#2D5526
(45,85,38)
#24461F
(36,70,31)
#1B3718
(27,55,24)
#122811
(18,40,17)
#09190A
(9,25,10)
#000000
(0,0,0)

Tints of #63AF50

#63AF50
(99,175,80)
#71B65F
(113,182,95)
#7FBD6E
(127,189,110)
#8DC47D
(141,196,125)
#9BCB8C
(155,203,140)
#A9D29B
(169,210,155)
#B7D9AA
(183,217,170)
#C5E0B9
(197,224,185)
#D3E7C8
(211,231,200)
#E1EED7
(225,238,215)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AF50 color. Also use rgb(99,175,80) instead hex code.

Text Font Color

.myTextColor { color: #63AF50; }

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

This text font color is #63AF50.


Background Color

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

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

This div background color is #63AF50.


Border color

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

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

This div border color is #63AF50.


Opacity

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

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

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

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

This text has shadow with #63AF50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AF50 on black background.


Color preview on white background

This text has color #63AF50 on white background.



Black color preview on #63AF50 background

This text has black color on #63AF50 background.


White color preview on #63AF50 background

This text has white color on #63AF50 background.