COLOR #63BA11

HEX: #63BA11
RGB: (99,186,17)

Color info

#63BA11 contains mainly green color. Web safe color of #63BA11 is #66CC00 (or #6C0).

RGB color model

#63BA11 color RGB value is (99,186,17).

  • red value is 99;
  • green value is 186;
  • blue value is 17.
RGB:
(99,186,17)
(39%,73%,7%)

RGB channels and saturation

R 99 of 255 = 39%
G 186 of 255 = 73%
B 17 of 255 = 7%

99
186
17

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

Portions of RGB colors in percentages

R + G + B =
99 + 186 + 17 = 302 (100%)
R 99 of 302 ~ 32.78%
G 186 of 302 ~ 61.59%
B 17 of 302 ~ 5.63%

%32.78
%61.59

CMYK color model

#63BA11 color CMYK value is (47,0,91,27).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 90.86%
  • key color value is 27.06%
CMYK:
(47,0,91,27)
C47M0Y91K27 
(47%,0%,91%,27%)
(0.47/0.00/0.91/0.27)	

CMYK percentages

%46.77
%0
%90.86
%27.06

Codes

Color #63BA11 in popluar color models

63BA11
RGB9918617
HSL91°83.25%39.80%
HSB/HSV91°90.86%72.94%
CMYK46.77%0.00%90.86%
27.06%

Color #63BA11 in popluar number systems.

HEX63BA11
Decimal9918617
Binary11000111011101010001
Octal14327221

Shades and tints

Shades of #63BA11

#63BA11
(99,186,17)
#5AAA10
(90,170,16)
#519A0F
(81,154,15)
#488A0E
(72,138,14)
#3F7A0D
(63,122,13)
#366A0C
(54,106,12)
#2D5A0B
(45,90,11)
#244A0A
(36,74,10)
#1B3A09
(27,58,9)
#122A08
(18,42,8)
#091A07
(9,26,7)
#000000
(0,0,0)

Tints of #63BA11

#63BA11
(99,186,17)
#71C026
(113,192,38)
#7FC63B
(127,198,59)
#8DCC50
(141,204,80)
#9BD265
(155,210,101)
#A9D87A
(169,216,122)
#B7DE8F
(183,222,143)
#C5E4A4
(197,228,164)
#D3EAB9
(211,234,185)
#E1F0CE
(225,240,206)
#EFF6E3
(239,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BA11; }

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

This text font color is #63BA11.


Background Color

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

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

This div background color is #63BA11.


Border color

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

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

This div border color is #63BA11.


Opacity

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

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

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

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

This text has shadow with #63BA11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BA11 on black background.


Color preview on white background

This text has color #63BA11 on white background.



Black color preview on #63BA11 background

This text has black color on #63BA11 background.


White color preview on #63BA11 background

This text has white color on #63BA11 background.