COLOR #63C250

HEX: #63C250
RGB: (99,194,80)

Color info

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

RGB color model

#63C250 color RGB value is (99,194,80).

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

RGB channels and saturation

R 99 of 255 = 39%
G 194 of 255 = 76%
B 80 of 255 = 31%

99
194
80

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

Portions of RGB colors in percentages

R + G + B =
99 + 194 + 80 = 373 (100%)
R 99 of 373 ~ 26.54%
G 194 of 373 ~ 52.01%
B 80 of 373 ~ 21.45%

%26.54
%52.01
%21.45

CMYK color model

#63C250 color CMYK value is (49,0,59,24).

  • cyan value is 48.97%
  • magenta value is 0.00%
  • yellow value is 58.76%
  • key color value is 23.92%
CMYK:
(49,0,59,24)
C49M0Y59K24 
(49%,0%,59%,24%)
(0.49/0.00/0.59/0.24)	

CMYK percentages

%48.97
%0
%58.76
%23.92

Codes

Color #63C250 in popluar color models

63C250
RGB9919480
HSL110°48.31%53.73%
HSB/HSV110°58.76%76.08%
CMYK48.97%0.00%58.76%
23.92%

Color #63C250 in popluar number systems.

HEX63C250
Decimal9919480
Binary1100011110000101010000
Octal143302120

Shades and tints

Shades of #63C250

#63C250
(99,194,80)
#5AB149
(90,177,73)
#51A042
(81,160,66)
#488F3B
(72,143,59)
#3F7E34
(63,126,52)
#366D2D
(54,109,45)
#2D5C26
(45,92,38)
#244B1F
(36,75,31)
#1B3A18
(27,58,24)
#122911
(18,41,17)
#09180A
(9,24,10)
#000000
(0,0,0)

Tints of #63C250

#63C250
(99,194,80)
#71C75F
(113,199,95)
#7FCC6E
(127,204,110)
#8DD17D
(141,209,125)
#9BD68C
(155,214,140)
#A9DB9B
(169,219,155)
#B7E0AA
(183,224,170)
#C5E5B9
(197,229,185)
#D3EAC8
(211,234,200)
#E1EFD7
(225,239,215)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63C250; }

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

This text font color is #63C250.


Background Color

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

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

This div background color is #63C250.


Border color

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

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

This div border color is #63C250.


Opacity

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

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

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

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

This text has shadow with #63C250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C250 on black background.


Color preview on white background

This text has color #63C250 on white background.



Black color preview on #63C250 background

This text has black color on #63C250 background.


White color preview on #63C250 background

This text has white color on #63C250 background.