COLOR #63F06A

HEX: #63F06A
RGB: (99,240,106)

Color info

#63F06A contains mainly green color. Web safe color of #63F06A is #66FF66 (or #6F6).

RGB color model

#63F06A color RGB value is (99,240,106).

  • red value is 99;
  • green value is 240;
  • blue value is 106.
RGB:
(99,240,106)
(39%,94%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 240 of 255 = 94%
B 106 of 255 = 42%

99
240
106

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

Portions of RGB colors in percentages

R + G + B =
99 + 240 + 106 = 445 (100%)
R 99 of 445 ~ 22.25%
G 240 of 445 ~ 53.93%
B 106 of 445 ~ 23.82%

%22.25
%53.93
%23.82

CMYK color model

#63F06A color CMYK value is (59,0,56,6).

  • cyan value is 58.75%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 5.88%
CMYK:
(59,0,56,6)
C59M0Y56K6 
(59%,0%,56%,6%)
(0.59/0.00/0.56/0.06)	

CMYK percentages

%58.75
%0
%55.83
%5.88

Codes

Color #63F06A in popluar color models

63F06A
RGB99240106
HSL123°82.46%66.47%
HSB/HSV123°58.75%94.12%
CMYK58.75%0.00%55.83%
5.88%

Color #63F06A in popluar number systems.

HEX63F06A
Decimal99240106
Binary1100011111100001101010
Octal143360152

Shades and tints

Shades of #63F06A

#63F06A
(99,240,106)
#5ADB61
(90,219,97)
#51C658
(81,198,88)
#48B14F
(72,177,79)
#3F9C46
(63,156,70)
#36873D
(54,135,61)
#2D7234
(45,114,52)
#245D2B
(36,93,43)
#1B4822
(27,72,34)
#123319
(18,51,25)
#091E10
(9,30,16)
#000000
(0,0,0)

Tints of #63F06A

#63F06A
(99,240,106)
#71F177
(113,241,119)
#7FF284
(127,242,132)
#8DF391
(141,243,145)
#9BF49E
(155,244,158)
#A9F5AB
(169,245,171)
#B7F6B8
(183,246,184)
#C5F7C5
(197,247,197)
#D3F8D2
(211,248,210)
#E1F9DF
(225,249,223)
#EFFAEC
(239,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F06A color. Also use rgb(99,240,106) instead hex code.

Text Font Color

.myTextColor { color: #63F06A; }

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

This text font color is #63F06A.


Background Color

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

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

This div background color is #63F06A.


Border color

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

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

This div border color is #63F06A.


Opacity

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

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

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

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

This text has shadow with #63F06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F06A on black background.


Color preview on white background

This text has color #63F06A on white background.



Black color preview on #63F06A background

This text has black color on #63F06A background.


White color preview on #63F06A background

This text has white color on #63F06A background.